Home
last modified time | relevance | path

Searched refs:CondMet (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DAsmCond.h31 bool CondMet = false; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp5875 TheCondState.CondMet = ExprValue; in parseDirectiveIf()
5876 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIf()
5899 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveIfb()
5900 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfb()
5935 TheCondState.CondMet = in parseDirectiveIfidn()
5938 TheCondState.CondMet = ExpectEqual == (String1 == String2); in parseDirectiveIfidn()
5939 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfidn()
5973 TheCondState.CondMet = (is_defined == expect_defined); in parseDirectiveIfdef()
5974 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfdef()
5993 if (LastIgnoreState || TheCondState.CondMet) { in parseDirectiveElseIf()
[all …]
H A DAsmParser.cpp5137 TheCondState.CondMet = ExprValue; in parseDirectiveIf()
5138 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIf()
5158 TheCondState.CondMet = ExpectBlank == Str.empty(); in parseDirectiveIfb()
5159 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfb()
5185 TheCondState.CondMet = ExpectEqual == (Str1.trim() == Str2.trim()); in parseDirectiveIfc()
5186 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfc()
5224 TheCondState.CondMet = ExpectEqual == (String1 == String2); in parseDirectiveIfeqs()
5225 TheCondState.Ignore = !TheCondState.CondMet; in parseDirectiveIfeqs()
5247 TheCondState.CondMet = (Sym && !Sym->isUndefined(false)); in parseDirectiveIfdef()
5249 TheCondState.CondMet = (!Sym || Sym->isUndefined(false)); in parseDirectiveIfdef()
[all …]