Home
last modified time | relevance | path

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

123456789

/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dassert.go28 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 {
Dbounds.go138 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 …]
Dtype.go239 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 {
Doptimize.go35 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/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dbuiltin.go32 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 …]
Dexpr.go24 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 {
Dstatement.go78 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/
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/boost/boost/proto/
Dproto_typeof.hpp136 #define BOOST_PROTO_AUTO(Var, Expr) BOOST_AUTO(Var, boost::proto::deep_copy(Expr)) argument
137 #define BOOST_PROTO_AUTO_TPL(Var, Expr) BOOST_AUTO_TPL(Var, boost::proto::deep_copy(Expr)) argument
Dexpr.hpp63 Expr make_terminal(T &t, Expr *, proto::term<Arg0> *) in make_terminal() argument
71 Expr make_terminal(T (&t)[N], Expr *, proto::term<Arg0[N]> *) in make_terminal() argument
83 Expr make_terminal(T const(&t)[N], Expr *, proto::term<Arg0[N]> *) in make_terminal() argument
98 Expr make_terminal(T &t, Expr *, proto::term<U C::*> *) in make_terminal() argument
/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/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/flutter/skia/third_party/externals/wuffs/lang/ast/
Deq.go27 func (n *Expr) Eq(o *Expr) bool {
67 func (n *Expr) Mentions(o *Expr) bool {
/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/boost/boost/
Dcircular_buffer.hpp34 #define BOOST_CB_ASSERT(Expr) BOOST_ASSERT(Expr) argument
36 #define BOOST_CB_ASSERT(Expr) ((void)0) argument
/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/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/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/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()

123456789