Home
last modified time | relevance | path

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

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