| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | diagnostic-spec.cc | 129 if (const nowarn_spec_t* const pspec = nowarn_map->get (loc)) in warning_suppressed_at() local 132 return *pspec & optspec; in warning_suppressed_at() 152 if (nowarn_spec_t *pspec = nowarn_map ? nowarn_map->get (loc) : NULL) in suppress_warning_at() local 156 *pspec |= optspec; in suppress_warning_at() 160 *pspec &= optspec; in suppress_warning_at() 161 if (*pspec) in suppress_warning_at()
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | default.c | 53 static struct pspec default_pattern_rules[] = 77 static struct pspec default_terminal_rules[] = 572 register struct pspec *p; in install_default_implicit_rules()
|
| H A D | rule.h | 34 struct pspec struct 52 extern void install_pattern_rule PARAMS ((struct pspec *p, int terminal)); argument
|
| H A D | rule.c | 360 install_pattern_rule (struct pspec *p, int terminal) in install_pattern_rule()
|
| /netbsd-src/sys/kern/ |
| H A D | subr_device.c | 343 const struct cfparent *pspec; in device_handle() 345 if (cfdata == NULL || (pspec = cfdata->cf_pspec) == NULL) { in device_handle() 349 return strcmp(pspec->cfp_iattr, iattr) == 0; in device_call_generic() 326 const struct cfparent *pspec; device_attached_to_iattr() local
|
| /netbsd-src/usr.bin/config/ |
| H A D | pack.c | 109 struct pspec *p; in pack() 241 struct pspec *ps; in packlocs() 331 const struct pspec *p1, *p2; in loclencmp()
|
| H A D | defs.h | 241 struct pspec { struct 242 TAILQ_ENTRY(pspec) p_list; /* link on parent spec list */ 326 struct pspec *i_pspec; /* parent spec (NULL if at root) */ 491 TAILQ_HEAD(pspectq, pspec);
|
| H A D | mkioconf.c | 345 struct pspec *p; in emitparents() 377 struct pspec *ps; in emitcfdata()
|
| H A D | sem.c | 82 static struct pspec *getpspec(struct attr *, struct devbase *, int, int); 1272 struct pspec *p; /* and its pspec */ in adddev() 1392 struct pspec *p = i->i_pspec; in remove_pspec() 1517 * - delete the pspec in remove_devi() 1565 struct pspec *p; in deldeva() 1629 * a real device. Look for pspec in deldeva() 1635 * for pspec that have a matching in deldeva() 1895 struct pspec *p; in fixdevis() 1932 static struct pspec * [all...] |
| H A D | main.c | 1957 struct pspec *p; in check_dead_devi() 2013 struct pspec *p; in do_kill_orphans()
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_cc.c | 2389 dt_compile(dtrace_hdl_t *dtp, int context, dtrace_probespec_t pspec, void *arg, in dt_compile() argument 2424 pcb.pcb_pspec = pspec; in dt_compile()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | pt.c | 23877 tree pspec = TYPE_RAISES_EXCEPTIONS (parm); in unify() local 23879 if (pspec == NULL_TREE) pspec = noexcept_false_spec; in unify() 23881 if (TREE_PURPOSE (pspec) && TREE_PURPOSE (aspec) in unify() 23882 && uses_template_parms (TREE_PURPOSE (pspec))) in unify() 23883 RECUR_AND_CHECK_FAILURE (tparms, targs, TREE_PURPOSE (pspec), in unify() 23886 else if (nothrow_spec_p (pspec) && !nothrow_spec_p (aspec)) in unify()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | pt.cc | 24799 tree pspec = TYPE_RAISES_EXCEPTIONS (parm); in unify() local 24801 if (pspec == NULL_TREE) pspec = noexcept_false_spec; in unify() 24803 if (TREE_PURPOSE (pspec) && TREE_PURPOSE (aspec) in unify() 24804 && uses_template_parms (TREE_PURPOSE (pspec))) in unify() 24805 RECUR_AND_CHECK_FAILURE (tparms, targs, TREE_PURPOSE (pspec), in unify() 24808 else if (nothrow_spec_p (pspec) && !nothrow_spec_p (aspec)) in unify()
|