Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp862 AsmCond StartingCondState = TheCondState; in Run() local
910 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
911 TheCondState.Ignore != StartingCondState.Ignore) in Run()