Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DConsumed.cpp786 ConsumedState RetState = mapReturnTypestateAttrState(RTA); in VisitCXXConstructExpr() local
787 PropagationMap.insert(PairType(Call, PropagationInfo(RetState))); in VisitCXXConstructExpr()
801 ConsumedState RetState = mapConsumableAttrState(ThisType); in VisitCXXConstructExpr() local
802 PropagationMap.insert(PairType(Call, PropagationInfo(RetState))); in VisitCXXConstructExpr()
893 ConsumedState RetState = Entry->second.getAsState(StateMap); in VisitReturnStmt() local
895 if (RetState != ExpectedState) in VisitReturnStmt()
898 stateToString(RetState)); in VisitReturnStmt()