Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/MCParser/
DAsmCond.h31 ConditionalAssemblyType TheCond; variable
35 AsmCond() : TheCond(NoCond), CondMet(false), Ignore(false) {} in AsmCond()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp643 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
3849 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()
3896 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()
3920 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfc()
3985 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfeqs()
3997 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()
4022 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()
4023 TheCondState.TheCond != AsmCond::ElseIfCond) in parseDirectiveElseIf()
4026 TheCondState.TheCond = AsmCond::ElseIfCond; in parseDirectiveElseIf()
4058 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElse()
[all …]