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

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  774   ProgramStateRef createTemporaryRegionIfNeeded(

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1442           State = createTemporaryRegionIfNeeded(State, LCtx,
 1573             createTemporaryRegionIfNeeded(State, LCtx, OCE->getArg(0));
 2587           state = createTemporaryRegionIfNeeded(state, LCtx, BaseExpr);
 2598       state = createTemporaryRegionIfNeeded(state, LCtx, BaseExpr,
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
   96         state = createTemporaryRegionIfNeeded(state, LCtx, LHS);
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
   34   state = createTemporaryRegionIfNeeded(state, LCtx, tempExpr, ME);