Searched refs:AsmCond (Results 1 – 2 of 2) sorted by relevance
22 class AsmCond {35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {} in AsmCond() function
132 AsmCond TheCondState;133 std::vector<AsmCond> TheCondStack;636 AsmCond StartingCondState = TheCondState; in Run()3983 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()4030 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()4054 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfc()4119 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfeqs()4131 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()4156 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()4157 TheCondState.TheCond != AsmCond::ElseIfCond) in parseDirectiveElseIf()[all …]