Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCExpr.cpp41 void MCExpr::print(raw_ostream &OS, const MCAsmInfo *MAI, bool InParens) const { in print()
78 bool UseParens = MAI && MAI->useParensForDollarSignNames() && !InParens && in print()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCExpr.h89 bool InParens = false) const;
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2445 bool InParens = Parser.getTok().is(AsmToken::LParen); in ParseMasmOperator() local
2446 const AsmToken &IDTok = InParens ? getLexer().peekTok() : Parser.getTok(); in ParseMasmOperator()
2453 if (InParens) in ParseMasmOperator()
2456 if (InParens) in ParseMasmOperator()