Home
last modified time | relevance | path

Searched refs:has_location (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-access.cc62 has_location (const_tree x) in has_location() function
794 && has_location (pad->src.ref)) in maybe_warn_for_bound()
886 && has_location (pad->dst.ref)) in maybe_warn_for_bound()
H A DChangeLog-202116453 * gimple-ssa-warn-access.cc (has_location): Remove unused overload
17472 * gimple-ssa-warn-access.cc (has_location): New function.
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc3506 bool has_location () const in has_location() function in module_state
4327 if (!m->has_location ()) in operator ()()
14356 if (!imp->has_location ()) in read_partitions()
18897 gcc_checking_assert (import->is_direct () && import->has_location ()); in direct_import()
18944 gcc_checking_assert (import->is_direct () && import->has_location ()); in import_module()
18974 gcc_checking_assert (module->is_direct () && module->has_location ()); in declare_module()
H A DChangeLog-20214915 (module_state::has_location): ... here. Adjust callers.