Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DConsumed.cpp692 ConsumedState ReturnState; in propagateReturnType() local
694 ReturnState = mapReturnTypestateAttrState(RTA); in propagateReturnType()
696 ReturnState = mapConsumableAttrState(RetType); in propagateReturnType()
698 PropagationMap.insert(PairType(Call, PropagationInfo(ReturnState))); in propagateReturnType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp1251 ReturnTypestateAttr::ConsumedState ReturnState; in handleReturnTypestateAttr() local
1256 ReturnState)) { in handleReturnTypestateAttr()
1293 ReturnTypestateAttr(AL.getRange(), S.Context, ReturnState, in handleReturnTypestateAttr()