Searched refs:InParens (Results 1 – 7 of 7) sorted by relevance
33 void MCExpr::print(raw_ostream &OS, const MCAsmInfo *MAI, bool InParens) const { in print()47 !InParens && Sym.getName().size() && Sym.getName()[0] == '$'; in print()
42 void MCExpr::print(raw_ostream &OS, const MCAsmInfo *MAI, bool InParens) const { in print()61 !InParens && !Sym.getName().empty() && Sym.getName()[0] == '$'; in print()
42 void MCExpr::print(raw_ostream &OS, const MCAsmInfo *MAI, bool InParens) const { in print()80 !InParens && !Sym.getName().empty() && Sym.getName()[0] == '$'; in print()
77 bool InParens = false) const;
76 bool InParens = false) const;
89 bool InParens = false) const;
2407 bool InParens = Parser.getTok().is(AsmToken::LParen); in ParseMasmOperator() local2408 const AsmToken &IDTok = InParens ? getLexer().peekTok() : Parser.getTok(); in ParseMasmOperator()2415 if (InParens) in ParseMasmOperator()2418 if (InParens) in ParseMasmOperator()