Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDConsumed.cpp120 ConsumedState MappedAttrState = CS_None; in isCallableInState() local
124 MappedAttrState = CS_Unknown; in isCallableInState()
128 MappedAttrState = CS_Unconsumed; in isCallableInState()
132 MappedAttrState = CS_Consumed; in isCallableInState()
136 if (MappedAttrState == State) in isCallableInState()