Home
last modified time | relevance | path

Searched refs:user_p (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/arm/include/
H A Dlocore.h197 read_insn(vaddr_t va, bool user_p) in read_insn() argument
200 if (user_p) { in read_insn()
215 read_thumb_insn(vaddr_t va, bool user_p) in read_thumb_insn() argument
219 if (user_p) { in read_thumb_insn()
/netbsd-src/sys/arch/mips/mips/
H A Dtrap.c298 const bool user_p = (type & T_USER) || !KERNLAND_P(vaddr); in trap() local
299 pmap_t pmap = user_p in trap()
308 user_p ? 'u' : 'k', vaddr); in trap()
312 " @ ptep %p", user_p ? 'u' : 'k', vaddr, in trap()
319 if (user_p) { in trap()
327 user_p ? 'u' : 'k', vaddr, pc, (uintptr_t)tf); in trap()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc1681 bool user_p; /* whether string come from file spec. */ member
2049 set_spec (const char *name, const char *spec, bool user_p) in set_spec() argument
2102 sl->user_p = user_p; in set_spec()
2358 read_specs (const char *filename, bool main_p, bool user_p) in read_specs() argument
2408 read_specs (new_filename ? new_filename : p1, false, user_p); in read_specs()
2430 read_specs (new_filename, false, user_p); in read_specs()
2513 set_spec (p2, *(sl->ptr_spec), user_p); in read_specs()
2583 set_spec (suffix + 1, spec, user_p); in read_specs()
9327 validate_switches_from_spec (*spec->ptr_spec, spec->user_p); in validate_all_switches()
H A DChangeLog-201222809 * gcc.c (save_switch): Add user_p parameter.
22814 (validate_all_switches): Pass on user_p parameter.
22815 (struct spec_list): Add user_p field.
22818 (INIT_STATIC_SPEC): Initialize user_p;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c1555 bool user_p; /* whether string come from file spec. */ member
1876 set_spec (const char *name, const char *spec, bool user_p) in set_spec() argument
1929 sl->user_p = user_p; in set_spec()
2159 read_specs (const char *filename, bool main_p, bool user_p) in read_specs() argument
2209 read_specs (new_filename ? new_filename : p1, false, user_p); in read_specs()
2231 read_specs (new_filename, false, user_p); in read_specs()
2314 set_spec (p2, *(sl->ptr_spec), user_p); in read_specs()
2384 set_spec (suffix + 1, spec, user_p); in read_specs()
8548 validate_switches_from_spec (*spec->ptr_spec, spec->user_p); in validate_all_switches()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc5635 classtype_has_move_assign_or_move_ctor_p (tree t, bool user_p) in classtype_has_move_assign_or_move_ctor_p() argument
5637 gcc_assert (user_p in classtype_has_move_assign_or_move_ctor_p()
5643 if ((!user_p || !DECL_ARTIFICIAL (*iter)) && move_fn_p (*iter)) in classtype_has_move_assign_or_move_ctor_p()
5650 if ((!user_p || !DECL_ARTIFICIAL (*iter)) in classtype_has_move_assign_or_move_ctor_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c5579 classtype_has_move_assign_or_move_ctor_p (tree t, bool user_p) in classtype_has_move_assign_or_move_ctor_p() argument
5581 gcc_assert (user_p in classtype_has_move_assign_or_move_ctor_p()
5587 if ((!user_p || !DECL_ARTIFICIAL (*iter)) && move_fn_p (*iter)) in classtype_has_move_assign_or_move_ctor_p()
5594 if ((!user_p || !DECL_ARTIFICIAL (*iter)) in classtype_has_move_assign_or_move_ctor_p()