Searched refs:AsmCond (Results 1 – 4 of 4) sorted by relevance
22 class AsmCond {35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {} in AsmCond() function
99 AsmCond TheCondState;100 std::vector<AsmCond> TheCondStack;463 AsmCond StartingCondState = TheCondState; in Run()2185 TheCondState.TheCond = AsmCond::IfCond; in ParseDirectiveIf()2209 TheCondState.TheCond = AsmCond::IfCond; in ParseDirectiveIfdef()2234 if (TheCondState.TheCond != AsmCond::IfCond && in ParseDirectiveElseIf()2235 TheCondState.TheCond != AsmCond::ElseIfCond) in ParseDirectiveElseIf()2238 TheCondState.TheCond = AsmCond::ElseIfCond; in ParseDirectiveElseIf()2271 if (TheCondState.TheCond != AsmCond::IfCond && in ParseDirectiveElse()2272 TheCondState.TheCond != AsmCond::ElseIfCond) in ParseDirectiveElse()[all …]
130 AsmCond TheCondState;131 std::vector<AsmCond> TheCondStack;706 AsmCond StartingCondState = TheCondState; in Run()4350 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()4397 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()4421 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfc()4486 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfeqs()4498 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()4523 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()4524 TheCondState.TheCond != AsmCond::ElseIfCond) in parseDirectiveElseIf()[all …]