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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  322     if (!InitValWithAdjustments.getAs<NonLoc>()) {
  331     assert(!InitValWithAdjustments.getAs<Loc>() ||
  430     if (InitValWithAdjustments.isUnknown()) {
  433       InitValWithAdjustments = getSValBuilder().conjureSymbolVal(
  438         State->bindLoc(Reg.castAs<Loc>(), InitValWithAdjustments, LC, false);
  449     State = State->BindExpr(Result, LC, InitValWithAdjustments);