Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp977 AsmCond StartingCondState = TheCondState; in Run() local
1030 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
1031 TheCondState.Ignore != StartingCondState.Ignore) in Run()
H A DMasmParser.cpp1347 AsmCond StartingCondState = TheCondState; in Run() local
1401 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
1402 TheCondState.Ignore != StartingCondState.Ignore) in Run()