Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp398 AsmCond TheCondState; member in __anoncc01912d0111::MasmParser
1347 AsmCond StartingCondState = TheCondState; in Run()
1401 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
1402 TheCondState.Ignore != StartingCondState.Ignore) in Run()
2149 if (!TheCondState.Ignore) { in parseStatement()
2221 if (TheCondState.Ignore) { in parseStatement()
5941 TheCondState = TheCondStack.back(); in parseDirectiveExitMacro()
6169 TheCondStack.push_back(TheCondState); in parseDirectiveIf()
6170 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()
6171 if (TheCondState.Ignore) { in parseDirectiveIf()
[all …]
H A DAsmParser.cpp133 AsmCond TheCondState; member in __anon1888db800111::AsmParser
977 AsmCond StartingCondState = TheCondState; in Run()
1030 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
1031 TheCondState.Ignore != StartingCondState.Ignore) in Run()
1814 if (!TheCondState.Ignore) { in parseStatement()
1823 if (!TheCondState.Ignore) { in parseStatement()
1848 if (!TheCondState.Ignore) { in parseStatement()
1901 if (TheCondState.Ignore) { in parseStatement()
4751 TheCondState = TheCondStack.back(); in parseDirectiveExitMacro()
5150 TheCondStack.push_back(TheCondState); in parseDirectiveIf()
[all …]