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.cpp666 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
3983 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIf()
4030 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfb()
4054 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfc()
4119 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfeqs()
4131 TheCondState.TheCond = AsmCond::IfCond; in parseDirectiveIfdef()
4156 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElseIf()
4157 TheCondState.TheCond != AsmCond::ElseIfCond) in parseDirectiveElseIf()
4160 TheCondState.TheCond = AsmCond::ElseIfCond; in parseDirectiveElseIf()
4192 if (TheCondState.TheCond != AsmCond::IfCond && in parseDirectiveElse()
[all …]