Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp398 AsmCond TheCondState; member in __anon5682f72b0111::MasmParser
1347 AsmCond StartingCondState = TheCondState; in Run()
1401 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
1402 TheCondState.Ignore != StartingCondState.Ignore) in Run()
2124 if (!TheCondState.Ignore) { in parseStatement()
2196 if (TheCondState.Ignore) { in parseStatement()
5909 TheCondState = TheCondStack.back(); in parseDirectiveExitMacro()
6138 TheCondStack.push_back(TheCondState); in parseDirectiveIf()
6139 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()
6140 if (TheCondState.Ignore) { in parseDirectiveIf()
[all …]
H A DAsmParser.cpp135 AsmCond TheCondState; member in __anon895679be0111::AsmParser
977 AsmCond StartingCondState = TheCondState; in Run()
1026 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
1027 TheCondState.Ignore != StartingCondState.Ignore) in Run()
1809 if (!TheCondState.Ignore) { in parseStatement()
1818 if (!TheCondState.Ignore) { in parseStatement()
1843 if (!TheCondState.Ignore) { in parseStatement()
1896 if (TheCondState.Ignore) { in parseStatement()
4780 TheCondState = TheCondStack.back(); in parseDirectiveExitMacro()
5175 TheCondStack.push_back(TheCondState); in parseDirectiveIf()
[all …]