Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp233 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 RISCVAsmParser
2130 return parseExprWithSpecifier(Res, E); in parseDataExpr()