reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
 1012       SVal V = state->getSVal(Ex, LCtx);
 1015         Bldr.generateNode(U, *I, state->BindExpr(U, LCtx, V));
 1024           state = state->BindExpr(U, LCtx, evalComplement(V.castAs<NonLoc>()));
 1028           state = state->BindExpr(U, LCtx, evalMinus(V.castAs<NonLoc>()));
 1048           state = state->BindExpr(U, LCtx, Result);