Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp380 assert(isVar() || isTmp() || isState()); in getAsState()
386 else if (isState()) in getAsState()
403 bool isState() const { return InfoType == IT_State; } in isState() function in clang::consumed::PropagationInfo