Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp109 case CS_None: in invertConsumedUnconsumed()
110 return CS_None; in invertConsumedUnconsumed()
120 ConsumedState MappedAttrState = CS_None; in isCallableInState()
174 case CS_None: in isKnownState()
250 case consumed::CS_None: in stateToString()
396 return CS_None; in getAsState()
550 if (CS != CS_None) in copyInfo()
552 if (NS != CS_None && PInfo.isPointerToValue()) in copyInfo()
564 return CS_None; in getInfo()
574 } else if (NS != CS_None) { in setInfo()
[all …]
/src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DConsumed.h45 CS_None, enumerator
247 ConsumedState ExpectedReturnState = CS_None;