Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp955 AsmCond StartingCondState = TheCondState; in Run() local
1001 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
1002 TheCondState.Ignore != StartingCondState.Ignore) in Run()
H A DMasmParser.cpp1216 AsmCond StartingCondState = TheCondState; in Run() local
1248 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
1249 TheCondState.Ignore != StartingCondState.Ignore) in Run()