Home
last modified time | relevance | path

Searched refs:TheCondState (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp388 AsmCond TheCondState; member in __anon60b61cd60111::MasmParser
1216 AsmCond StartingCondState = TheCondState; in Run()
1248 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
1249 TheCondState.Ignore != StartingCondState.Ignore) in Run()
1856 if (!TheCondState.Ignore) { in parseStatement()
1928 if (TheCondState.Ignore) { in parseStatement()
4451 TheCondState = TheCondStack.back(); in parseDirectiveExitMacro()
4675 TheCondStack.push_back(TheCondState); in parseDirectiveIf()
4676 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()
4677 if (TheCondState.Ignore) { in parseDirectiveIf()
[all …]
H A DAsmParser.cpp129 AsmCond TheCondState; member in __anon4b9616090111::AsmParser
955 AsmCond StartingCondState = TheCondState; in Run()
1001 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
1002 TheCondState.Ignore != StartingCondState.Ignore) in Run()
1745 if (!TheCondState.Ignore) { in parseStatement()
1754 if (!TheCondState.Ignore) { in parseStatement()
1768 if (!TheCondState.Ignore) { in parseStatement()
1821 if (TheCondState.Ignore) { in parseStatement()
4721 TheCondState = TheCondStack.back(); in parseDirectiveExitMacro()
5113 TheCondStack.push_back(TheCondState); in parseDirectiveIf()
[all …]