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.cpp510 IntelExprState CurrState = State; in onOr() local
522 PrevState = CurrState; in onOr()
525 IntelExprState CurrState = State; in onXor() local
537 PrevState = CurrState; in onXor()
540 IntelExprState CurrState = State; in onAnd() local
552 PrevState = CurrState; in onAnd()
555 IntelExprState CurrState = State; in onEq() local
567 PrevState = CurrState; in onEq()
570 IntelExprState CurrState = State; in onNE() local
582 PrevState = CurrState; in onNE()
[all …]