Home
last modified time | relevance | path

Searched refs:getReturnValueUnderConstruction (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DTestReturnValueUnderConstruction.cpp35 Optional<SVal> RetVal = Call.getReturnValueUnderConstruction(); in checkPostCall()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h444 Optional<SVal> getReturnValueUnderConstruction() const;
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp302 const Optional<SVal> ThisRegionOpt = Call.getReturnValueUnderConstruction(); in evalCall()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp481 CallEvent::getReturnValueUnderConstruction() const { in getReturnValueUnderConstruction() function in CallEvent