Home
last modified time | relevance | path

Searched defs:Expr (Results 1 – 25 of 201) sorted by relevance

123456789

/third_party/rust/crates/nom/tests/
Darithmetic_ast.rs16 pub enum Expr { enum
33 impl Display for Expr { implementation
47 impl Debug for Expr { implementation
61 fn parens(i: &str) -> IResult<&str, Expr> { in parens() argument
69 fn factor(i: &str) -> IResult<&str, Expr> { in factor() argument
79 fn fold_exprs(initial: Expr, remainder: Vec<(Oper, Expr)>) -> Expr { in fold_exprs() argument
91 fn term(i: &str) -> IResult<&str, Expr> { in term() argument
107 fn expr(i: &str) -> IResult<&str, Expr> { in expr() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCExpr.h35 const MCExpr *Expr; variable
40 explicit PPCMCExpr(VariantKind Kind, const MCExpr *Expr, bool IsDarwin) in PPCMCExpr()
50 static const PPCMCExpr *createLo(const MCExpr *Expr, in createLo()
55 static const PPCMCExpr *createHi(const MCExpr *Expr, in createHi()
60 static const PPCMCExpr *createHa(const MCExpr *Expr, in createHa()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCExpr.h26 const MCExpr *Expr; variable
28 explicit ARMMCExpr(VariantKind Kind, const MCExpr *Expr) in ARMMCExpr()
38 static const ARMMCExpr *createUpper16(const MCExpr *Expr, MCContext &Ctx) { in createUpper16()
42 static const ARMMCExpr *createLower16(const MCExpr *Expr, MCContext &Ctx) { in createLower16()
DARMMCExpr.cpp17 ARMMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create()
29 const MCExpr *Expr = getSubExpr(); in printImpl() local
/third_party/rust/crates/nom/examples/
Ds_expression.rs54 pub enum Expr { enum
144 fn parse_constant<'a>(i: &'a str) -> IResult<&'a str, Expr, VerboseError<&'a str>> { in parse_constant() argument
175 fn parse_application<'a>(i: &'a str) -> IResult<&'a str, Expr, VerboseError<&'a str>> { in parse_application() argument
189 fn parse_if<'a>(i: &'a str) -> IResult<&'a str, Expr, VerboseError<&'a str>> { in parse_if() argument
221 fn parse_quote<'a>(i: &'a str) -> IResult<&'a str, Expr, VerboseError<&'a str>> { in parse_quote() argument
233 fn parse_expr<'a>(i: &'a str) -> IResult<&'a str, Expr, VerboseError<&'a str>> { in parse_expr() argument
268 fn eval_expression(e: Expr) -> Option<Expr> { in eval_expression()
361 fn eval_from_str(src: &str) -> Result<Expr, String> { in eval_from_str()
/third_party/rust/crates/syn/tests/
Dtest_precedence.rs185 fn librustc_parse_and_rewrite(input: &str) -> Option<P<ast::Expr>> { in librustc_parse_and_rewrite()
189 fn librustc_parenthesize(mut librustc_expr: P<ast::Expr>) -> P<ast::Expr> { in librustc_parenthesize()
245 fn noop_visit_expr<T: MutVisitor>(e: &mut Expr, vis: &mut T) { in librustc_parenthesize()
271 fn visit_expr(&mut self, e: &mut P<Expr>) { in librustc_parenthesize()
386 fn syn_parenthesize(syn_expr: syn::Expr) -> syn::Expr { in syn_parenthesize()
392 fn parenthesize(expr: Expr) -> Expr { in syn_parenthesize()
421 fn fold_expr(&mut self, expr: Expr) -> Expr { in syn_parenthesize()
472 fn make_parens_invisible(expr: syn::Expr) -> syn::Expr { in make_parens_invisible()
479 fn fold_expr(&mut self, mut expr: Expr) -> Expr { in make_parens_invisible()
511 fn collect_exprs(file: syn::File) -> Vec<syn::Expr> { in collect_exprs()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp133 auto Expr = HexagonMCExpr::create( in HexagonLowerToMC() local
142 auto Expr = HexagonMCExpr::create( in HexagonLowerToMC() local
149 MCExpr const *Expr = MCSymbolRefExpr::create(MO.getMBB()->getSymbol(), in HexagonLowerToMC() local
/third_party/rust/crates/syn/tests/common/
Dparse.rs15 pub fn librustc_expr(input: &str) -> Option<P<ast::Expr>> { in librustc_expr()
43 pub fn syn_expr(input: &str) -> Option<syn::Expr> { in syn_expr()
/third_party/rust/crates/serde/serde_derive/src/
Dfragment.rs7 Expr(TokenStream), enumerator
27 pub struct Expr(pub Fragment); struct
28 impl ToTokens for Expr { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h67 DbgValueLoc(const DIExpression *Expr, int64_t i) in DbgValueLoc()
71 DbgValueLoc(const DIExpression *Expr, const ConstantFP *CFP) in DbgValueLoc()
75 DbgValueLoc(const DIExpression *Expr, const ConstantInt *CIP) in DbgValueLoc()
79 DbgValueLoc(const DIExpression *Expr, MachineLocation Loc) in DbgValueLoc()
83 DbgValueLoc(const DIExpression *Expr, TargetIndexLocation Loc) in DbgValueLoc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpressions.h676 const SCEV *visitTruncateExpr(const SCEVTruncateExpr *Expr) { in visitTruncateExpr()
683 const SCEV *visitZeroExtendExpr(const SCEVZeroExtendExpr *Expr) { in visitZeroExtendExpr()
690 const SCEV *visitSignExtendExpr(const SCEVSignExtendExpr *Expr) { in visitSignExtendExpr()
697 const SCEV *visitAddExpr(const SCEVAddExpr *Expr) { in visitAddExpr()
707 const SCEV *visitMulExpr(const SCEVMulExpr *Expr) { in visitMulExpr()
717 const SCEV *visitUDivExpr(const SCEVUDivExpr *Expr) { in visitUDivExpr()
724 const SCEV *visitAddRecExpr(const SCEVAddRecExpr *Expr) { in visitAddRecExpr()
736 const SCEV *visitSMaxExpr(const SCEVSMaxExpr *Expr) { in visitSMaxExpr()
746 const SCEV *visitUMaxExpr(const SCEVUMaxExpr *Expr) { in visitUMaxExpr()
756 const SCEV *visitSMinExpr(const SCEVSMinExpr *Expr) { in visitSMinExpr()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCExpr.cpp28 const MCExpr *Expr, MCContext &Ctx) { in create()
33 const MCExpr *Expr, MCContext &Ctx) { in createGpOff()
224 static void fixELFSymbolsInTLSFixupsImpl(const MCExpr *Expr, MCAssembler &Asm) { in fixELFSymbolsInTLSFixupsImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCExpr.cpp26 SparcMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create()
35 const MCExpr *Expr = getSubExpr(); in printImpl() local
168 static void fixELFSymbolsInTLSFixupsImpl(const MCExpr *Expr, MCAssembler &Asm) { in fixELFSymbolsInTLSFixupsImpl()
/third_party/jinja2/
Dnativetypes.py63 self, node: nodes.Expr, frame: Frame, finalize: CodeGenerator._FinalizeInfo
76 self, node: nodes.Expr, frame: Frame, finalize: CodeGenerator._FinalizeInfo
82 self, node: nodes.Expr, frame: Frame, finalize: CodeGenerator._FinalizeInfo
Dparser.py771 def parse_postfix(self, node: nodes.Expr) -> nodes.Expr:
784 def parse_filter_expr(self, node: nodes.Expr) -> nodes.Expr:
800 self, node: nodes.Expr
911 def parse_call(self, node: nodes.Expr) -> nodes.Call:
919 self, node: t.Optional[nodes.Expr], start_inline: bool = False
941 def parse_test(self, node: nodes.Expr) -> nodes.Expr:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCExpr.cpp17 const LanaiMCExpr *LanaiMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create()
40 const MCExpr *Expr = getSubExpr(); in printImpl() local
DLanaiMCExpr.h23 const MCExpr *Expr; variable
25 explicit LanaiMCExpr(VariantKind Kind, const MCExpr *Expr) in LanaiMCExpr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCExpr.cpp22 HexagonMCExpr *HexagonMCExpr::create(MCExpr const *Expr, MCContext &Ctx) { in create()
40 static void fixELFSymbolsInTLSFixupsImpl(const MCExpr *Expr, MCAssembler &Asm) { in fixELFSymbolsInTLSFixupsImpl()
105 HexagonMCExpr::HexagonMCExpr(MCExpr const *Expr) in HexagonMCExpr()
/third_party/rust/crates/syn/examples/trace-var/trace-var/src/
Dlib.rs69 fn assign_and_print(&mut self, left: Expr, op: &dyn ToTokens, right: Expr) -> Expr { in assign_and_print()
116 fn fold_expr(&mut self, e: Expr) -> Expr { in fold_expr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64MCInstLower.cpp107 const MCExpr *Expr = MCSymbolRefExpr::create(Sym, RefKind, Ctx); in lowerSymbolOperandDarwin() local
178 const MCExpr *Expr = in lowerSymbolOperandELF() local
227 const MCExpr *Expr = in lowerSymbolOperandCOFF() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCExpr.cpp26 const AArch64MCExpr *AArch64MCExpr::create(const MCExpr *Expr, VariantKind Kind, in create()
113 static void fixELFSymbolsInTLSFixupsImpl(const MCExpr *Expr, MCAssembler &Asm) { in fixELFSymbolsInTLSFixupsImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSDNodeDbgValue.h49 DIExpression *Expr; variable
59 SDDbgValue(DIVariable *Var, DIExpression *Expr, SDNode *N, unsigned R, in SDDbgValue()
68 SDDbgValue(DIVariable *Var, DIExpression *Expr, const Value *C, DebugLoc dl, in SDDbgValue()
76 SDDbgValue(DIVariable *Var, DIExpression *Expr, unsigned VRegOrFrameIdx, in SDDbgValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsMCInstLower.cpp161 const MCExpr *Expr = MCSymbolRefExpr::create(Symbol, Kind, *Ctx); in LowerSymbolOperand() local
241 const MCExpr *Expr = in lowerLongBranchLUi() local
283 const MCExpr *Expr = in lowerLongBranchADDiu() local
/third_party/rust/crates/syn/src/
Dexpr.rs678 impl Expr { impl
1039 impl Parse for Expr { implementation
1049 impl Expr { implementation
1132 pub fn parse_without_eager_brace(input: ParseStream) -> Result<Expr> { in parse_without_eager_brace()
1191 mut lhs: Expr, in parse_expr()
1194 ) -> Result<Expr> { in parse_expr()
1287 fn parse_expr(input: ParseStream, mut lhs: Expr, base: Precedence) -> Result<Expr> { in parse_expr()
1348 ) -> Result<Expr> { in ambiguous_expr()
1377 fn unary_expr(input: ParseStream, allow_struct: AllowStruct) -> Result<Expr> { in unary_expr()
1416 fn unary_expr(input: ParseStream) -> Result<Expr> { in unary_expr()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZAsmPrinter.cpp484 const MCSymbolRefExpr *Expr = MCSymbolRefExpr::create(DotSym, OutContext); in EmitInstruction() local
497 const MCSymbolRefExpr *Expr = MCSymbolRefExpr::create(DotSym, OutContext); in EmitInstruction() local
657 const MCExpr *Expr = Lower.getExpr(CalleeMO, MCSymbolRefExpr::VK_PLT); in LowerPATCHPOINT() local
692 const MCExpr *Expr = in EmitMachineConstantPoolValue() local

123456789