Home
last modified time | relevance | path

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

/external/llvm/lib/MC/MCParser/
DAsmParser.cpp636 AsmCond StartingCondState = TheCondState; in Run() local
666 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
667 TheCondState.Ignore != StartingCondState.Ignore) in Run()