Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp975 AsmCond StartingCondState = TheCondState; in Run() local
1024 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
1025 TheCondState.Ignore != StartingCondState.Ignore) in Run()
H A DMasmParser.cpp1327 AsmCond StartingCondState = TheCondState; in Run() local
1381 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
1382 TheCondState.Ignore != StartingCondState.Ignore) in Run()