Searched defs:Expr (Results 1 – 2 of 2) sorted by relevance
238 typedef struct Expr Expr; typedef 684 struct Expr { global() struct 689 pRightExpr global() argument 690 pListExpr global() argument 703 pSelectExpr global() argument [all...]
100 typedef struct Expr { struct 106 struct Expr *l; /* pointer to Left child (or ccl count) */ argument 107 struct Expr *r; /* pointer to Right child (or ccl mask) */ argument 108 struct Expr *parent; /* pointer to Parent */ argument 109 } Expr; typedef 101 typeExpr global() argument [all...]