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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  319   if (!Result) {
  327     Result = InitWithAdjustments;
  332            Loc::isLocType(Result->getType()) ||
  333            Result->getType()->isMemberPointerType());
  373   if (const auto *MT = dyn_cast<MaterializeTemporaryExpr>(Result)) {
  376       State = State->BindExpr(Result, LC, *V);
  424     InitVal = getSValBuilder().conjureSymbolVal(Result, LC, Init->getType(),
  434           Result, LC, InitWithAdjustments->getType(),
  446   if (Result->isGLValue()) {
  447     State = State->BindExpr(Result, LC, Reg);
  449     State = State->BindExpr(Result, LC, InitValWithAdjustments);