Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/MCParser/
H A DAsmCond.h30 ConditionalAssemblyType TheCond = NoCond; variable
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1401 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
6170 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()
6199 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()
6245 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfidn()
6261 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()
6298 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()
6299 TheCondState.TheCond != AsmCond::ElseIfCond) in parseDirectiveElseIf()
6302 TheCondState.TheCond = AsmCond::ElseIfCond; in parseDirectiveElseIf()
6338 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIfb()
6339 TheCondState.TheCond != AsmCond::ElseIfCond) in parseDirectiveElseIfb()
[all …]
H A DAsmParser.cpp1030 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
5151 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()
5193 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()
5215 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfc()
5268 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfeqs()
5280 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()
5304 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()
5305 TheCondState.TheCond != AsmCond::ElseIfCond) in parseDirectiveElseIf()
5308 TheCondState.TheCond = AsmCond::ElseIfCond; in parseDirectiveElseIf()
5337 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElse()
[all …]