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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
 1014       if (V.isUnknownOrUndef()) {
 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>()));
 1036           if (Optional<Loc> LV = V.getAs<Loc>()) {
 1044             Result = evalBinOp(state, BO_EQ, V.castAs<NonLoc>(), X,