Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2409 bool TrailingDot = false; in ParseIntelDotOperator() local
2419 TrailingDot = DotDispStr.consume_back("."); in ParseIntelDotOperator()
2437 if (TrailingDot) in ParseIntelDotOperator()