Searched refs:parseExprWithSpecifier (Results 1 – 1 of 1) sorted by relevance
233 bool parseExprWithSpecifier(const MCExpr *&Res, SMLoc &E);2100 bool Failed = parseExprWithSpecifier(Expr, E); in parseOperandWithSpecifier()2106 bool RISCVAsmParser::parseExprWithSpecifier(const MCExpr *&Res, SMLoc &E) { in parseExprWithSpecifier() function in RISCVAsmParser2130 return parseExprWithSpecifier(Res, E); in parseDataExpr()