Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp516 IntelExprState CurrState = State; in onOr() local
528 PrevState = CurrState; in onOr()
531 IntelExprState CurrState = State; in onXor() local
543 PrevState = CurrState; in onXor()
546 IntelExprState CurrState = State; in onAnd() local
558 PrevState = CurrState; in onAnd()
561 IntelExprState CurrState = State; in onEq() local
573 PrevState = CurrState; in onEq()
576 IntelExprState CurrState = State; in onNE() local
588 PrevState = CurrState; in onNE()
[all …]