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

/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp131 bool MCAsmParser::parseExpression(const MCExpr *&Res) { function in class:MCAsmParser
133 return parseExpression(Res, L);
H A DAsmParser.cpp245 bool parseExpression(const MCExpr *&Res);
246 bool parseExpression(const MCExpr *&Res, SMLoc &EndLoc) override;
1042 if (parseExpression(Res))
1057 if (parseExpression(Res))
1287 if (parseExpression(Res, EndLoc))
1297 bool AsmParser::parseExpression(const MCExpr *&Res) { function in class:AsmParser
1299 return parseExpression(Res, EndLoc);
1405 bool AsmParser::parseExpression(const MCExpr *&Res, SMLoc &EndLoc) { function in class:AsmParser
1475 if (parseExpression(Expr))
2686 if (parseExpression(AbsoluteEx
[all...]
H A DELFAsmParser.cpp206 if (getParser().parseExpression(Subsection))
228 if (getParser().parseExpression(Expr))
522 if (getParser().parseExpression(Subsection))
855 if (getParser().parseExpression(Subsection))
H A DWasmAsmParser.cpp166 if (Parser->parseExpression(Expr))
H A DMasmParser.cpp506 bool parseExpression(const MCExpr *&Res);
507 bool parseExpression(const MCExpr *&Res, SMLoc &EndLoc) override;
1283 if (parseExpression(Res))
1298 if (parseExpression(Res))
1558 if (parseExpression(Res, EndLoc))
1568 bool MasmParser::parseExpression(const MCExpr *&Res) { function in class:MasmParser
1570 return parseExpression(Res, EndLoc);
1622 bool MasmParser::parseExpression(const MCExpr *&Res, SMLoc &EndLoc) { function in class:MasmParser
1668 if (parseExpression(Expr))
2834 if (parseExpression(AbsoluteEx
[all...]
H A DDarwinAsmParser.cpp647 if (getParser().parseExpression(Value))
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h276 virtual bool parseExpression(const MCExpr *&Res, SMLoc &EndLoc) = 0;
277 bool parseExpression(const MCExpr *&Res);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp369 if (getParser().parseExpression(Val))
471 if (!getParser().parseExpression(Val)) {
496 if (!getParser().parseExpression(Val)) {
529 if (!getParser().parseExpression(Val)) {
541 if (getParser().parseExpression(Value))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp81 bool parseExpression(const MCExpr *&EVal);
1098 /// ParseExpression. This differs from the default "parseExpression" in that
1100 bool VEAsmParser::parseExpression(const MCExpr *&EVal) { function in class:VEAsmParser
1102 if (getParser().parseExpression(EVal))
1139 if (!parseExpression(EVal))
1179 if (getParser().parseExpression(IndexValue, E))
1246 if (!parseExpression(EVal))
1325 if (!Tok2.is(AsmToken::Integer) || getParser().parseExpression(EVal, E)) {
1410 if (!parseExpression(EVal))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp419 if (getParser().parseExpression(Expression))
489 if (getParser().parseExpression(InnerExpression))
577 if (getParser().parseExpression(Expression))
697 if (Parser.parseExpression(Value))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp845 if (Parser.parseExpression(Register))
904 if (Parser.parseExpression(Register))
933 if (getParser().parseExpression(Disp))
978 if (getParser().parseExpression(Length))
993 if (getParser().parseExpression(Length))
1212 if (Parser.parseExpression(Expr))
1456 if (getParser().parseExpression(Expr))
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp180 bool parseExpression(MCExpr const *&Expr);
679 getParser().parseExpression(Subsection);
710 if (!getParser().parseExpression(Value)) {
1054 bool HexagonAsmParser::parseExpression(MCExpr const *&Expr) { function in class:HexagonAsmParser
1085 return getParser().parseExpression(Expr, Loc);
1093 bool Error = parseExpression(Expr);
1183 if (parseExpression(Expr))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1307 if (getParser().parseExpression(Res))
1379 if (getParser().parseExpression(Res))
1475 if (getParser().parseExpression(Expr))
1515 if (getParser().parseExpression(Res))
1990 if (Parser.parseExpression(AttrExpr))
2015 if (Parser.parseExpression(ValueExpr))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp451 if (getParser().parseExpression(IdVal))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2394 if (getParser().parseExpression(ImmVal))
2814 if (getParser().parseExpression(ImmVal))
3019 if (getParser().parseExpression(ImmVal))
3130 if (getParser().parseExpression(ImmVal))
3322 if (getParser().parseExpression(ImmVal))
3484 if (getParser().parseExpression(ImmVal) || !isa<MCConstantExpr>(ImmVal) ||
3559 if (!Parser.parseExpression(ImmVal))
3639 if (getParser().parseExpression(IdVal))
3699 if (getParser().parseExpression(SubExprVal))
5325 if (check(getParser().parseExpression(Exp
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp559 if (Parser.parseExpression(Val, End))
800 if (Parser.parseExpression(Val, End))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4067 if (getParser().parseExpression(ShiftExpr, EndLoc)) {
4149 if (getParser().parseExpression(ImmVal))
4292 if (getParser().parseExpression(Expr)) {
4535 if (getParser().parseExpression(LaneIndex)) {
4869 if (getParser().parseExpression(MemBarrierID)) {
4937 if (getParser().parseExpression(ISBarrierID)) {
5146 if (getParser().parseExpression(ShiftAmount, EndLoc)) {
5228 if (getParser().parseExpression(ShiftAmount, EndLoc)) {
5290 if (getParser().parseExpression(ShiftAmount, EndLoc)) {
5349 if (getParser().parseExpression(Imm1Ex
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp6383 if (getParser().parseExpression(Expr))
6433 return getParser().parseExpression(Res);
6528 if (getParser().parseExpression(NextExpr))
6753 if (Parser.parseExpression(Expr)) {
6776 if (getParser().parseExpression(IdVal))
7741 if (Parser.parseExpression(StackOffset)) {
7803 if (Parser.parseExpression(OffsetExpr) ||
7824 if (Parser.parseExpression(Expr)) {
8009 if (getParser().parseExpression(Value))
8027 if (getParser().parseExpression(Valu
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp1386 /// ParseExpression. This differs from the default "parseExpression" in that
1396 if (getParser().parseExpression(EVal))
1410 /// This differs from the default "parseExpression" in that it handles detection
1412 /// parseExpression() doesn't recognise the modifiers when in the Darwin/MachO
1444 if (getParser().parseExpression(EVal))
1674 if (getParser().parseExpression(Value))
1795 check(getParser().parseExpression(Expr), L, "expected expression") ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp777 if (Lexer.getKind() == AsmToken::Plus && Parser.parseExpression(RHS))
813 if (!Parser.parseExpression(ExprVal))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2215 getParser().parseExpression(Val, End) ||
2235 if (Parser.parseExpression(Expr, EndLoc))
2457 if (Parser.parseTokenLoc(Loc) || Parser.parseExpression(Disp, EndLoc))
2485 if (Parser.parseExpression(E, EndLoc) ||
2505 if (Parser.parseTokenLoc(Loc) || Parser.parseExpression(E, EndLoc))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp943 if (!getParser().parseExpression(EVal, E))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2472 if (Parser.parseExpression(Expr))
5546 if (Parser.parseExpression(Expr))

Completed in 331 milliseconds