Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp783 ConsumedState RetState = mapReturnTypestateAttrState(RTA); in VisitCXXConstructExpr() local
784 PropagationMap.insert(PairType(Call, PropagationInfo(RetState))); in VisitCXXConstructExpr()
798 ConsumedState RetState = mapConsumableAttrState(ThisType); in VisitCXXConstructExpr() local
799 PropagationMap.insert(PairType(Call, PropagationInfo(RetState))); in VisitCXXConstructExpr()
884 ConsumedState RetState = Entry->second.getAsState(StateMap); in VisitReturnStmt() local
886 if (RetState != ExpectedState) in VisitReturnStmt()
889 stateToString(RetState)); in VisitReturnStmt()