Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c1549 bool user_p; /* whether string come from file spec. */ member
1869 set_spec (const char *name, const char *spec, bool user_p) in set_spec() argument
1922 sl->user_p = user_p; in set_spec()
2076 read_specs (const char *filename, bool main_p, bool user_p) in read_specs() argument
2126 read_specs (new_filename ? new_filename : p1, false, user_p); in read_specs()
2148 read_specs (new_filename, false, user_p); in read_specs()
2231 set_spec (p2, *(sl->ptr_spec), user_p); in read_specs()
2301 set_spec (suffix + 1, spec, user_p); in read_specs()
8546 validate_switches_from_spec (*spec->ptr_spec, spec->user_p); in validate_all_switches()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDclass.c5159 classtype_has_move_assign_or_move_ctor_p (tree t, bool user_p) in classtype_has_move_assign_or_move_ctor_p() argument
5161 gcc_assert (user_p in classtype_has_move_assign_or_move_ctor_p()
5167 if ((!user_p || !DECL_ARTIFICIAL (*iter)) && move_fn_p (*iter)) in classtype_has_move_assign_or_move_ctor_p()
5174 if ((!user_p || !DECL_ARTIFICIAL (*iter)) in classtype_has_move_assign_or_move_ctor_p()