Searched refs:getObjectUnderConstruction (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 179 SVal V = *getObjectUnderConstruction(State, NE, LCtx); in computeObjectUnderConstruction() 596 getObjectUnderConstruction(State, CE, LCtx)) { in handleConstructor() 1014 symVal = *getObjectUnderConstruction(State, CNE, LCtx); in VisitCXXNewExpr() 1219 getObjectUnderConstruction(State, {LE, Idx}, LocCtxt)) { in VisitLambdaExpr() 1228 assert(!getObjectUnderConstruction(State, {LE, Idx}, LocCtxt) && in VisitLambdaExpr()
|
H A D | ExprEngine.cpp | 386 if (std::optional<SVal> V = getObjectUnderConstruction(State, MT, LC)) { in createTemporaryRegionIfNeeded() 603 ExprEngine::getObjectUnderConstruction(ProgramStateRef State, in getObjectUnderConstruction() function in ExprEngine 1181 if (getObjectUnderConstruction(State, BMI, LC)) { in ProcessInitializer() 1572 if (std::optional<SVal> V = getObjectUnderConstruction( in ProcessTemporaryDtor() 1649 if (getObjectUnderConstruction(State, BTE, LC)) { in processCleanupTemporaryBranch() 1674 if (!getObjectUnderConstruction(State, BTE, LC)) { in VisitCXXBindTemporaryExpr()
|
H A D | ExprEngineCallAndReturn.cpp | 640 if (std::optional<SVal> V = getObjectUnderConstruction(State, {E, I}, LC)) { in finishArgumentConstruction()
|
H A D | ExprEngineC.cpp | 608 if (getObjectUnderConstruction(state, DS, LC)) { in VisitDeclStmt()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 424 return ExprEngine::getObjectUnderConstruction( in isArgumentConstructedDirectly() 1135 SVal getObjectUnderConstruction() const { in getObjectUnderConstruction() function 1136 return *ExprEngine::getObjectUnderConstruction(getState(), getOriginExpr(), in getObjectUnderConstruction()
|
H A D | ExprEngine.h | 625 getObjectUnderConstruction(ProgramStateRef State,
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocChecker.cpp | 1598 SVal Target = Call.getObjectUnderConstruction(); in processNewAllocation()
|