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
130 AsmCond TheCondState;131 std::vector<AsmCond> TheCondStack;616 AsmCond StartingCondState = TheCondState; in Run()3849 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()3896 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()3920 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfc()3985 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfeqs()3997 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()4022 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()4023 TheCondState.TheCond != AsmCond::ElseIfCond) in parseDirectiveElseIf()[all …]