Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp133 if (std::optional<SVal> Object = Call.getReturnValueUnderConstruction()) { in getRegion()
H A DSmartPtrModeling.cpp304 Call.getReturnValueUnderConstruction(); in evalCall()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h452 std::optional<SVal> getReturnValueUnderConstruction() const;
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp540 std::optional<SVal> CallEvent::getReturnValueUnderConstruction() const { in getReturnValueUnderConstruction() function in CallEvent