Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp775 ConsumedState RetState = mapReturnTypestateAttrState(RTA); in VisitCXXConstructExpr() local
776 PropagationMap.insert(PairType(Call, PropagationInfo(RetState))); in VisitCXXConstructExpr()
790 ConsumedState RetState = mapConsumableAttrState(ThisType); in VisitCXXConstructExpr() local
791 PropagationMap.insert(PairType(Call, PropagationInfo(RetState))); in VisitCXXConstructExpr()
876 ConsumedState RetState = Entry->second.getAsState(StateMap); in VisitReturnStmt() local
878 if (RetState != ExpectedState) in VisitReturnStmt()
881 stateToString(RetState)); in VisitReturnStmt()