Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp106 case CS_None: in invertConsumedUnconsumed()
107 return CS_None; in invertConsumedUnconsumed()
117 ConsumedState MappedAttrState = CS_None; in isCallableInState()
171 case CS_None: in isKnownState()
243 case consumed::CS_None: in stateToString()
389 return CS_None; in getAsState()
543 if (CS != CS_None) in copyInfo()
545 if (NS != CS_None && PInfo.isPointerToValue()) in copyInfo()
557 return CS_None; in getInfo()
567 } else if (NS != CS_None) { in setInfo()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DConsumed.h45 CS_None, enumerator
247 ConsumedState ExpectedReturnState = CS_None;