Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc742 int cdtorp = 0; in build_vtbl_ref() local
743 tree fixed_type = fixed_type_or_null (instance, NULL, &cdtorp); in build_vtbl_ref()
747 if (fixed_type && !cdtorp) in build_vtbl_ref()
7853 fixed_type_or_null (tree instance, int *nonnull, int *cdtorp) in fixed_type_or_null() argument
7855 #define RECUR(T) fixed_type_or_null((T), nonnull, cdtorp) in fixed_type_or_null()
7952 if (cdtorp) in fixed_type_or_null()
7953 *cdtorp = 1; in fixed_type_or_null()
8021 int cdtorp = 0; in resolves_to_fixed_type_p() local
8035 fixed = fixed_type_or_null (instance, nonnull, &cdtorp); in resolves_to_fixed_type_p()
8044 return cdtorp ? -1 : 1; in resolves_to_fixed_type_p()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c711 int cdtorp = 0; in build_vtbl_ref() local
712 tree fixed_type = fixed_type_or_null (instance, NULL, &cdtorp); in build_vtbl_ref()
716 if (fixed_type && !cdtorp) in build_vtbl_ref()
7750 fixed_type_or_null (tree instance, int *nonnull, int *cdtorp) in fixed_type_or_null() argument
7752 #define RECUR(T) fixed_type_or_null((T), nonnull, cdtorp) in fixed_type_or_null()
7849 if (cdtorp) in fixed_type_or_null()
7850 *cdtorp = 1; in fixed_type_or_null()
7918 int cdtorp = 0; in resolves_to_fixed_type_p() local
7932 fixed = fixed_type_or_null (instance, nonnull, &cdtorp); in resolves_to_fixed_type_p()
7941 return cdtorp ? -1 : 1; in resolves_to_fixed_type_p()