/third_party/rust/crates/nom/tests/ |
D | arithmetic_ast.rs | 16 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/ |
D | PPCMCExpr.h | 35 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/ |
D | ARMMCExpr.h | 26 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()
|
D | ARMMCExpr.cpp | 17 ARMMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create() 29 const MCExpr *Expr = getSubExpr(); in printImpl() local
|
/third_party/rust/crates/nom/examples/ |
D | s_expression.rs | 54 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/ |
D | test_precedence.rs | 185 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/ |
D | HexagonMCInstLower.cpp | 133 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/ |
D | parse.rs | 15 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/ |
D | fragment.rs | 7 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/ |
D | DebugLocEntry.h | 67 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/ |
D | ScalarEvolutionExpressions.h | 676 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/ |
D | MipsMCExpr.cpp | 28 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/ |
D | SparcMCExpr.cpp | 26 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/ |
D | nativetypes.py | 63 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
|
D | parser.py | 771 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/ |
D | LanaiMCExpr.cpp | 17 const LanaiMCExpr *LanaiMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create() 40 const MCExpr *Expr = getSubExpr(); in printImpl() local
|
D | LanaiMCExpr.h | 23 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/ |
D | HexagonMCExpr.cpp | 22 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/ |
D | lib.rs | 69 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/ |
D | AArch64MCInstLower.cpp | 107 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/ |
D | AArch64MCExpr.cpp | 26 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/ |
D | SDNodeDbgValue.h | 49 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/ |
D | MipsMCInstLower.cpp | 161 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/ |
D | expr.rs | 678 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/ |
D | SystemZAsmPrinter.cpp | 484 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
|