Searched refs:condexpr (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/usr.bin/config/ |
H A D | gram.y | 91 DECL_ALLOCWRAP(condexpr); 136 static struct condexpr *mk_cx_atom(const char *); 137 static struct condexpr *mk_cx_not(struct condexpr *); 138 static struct condexpr *mk_cx_and(struct condexpr *, struct condexpr *); 139 static struct condexpr *mk_cx_or(struct condexpr *, struct condexpr *); 163 struct condexpr *condexpr; member 195 %type <condexpr> fopts condexpr condatom 196 %type <condexpr> cond_or_expr cond_and_expr cond_prefix_expr 197 %type <condexpr> cond_base_expr 471 | condexpr { $$ = $1; } [all …]
|
H A D | defs.h | 365 struct condexpr *fi_optx; /* options expression */ 392 struct condexpr { struct 396 struct condexpr *not; argument 398 struct condexpr *left; 399 struct condexpr *right; 429 struct condexpr *dm_opts; /* options */ 539 void addfile(const char *, struct condexpr *, u_char, const char *); 540 int expr_eval(struct condexpr *, int (*)(const char *, void *), void *); 587 void appendcondmkoption(struct condexpr *, const char *, const char *); 683 struct condexpr *condexpr_create(enum condexpr_types); [all …]
|
H A D | util.c | 386 struct condexpr * 389 struct condexpr *cx; in condexpr_create() 423 condexpr_destroy(struct condexpr *expr) in condexpr_destroy()
|
H A D | sem.h | 81 struct condexpr *, struct nvlist *);
|
H A D | mkmakefile.c | 622 emitopts(FILE *fp, struct condexpr *cond, int include) in emitopts() 653 struct condexpr *cond; in emitappmkoptions()
|
H A D | files.c | 96 addfile(const char *path, struct condexpr *optx, u_char flags, const char *rule) in addfile() 563 expr_eval(struct condexpr *expr, int (*fn)(const char *, void *), void *ctx) in expr_eval()
|
H A D | main.c | 1289 appendcondmkoption(struct condexpr *cond, const char *name, const char *value) in appendcondmkoption()
|
H A D | sem.c | 1851 struct condexpr *cond, struct nvlist *nv_nodes) in adddevm()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | sourcebuild.texi | 943 @file{gcc.dg/c99-condexpr-1.c}. The more subtle uses depend on the
|
H A D | gccint.info | 4208 'gcc.dg/c99-condexpr-1.c'. The more subtle uses depend on the exact
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | sourcebuild.texi | 943 @file{gcc.dg/c99-condexpr-1.c}. The more subtle uses depend on the
|
H A D | gccint.info | 4208 'gcc.dg/c99-condexpr-1.c'. The more subtle uses depend on the exact
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog.tree-ssa | 17612 * tree-simple.c (is_simple_rhs): Remove condexpr rule.
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | MD5SUMS | 32662 3f3859641ef282a76f9d385dc673b78f gcc/testsuite/gcc.dg/c99-condexpr-1.c
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | MD5SUMS | 37184 3f3859641ef282a76f9d385dc673b78f gcc/testsuite/gcc.dg/c99-condexpr-1.c
|