Home
last modified time | relevance | path

Searched defs:ExprInfo (Results 1 – 11 of 11) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DSimplify_Internal.h37 struct ExprInfo { struct
39 int64_t min = 0, max = 0;
40 bool min_defined = false, max_defined = false;
42 ModulusRemainder alignment;
44 void trim_bounds_using_alignment() { in trim_bounds_using_alignment()
72 void intersect(const ExprInfo &other) { in intersect() argument
266 Stmt mutate_let_body(const Stmt &s, ExprInfo *) { in mutate_let_body() argument
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dwhere.c24 typedef struct ExprInfo ExprInfo; typedef
25 struct ExprInfo { struct
26 Expr *p; /* Pointer to the subexpression */
27 u8 indexable; /* True if this subexprssion is usable by an index */
28 short int idxLeft; /* p->pLeft is a column in this table number. -1 if
30 short int idxRight; /* p->pRight is a column in this table number. -1 if
32 unsigned prereqLeft; /* Bitmask of tables referenced by p->pLeft */
33 unsigned prereqRight; /* Bitmask of tables referenced by p->pRight */
34 unsigned prereqAll; /* Bitmask of tables referenced by p */
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dwhere.c24 typedef struct ExprInfo ExprInfo; typedef
25 struct ExprInfo { struct
26 Expr *p; /* Pointer to the subexpression */
27 u8 indexable; /* True if this subexprssion is usable by an index */
28 short int idxLeft; /* p->pLeft is a column in this table number. -1 if
30 short int idxRight; /* p->pRight is a column in this table number. -1 if
32 unsigned prereqLeft; /* Bitmask of tables referenced by p->pLeft */
33 unsigned prereqRight; /* Bitmask of tables referenced by p->pRight */
34 unsigned prereqAll; /* Bitmask of tables referenced by p */
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclCompExpr.c50 typedef struct ExprInfo { struct
62 } ExprInfo; argument
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Syntax/
H A DInfo.hs61 newtype ExprInfo = ExprRange Range type
/dports/archivers/xmill/xmill/xmillinspect/
H A Dxmillinspect.h160 friend class ExprInfo; variable
H A Dexprinfo.cpp18 ExprInfo::ExprInfo() in ExprInfo() function in ExprInfo
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/tcl/
H A DtclExpr.c89 } ExprInfo; typedef
/dports/shells/ksh93/ast-93u/src/lib/libtksh/tcl/
H A DtclExpr.c89 } ExprInfo; typedef
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtksh/tcl/
H A DtclExpr.c89 } ExprInfo; typedef
/dports/math/mpexpr/mpexpr-1.2/generic/
H A Dmpexpr.c116 } ExprInfo; typedef