Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp959 AsmCond StartingCondState = TheCondState; in Run() local
1008 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
1009 TheCondState.Ignore != StartingCondState.Ignore) in Run()
H A DMasmParser.cpp1328 AsmCond StartingCondState = TheCondState; in Run() local
1382 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
1383 TheCondState.Ignore != StartingCondState.Ignore) in Run()