Home
last modified time | relevance | path

Searched refs:getExpectedReturnState (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DConsumed.h260 ConsumedState getExpectedReturnState() const { return ExpectedReturnState; } in getExpectedReturnState() function
/src/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp877 ConsumedState ExpectedState = Analyzer.getExpectedReturnState(); in VisitReturnStmt()