Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp40 void MCExpr::print(raw_ostream &OS, const MCAsmInfo *MAI, bool InParens) const { in print()
77 bool UseParens = MAI && MAI->useParensForDollarSignNames() && !InParens && in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h86 bool InParens = false) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2512 bool InParens = Parser.getTok().is(AsmToken::LParen); in ParseMasmOperator() local
2513 const AsmToken &IDTok = InParens ? getLexer().peekTok() : Parser.getTok(); in ParseMasmOperator()
2520 if (InParens) in ParseMasmOperator()
2523 if (InParens) in ParseMasmOperator()