Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp443 short BracCount = 0; member in __anonee973c6c0111::X86AsmParser::IntelExprStateMachine
466 short getBracCount() const { return BracCount; } in getBracCount()
949 if (BracCount) in onLBrac()
966 assert(!BracCount && "BracCount should be zero on parsing's start"); in onLBrac()
972 BracCount++; in onLBrac()
985 if (BracCount-- != 1) { in onRBrac()