Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp782 ConsumedState RetState = mapReturnTypestateAttrState(RTA); in VisitCXXConstructExpr() local
783 PropagationMap.insert(PairType(Call, PropagationInfo(RetState))); in VisitCXXConstructExpr()
797 ConsumedState RetState = mapConsumableAttrState(ThisType); in VisitCXXConstructExpr() local
798 PropagationMap.insert(PairType(Call, PropagationInfo(RetState))); in VisitCXXConstructExpr()
883 ConsumedState RetState = Entry->second.getAsState(StateMap); in VisitReturnStmt() local
885 if (RetState != ExpectedState) in VisitReturnStmt()
888 stateToString(RetState)); in VisitReturnStmt()