Searched refs:CondMet (Results 1 – 2 of 2) sorted by relevance
32 bool CondMet; variable35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {} in AsmCond()
3885 TheCondState.CondMet = ExprValue; in parseDirectiveIf()3886 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIf()3908 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveIfb()3909 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfb()3939 TheCondState.CondMet = ExpectEqual == (Str1.trim() == Str2.trim()); in parseDirectiveIfc()3940 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfc()3986 TheCondState.CondMet = ExpectEqual == (String1 == String2); in parseDirectiveIfeqs()3987 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfeqs()4010 TheCondState.CondMet = (Sym && !Sym->isUndefined()); in parseDirectiveIfdef()4012 TheCondState.CondMet = (!Sym || Sym->isUndefined()); in parseDirectiveIfdef()[all …]