Home
last modified time | relevance | path

Searched refs:fixed_type_p (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Dclass.c248 int fixed_type_p; in build_base_path() local
290 fixed_type_p = resolves_to_fixed_type_p (expr, &nonnull); in build_base_path()
294 virtual_access = (v_binfo && fixed_type_p <= 0); in build_base_path()
353 if (fixed_type_p < 0 && in_base_initializer) in build_base_path()
385 if (fixed_type_p < 0) in build_base_path()
/freebsd-12.1/contrib/gcc/
H A Dtree.def102 complete object is done by fixed_type_p.
H A DChangeLog-200111940 (fixed_type_p): Remove.