Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
HDParser.h187 static bool parseExpression(StringRef Code, Sema *S,
190 static bool parseExpression(StringRef Code, Sema *S, in parseExpression() function
192 return parseExpression(Code, S, nullptr, Value, Error); in parseExpression()
194 static bool parseExpression(StringRef Code, VariantValue *Value, in parseExpression() function
196 return parseExpression(Code, nullptr, Value, Error); in parseExpression()
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDMCAsmParser.cpp41 bool MCAsmParser::parseExpression(const MCExpr *&Res) { in parseExpression() function in MCAsmParser
43 return parseExpression(Res, L); in parseExpression()
HDELFAsmParser.cpp198 if (getParser().parseExpression(Subsection)) in ParseSectionSwitch()
219 if (getParser().parseExpression(Expr)) in ParseDirectiveSize()
395 if (getParser().parseExpression(Subsection)) in ParseSectionArguments()
731 if (getParser().parseExpression(Subsection)) in ParseDirectiveSubsection()
HDAsmParser.cpp233 bool parseExpression(const MCExpr *&Res);
234 bool parseExpression(const MCExpr *&Res, SMLoc &EndLoc) override;
752 if (parseExpression(Res)) in parseParenExpr()
767 if (parseExpression(Res)) in parseBracketExpr()
959 bool AsmParser::parseExpression(const MCExpr *&Res) { in parseExpression() function in AsmParser
961 return parseExpression(Res, EndLoc); in parseExpression()
1028 bool AsmParser::parseExpression(const MCExpr *&Res, SMLoc &EndLoc) { in parseExpression() function in AsmParser
1096 if (parseExpression(Expr)) in parseAbsoluteExpression()
2383 if (parseExpression(Value)) in parseDirectiveValue()
2621 if (parseExpression(Offset)) in parseDirectiveOrg()
[all …]
HDDarwinAsmParser.cpp529 if (getParser().parseExpression(Value)) in parseDirectiveLsym()
/NextBSD/contrib/llvm/include/llvm/MC/MCParser/
HDMCAsmParser.h172 virtual bool parseExpression(const MCExpr *&Res, SMLoc &EndLoc) = 0;
173 bool parseExpression(const MCExpr *&Res);
/NextBSD/contrib/llvm/lib/Target/ARM/AsmParser/
HDARMAsmParser.cpp3097 if (getParser().parseExpression(ShiftExpr, EndLoc)) { in tryParseShiftRegister()
3180 if (getParser().parseExpression(ImmVal)) in tryParseRegisterWithWriteBack()
3342 if (getParser().parseExpression(Expr)) { in parseCoprocOptionOperand()
3561 if (getParser().parseExpression(LaneIndex)) { in parseVectorLane()
3890 if (getParser().parseExpression(MemBarrierID)) { in parseMemBarrierOptOperand()
3940 if (getParser().parseExpression(ISBarrierID)) { in parseInstSyncBarrierOptOperand()
4220 if (getParser().parseExpression(ShiftAmount, EndLoc)) { in parsePKHImm()
4302 if (getParser().parseExpression(ShiftAmount, EndLoc)) { in parseShifterImm()
4364 if (getParser().parseExpression(ShiftAmount, EndLoc)) { in parseRotImm()
4423 if (getParser().parseExpression(Imm1Exp, Ex1)) { in parseModImm()
[all …]
/NextBSD/contrib/llvm/lib/Target/Mips/AsmParser/
HDMipsAsmParser.cpp3234 Result = (getParser().parseExpression(Res)); in parseMemOffset()
3487 if (getParser().parseExpression(IdVal)) in parseImm()
3513 if (Parser.parseExpression(Expr)) { in parseJumpTarget()
3530 if (getParser().parseExpression(IdVal)) in parseInvNum()
3557 if (getParser().parseExpression(Expr)) in parseLSAImm()
4212 if (Parser.parseExpression(Value)) in parseSetAssignment()
4454 if (Parser.parseExpression(Expr)) { in parseDirectiveCPSetup()
4590 if (getParser().parseExpression(Value)) in parseDataDirective()
4615 if (getParser().parseExpression(Value)) in parseDirectiveGpWord()
4633 if (getParser().parseExpression(Value)) in parseDirectiveGpDWord()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
HDParser.cpp557 bool Parser::parseExpression(StringRef Code, Sema *S, in parseExpression() function in clang::ast_matchers::dynamic::Parser
596 if (!parseExpression(Code, S, NamedValues, &Value, Error)) in parseMatcherExpression()
/NextBSD/contrib/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp2002 if (getParser().parseExpression(ImmVal)) in tryParsePrefetch()
2108 if (getParser().parseExpression(Expr)) in tryParseAdrLabel()
2357 if (getParser().parseExpression(ImmVal)) in tryParseOptionalShiftExtend()
2633 if (getParser().parseExpression(ImmVal)) in tryParseBarrierOperand()
2740 if (getParser().parseExpression(ImmVal)) in tryParseVectorRegister()
2876 if (getParser().parseExpression(ImmVal)) in parseSymbolicImmVal()
2962 if (getParser().parseExpression(ImmVal)) in parseVectorList()
3017 if (Parser.parseExpression(ImmVal) || !isa<MCConstantExpr>(ImmVal) || in tryParseGPR64sp0Operand()
3088 if (getParser().parseExpression(IdVal)) in parseOperand()
3149 if (getParser().parseExpression(SubExprVal)) in parseOperand()
[all …]
/NextBSD/contrib/llvm/lib/Target/SystemZ/AsmParser/
HDSystemZAsmParser.cpp579 if (getParser().parseExpression(Disp)) in parseAddress()
612 if (getParser().parseExpression(Length)) in parseAddress()
855 if (getParser().parseExpression(Expr)) in parsePCRel()
/NextBSD/contrib/llvm/lib/Target/PowerPC/AsmParser/
HDPPCAsmParser.cpp1441 if (getParser().parseExpression(EVal)) in ParseExpression()
1489 if (getParser().parseExpression(EVal)) in ParseDarwinExpression()
1733 if (getParser().parseExpression(Value)) in ParseDirectiveWord()
1883 if (getParser().parseExpression(Expr)) { in ParseDirectiveLocalEntry()
/NextBSD/contrib/llvm/lib/Target/Sparc/AsmParser/
HDSparcAsmParser.cpp594 if (getParser().parseExpression(Value)) in parseDirectiveWord()
769 if (!getParser().parseExpression(EVal, E)) in parseSparcAsmOperand()
/NextBSD/contrib/llvm/lib/Target/X86/AsmParser/
HDX86AsmParser.cpp1795 if (getParser().parseExpression(Val, End)) in ParseATTOperand()
1890 if (getParser().parseExpression(Disp, ExprEnd)) return nullptr; in ParseMemOperand()
2912 if (getParser().parseExpression(Value)) in ParseDirectiveWord()