Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DConsumed.cpp389 assert(isVar() || isTmp() || isState()); in getAsState()
395 else if (isState()) in getAsState()
412 inline bool isState() const { return InfoType == IT_State; } in isState() function in clang::consumed::PropagationInfo