| /third_party/flutter/skia/third_party/externals/wuffs/lang/check/ |
| D | assert.go | 28 func otherHandSide(n *a.Expr, thisHS *a.Expr) (op t.ID, thatHS *a.Expr) { 60 func (z *facts) appendBinaryOpFact(op t.ID, lhs *a.Expr, rhs *a.Expr) { 67 func (z *facts) appendFact(fact *a.Expr) { 92 func (z *facts) update(f func(*a.Expr) (*a.Expr, error)) error { 111 func (z facts) refine(n *a.Expr, nb bounds, tm *t.Map) (bounds, error) { 171 func simplify(tm *t.Map, n *a.Expr) (*a.Expr, error) { 234 func parseBinaryOp(n *a.Expr) (op t.ID, lhs *a.Expr, rhs *a.Expr) { 263 func (q *checker) proveBinaryOp(op t.ID, lhs *a.Expr, rhs *a.Expr) error { 340 func proveReasonRequirement(q *checker, op t.ID, lhs *a.Expr, rhs *a.Expr) error { 352 func proveReasonRequirementForRHSLength(q *checker, op t.ID, lhs *a.Expr, rhs *a.Expr) error {
|
| D | bounds.go | 138 func invert(tm *t.Map, n *a.Expr) (*a.Expr, error) { 406 func (q *checker) bcheckAssignment(lhs *a.Expr, op t.ID, rhs *a.Expr) error { 496 func (q *checker) bcheckAssignment1(lhs *a.Expr, lTyp *a.TypeExpr, op t.ID, rhs *a.Expr) (bounds, e… 566 func snapshot(facts []*a.Expr) []*a.Expr { 570 func (q *checker) unify(branches [][]*a.Expr) error { 753 func (q *checker) bcheckExpr(n *a.Expr, depth uint32) (bounds, error) { 788 func bcheckExprConstValue(n *a.Expr) bounds { 804 func (q *checker) bcheckExpr1(n *a.Expr, depth uint32) (bounds, error) { 820 func (q *checker) bcheckExprOther(n *a.Expr, depth uint32) (bounds, error) { 954 func (q *checker) bcheckExprCall(n *a.Expr, depth uint32) error { [all …]
|
| D | type.go | 239 func (q *checker) tcheckEq(lID t.ID, lhs *a.Expr, lTyp *a.TypeExpr, rhs *a.Expr, rTyp *a.TypeExpr) … 322 func (q *checker) tcheckExpr(n *a.Expr, depth uint32) error { 343 func (q *checker) tcheckExprOther(n *a.Expr, depth uint32) error { 495 func (q *checker) tcheckExprCall(n *a.Expr, depth uint32) error { 568 func (q *checker) tcheckDot(n *a.Expr, depth uint32) error { 630 func (q *checker) tcheckExprUnaryOp(n *a.Expr, depth uint32) error { 677 func (q *checker) tcheckExprBinaryOp(n *a.Expr, depth uint32) error { 804 func evalConstValueBinaryOp(tm *t.Map, n *a.Expr, l *big.Int, r *big.Int) (*big.Int, error) { 866 func (q *checker) tcheckExprAssociativeOp(n *a.Expr, depth uint32) error { 983 func (q *checker) exprConstValue(n *a.Expr) *big.Int {
|
| D | optimize.go | 35 func splitReceiverMethodArgs(n *a.Expr) (receiver *a.Expr, method t.ID, args []*a.Node) { 47 func (q *checker) optimizeIOMethodAdvance(receiver *a.Expr, advance *big.Int, update bool) (retOK b…
|
| /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/flutter/skia/third_party/externals/wuffs/internal/cgen/ |
| D | builtin.go | 32 func (g *gen) writeBuiltinCall(b *buffer, n *a.Expr, depth uint32) error { 102 func (g *gen) writeBuiltinIO(b *buffer, recv *a.Expr, method t.ID, args []*a.Node, depth uint32) er… 127 func (g *gen) writeBuiltinIOReader(b *buffer, recv *a.Expr, method t.ID, args []*a.Node, depth uint… 204 func (g *gen) writeBuiltinIOWriter(b *buffer, recv *a.Expr, method t.ID, args []*a.Node, depth uint… 296 func (g *gen) writeBuiltinNumType(b *buffer, recv *a.Expr, method t.ID, args []*a.Node, depth uint3… 386 func (g *gen) writeBuiltinSlice(b *buffer, recv *a.Expr, method t.ID, args []*a.Node, depth uint32)… 424 func (g *gen) writeBuiltinSliceCopyFromSlice8(b *buffer, recv *a.Expr, method t.ID, args []*a.Node,… 466 func matchFooIndexIndexPlus8(n *a.Expr) (foo *a.Expr, index *a.Expr) { 491 func (g *gen) writeBuiltinTable(b *buffer, recv *a.Expr, method t.ID, args []*a.Node, depth uint32)… 537 func (g *gen) writeBuiltinQuestionCall(b *buffer, n *a.Expr, depth uint32) error { [all …]
|
| D | expr.go | 24 func (g *gen) writeExpr(b *buffer, n *a.Expr, depth uint32) error { 56 func (g *gen) writeExprOther(b *buffer, n *a.Expr, depth uint32) error { 233 func (g *gen) writeExprUnaryOp(b *buffer, n *a.Expr, depth uint32) error { 244 func (g *gen) writeExprBinaryOp(b *buffer, n *a.Expr, depth uint32) error { 283 func (g *gen) writeExprAs(b *buffer, lhs *a.Expr, rhs *a.TypeExpr, depth uint32) error { 298 func (g *gen) writeExprAssociativeOp(b *buffer, n *a.Expr, depth uint32) error { 318 func (g *gen) writeExprUserDefinedCall(b *buffer, n *a.Expr, depth uint32) error {
|
| D | statement.go | 78 func (g *gen) writeStatementAssign(b *buffer, op t.ID, lhs *a.Expr, rhs *a.Expr, depth uint32) erro… 101 func (g *gen) writeStatementAssign0(b *buffer, op t.ID, lhs *a.Expr, rhs *a.Expr) (bool, error) { 172 func (g *gen) writeStatementAssign1(b *buffer, op t.ID, lhs *a.Expr, rhs *a.Expr) error {
|
| /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 | 195 fn librustc_parse_and_rewrite(input: &str) -> Option<P<ast::Expr>> { in librustc_parse_and_rewrite() 204 fn librustc_brackets(mut librustc_expr: P<ast::Expr>) -> Option<P<ast::Expr>> { in librustc_brackets() 246 fn noop_visit_expr<T: MutVisitor>(e: &mut Expr, vis: &mut T) { in librustc_brackets() 272 fn visit_expr(&mut self, e: &mut P<Expr>) { in librustc_brackets() 350 fn syn_brackets(syn_expr: syn::Expr) -> syn::Expr { in syn_brackets() 356 fn fold_expr(&mut self, expr: Expr) -> Expr { in syn_brackets() 427 fn collect_exprs(file: syn::File) -> Vec<syn::Expr> { in collect_exprs() 434 fn fold_expr(&mut self, expr: Expr) -> Expr { in collect_exprs()
|
| /third_party/rust/crates/syn/tests/common/ |
| D | parse.rs | 14 pub fn librustc_expr(input: &str) -> Option<P<ast::Expr>> { in librustc_expr() 40 pub fn syn_expr(input: &str) -> Option<syn::Expr> { in syn_expr()
|
| /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/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/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/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/flutter/skia/third_party/externals/wuffs/lang/ast/ |
| D | eq.go | 27 func (n *Expr) Eq(o *Expr) bool { 67 func (n *Expr) Mentions(o *Expr) bool {
|
| /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
|
| /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()
|