Home | History | Annotate | Download | only in Analysis

Lines Matching full:isstate

389     assert(isVar() || isTmp() || isState());
395 else if (isState())
412 inline bool isState() const { return InfoType == IT_State; }