Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp496 IntelExprState CurrState = State; in onOr() local
508 PrevState = CurrState; in onOr()
511 IntelExprState CurrState = State; in onXor() local
523 PrevState = CurrState; in onXor()
526 IntelExprState CurrState = State; in onAnd() local
538 PrevState = CurrState; in onAnd()
541 IntelExprState CurrState = State; in onEq() local
553 PrevState = CurrState; in onEq()
556 IntelExprState CurrState = State; in onNE() local
568 PrevState = CurrState; in onNE()
[all …]