Searched refs:parseExpression (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DParser.h190 static bool parseExpression(StringRef &Code, Sema *S,
193 static bool parseExpression(StringRef &Code, Sema *S, VariantValue *Value, function in class:clang::ast_matchers::dynamic::Parser
195 return parseExpression(Code, S, nullptr, Value, Error);
197 static bool parseExpression(StringRef &Code, VariantValue *Value, function in class:clang::ast_matchers::dynamic::Parser
199 return parseExpression(Code, nullptr, Value, Error);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp126 bool MCAsmParser::parseExpression(const MCExpr *&Res) { function in class:MCAsmParser
128 return parseExpression(Res, L);
H A DAsmParser.cpp247 bool parseExpression(const MCExpr *&Res);
248 bool parseExpression(const MCExpr *&Res, SMLoc &EndLoc) override;
1043 if (parseExpression(Res))
1058 if (parseExpression(Res))
1288 if (parseExpression(Res, EndLoc))
1298 bool AsmParser::parseExpression(const MCExpr *&Res) { function in class:AsmParser
1300 return parseExpression(Res, EndLoc);
1406 bool AsmParser::parseExpression(const MCExpr *&Res, SMLoc &EndLoc) { function in class:AsmParser
1476 if (parseExpression(Expr))
2682 if (parseExpression(AbsoluteEx
[all...]
H A DELFAsmParser.cpp206 if (getParser().parseExpression(Subsection))
228 if (getParser().parseExpression(Expr))
521 if (getParser().parseExpression(Subsection))
839 if (getParser().parseExpression(Subsection))
H A DWasmAsmParser.cpp166 if (Parser->parseExpression(Expr))
H A DDarwinAsmParser.cpp647 if (getParser().parseExpression(Value))
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h261 virtual bool parseExpression(const MCExpr *&Res, SMLoc &EndLoc) = 0;
262 bool parseExpression(const MCExpr *&Res);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp352 if (getParser().parseExpression(Val))
454 if (!getParser().parseExpression(Val)) {
479 if (!getParser().parseExpression(Val)) {
512 if (!getParser().parseExpression(Val)) {
524 if (getParser().parseExpression(Value))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp411 if (getParser().parseExpression(Expression))
481 if (getParser().parseExpression(InnerExpression))
569 if (getParser().parseExpression(Expression))
677 if (Parser.parseExpression(Value))
/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp660 bool Parser::parseExpression(StringRef &Code, Sema *S, function in class:clang::ast_matchers::dynamic::Parser
700 if (!parseExpression(Code, S, NamedValues, &Value, Error))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp780 if (Parser.parseExpression(Register))
840 if (getParser().parseExpression(Disp))
857 if (getParser().parseExpression(Length))
1080 if (Parser.parseExpression(Expr))
1304 if (getParser().parseExpression(Expr))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp178 bool parseExpression(MCExpr const *&Expr);
672 getParser().parseExpression(Subsection);
703 if (!getParser().parseExpression(Value)) {
1043 bool HexagonAsmParser::parseExpression(MCExpr const *&Expr) { function in class:HexagonAsmParser
1074 return getParser().parseExpression(Expr, Loc);
1082 bool Error = parseExpression(Expr);
1172 if (parseExpression(Expr))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp441 if (getParser().parseExpression(IdVal))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2375 if (getParser().parseExpression(ImmVal))
2795 if (getParser().parseExpression(ImmVal))
2997 if (getParser().parseExpression(ImmVal))
3108 if (getParser().parseExpression(ImmVal))
3300 if (getParser().parseExpression(ImmVal))
3462 if (getParser().parseExpression(ImmVal) || !isa<MCConstantExpr>(ImmVal) ||
3537 if (!Parser.parseExpression(ImmVal))
3617 if (getParser().parseExpression(IdVal))
3677 if (getParser().parseExpression(SubExprVal))
5286 if (check(getParser().parseExpression(Exp
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp545 if (Parser.parseExpression(Val, End))
786 if (Parser.parseExpression(Val, End))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp3994 if (getParser().parseExpression(ShiftExpr, EndLoc)) {
4076 if (getParser().parseExpression(ImmVal))
4219 if (getParser().parseExpression(Expr)) {
4462 if (getParser().parseExpression(LaneIndex)) {
4796 if (getParser().parseExpression(MemBarrierID)) {
4864 if (getParser().parseExpression(ISBarrierID)) {
5073 if (getParser().parseExpression(ShiftAmount, EndLoc)) {
5155 if (getParser().parseExpression(ShiftAmount, EndLoc)) {
5217 if (getParser().parseExpression(ShiftAmount, EndLoc)) {
5276 if (getParser().parseExpression(Imm1Ex
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6191 if (getParser().parseExpression(Expr))
6234 return getParser().parseExpression(Res);
6329 if (getParser().parseExpression(NextExpr))
6554 if (Parser.parseExpression(Expr)) {
6577 if (getParser().parseExpression(IdVal))
7498 if (Parser.parseExpression(StackOffset)) {
7560 if (Parser.parseExpression(OffsetExpr) ||
7581 if (Parser.parseExpression(Expr)) {
7762 if (getParser().parseExpression(Value))
7780 if (getParser().parseExpression(Valu
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1090 if (getParser().parseExpression(Res))
1160 if (getParser().parseExpression(Res))
1256 if (getParser().parseExpression(Expr))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1365 /// ParseExpression. This differs from the default "parseExpression" in that
1375 if (getParser().parseExpression(EVal))
1389 /// This differs from the default "parseExpression" in that it handles detection
1391 /// parseExpression() doesn't recognise the modifiers when in the Darwin/MachO
1423 if (getParser().parseExpression(EVal))
1653 if (getParser().parseExpression(Value))
1774 check(getParser().parseExpression(Expr), L, "expected expression") ||
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp753 if (Lexer.getKind() == AsmToken::Plus && Parser.parseExpression(RHS))
789 if (!Parser.parseExpression(ExprVal))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2031 getParser().parseExpression(Val, End) ||
2051 if (Parser.parseExpression(Expr, EndLoc))
2273 if (Parser.parseTokenLoc(Loc) || Parser.parseExpression(Disp, EndLoc))
2301 if (Parser.parseExpression(E, EndLoc) ||
2321 if (Parser.parseTokenLoc(Loc) || Parser.parseExpression(E, EndLoc))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp932 if (!getParser().parseExpression(EVal, E))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2395 if (Parser.parseExpression(Expr))
5390 if (Parser.parseExpression(Expr))

Completed in 492 milliseconds