Searched refs:Expr (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/byacc/dist/test/ |
| D | btyacc_demo.y | 20 typedef int Expr; typedef 40 Expr *expr; 220 extern Decl * make_array(Type *type, Expr *expr); 224 extern Expr * build_expr(Expr *left, enum Operator op, Expr *right); 225 extern Expr * var_expr(Scope *scope, char *id); 226 extern Code * build_expr_code(Expr *expr); 227 extern Code * build_if(Expr *cond_expr, Code *then_stmt, Code *else_stmt);
|
| /netbsd/src/usr.bin/make/ |
| D | var.c | 1999 typedef struct Expr { struct 2005 } Expr; argument 2031 Expr *expr; 2047 Expr_Define(Expr *expr) in Expr_Define() 2054 Expr_Str(const Expr *expr) in Expr_Str() 2060 Expr_Words(const Expr *expr) in Expr_Words() 2066 Expr_SetValue(Expr *expr, FStr value) in Expr_SetValue() 2073 Expr_SetValueOwn(Expr *expr, char *value) in Expr_SetValueOwn() 2079 Expr_SetValueRefer(Expr *expr, const char *value) in Expr_SetValueRefer() 2085 Expr_ShouldEval(const Expr *expr) in Expr_ShouldEval() [all …]
|
| /netbsd/src/external/public-domain/sqlite/dist/ |
| D | sqlite3.c | 15304 typedef struct Expr Expr; typedef 16462 Expr *pExpr; /* Used when p4type is P4_EXPR */ 17047 SQLITE_PRIVATE int sqlite3CursorRangeHintExprCheck(Walker *pWalker, Expr *pExpr); 18681 Expr *pPartIdxWhere; /* WHERE clause for partial indices */ 18792 Expr *pCExpr; /* The original expression */ 18802 Expr *pFExpr; /* Expression encoding the function */ 18908 struct Expr { struct 18929 Expr *pLeft; /* Left subnode */ argument 18930 Expr *pRight; /* Right subnode */ argument 19063 #define EXPR_FULLSIZE sizeof(Expr) /* Full size */ [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | ChangeLog-2020 | 4799 PR c++/94454 - Expr pack expansion equality
|