Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DConsumed.cpp691 ConsumedState ReturnState; in propagateReturnType() local
693 ReturnState = mapReturnTypestateAttrState(RTA); in propagateReturnType()
695 ReturnState = mapConsumableAttrState(RetType); in propagateReturnType()
697 PropagationMap.insert(PairType(Call, PropagationInfo(ReturnState))); in propagateReturnType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp1306 ReturnTypestateAttr::ConsumedState ReturnState; in handleReturnTypestateAttr() local
1311 ReturnState)) { in handleReturnTypestateAttr()
1347 D->addAttr(::new (S.Context) ReturnTypestateAttr(S.Context, AL, ReturnState)); in handleReturnTypestateAttr()