Home
last modified time | relevance | path

Searched refs:typedef_variant_p (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-objc-common.cc77 if (typedef_variant_p (type)) in get_aka_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-objc-common.c77 if (typedef_variant_p (type)) in get_aka_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-objcp-common.c136 if (TYPE_PTRMEMFUNC_P (type) && !typedef_variant_p (type)) in cp_get_debug_type()
H A Dtree.c1579 bool is_variant = typedef_variant_p (t); in strip_typedefs()
1682 if (!changed && ctx == TYPE_CONTEXT (t) && !typedef_variant_p (t)) in strip_typedefs()
1714 if (typedef_variant_p (t)) in strip_typedefs()
H A Dpt.c3854 if (TYPE_P (t) && typedef_variant_p (t)) in find_parameter_packs_r()
6369 if (typedef_variant_p (t)) in alias_template_specialization_p()
6469 if (!TYPE_P (t) || !typedef_variant_p (t)) in dependent_alias_template_spec_p()
10549 if (TYPE_P (t) && typedef_variant_p (t)) in any_template_parm_r()
12707 if (TYPE_P (*tp) && typedef_variant_p (*tp)) in extract_locals_r()
15223 && typedef_variant_p (t)) in tsubst()
27774 if (typedef_variant_p (type)) in resolve_typename_type()
H A Derror.c452 if (TYPE_P (t) && typedef_variant_p (t)) in dump_type()
H A Dinit.c3081 typedef_variant_p (orig_type) in build_new_1()
H A Dcp-tree.h3499 (typedef_variant_p (NODE) \
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-objcp-common.cc139 if (TYPE_PTRMEMFUNC_P (type) && !typedef_variant_p (type)) in cp_get_debug_type()
H A Dtree.cc1453 && (!typedef_variant_p (type) || FUNC_OR_METHOD_TYPE_P (type))) in cp_build_qualified_type_real()
1665 bool is_variant = typedef_variant_p (t); in strip_typedefs()
1768 if (!changed && ctx == TYPE_CONTEXT (t) && !typedef_variant_p (t)) in strip_typedefs()
1814 if (typedef_variant_p (t)) in strip_typedefs()
5375 if (*walk_subtrees_p == 1 && typedef_variant_p (*tp)) in cp_walk_subtrees()
H A DChangeLog-20101167 (tsubst): Use typedef_variant_p. Handle LANG_TYPE. Don't
2448 * cp-tree.h (typedef_variant_p): Move this declaration to
2450 * tree.c (typedef_variant_p): Move this definition to gcc/tree.c.
2692 * cp-tree.h (typedef_variant_p): Revert moving this declaration to
2694 * tree.c (typedef_variant_p): Revert moving this definition to
2717 * cp-tree.h (typedef_variant_p): Move this declaration to
2719 * tree.c (typedef_variant_p): Move this definition to gcc/tree.c.
H A Dpt.cc3935 if (TYPE_P (t) && typedef_variant_p (t)) in find_parameter_packs_r()
6491 if (typedef_variant_p (t)) in alias_template_specialization_p()
6619 if (!typedef_variant_p (t)) in dependent_alias_template_spec_p()
10835 if (TYPE_P (t) && typedef_variant_p (t)) in any_template_parm_r()
13048 if (TYPE_P (*tp) && typedef_variant_p (*tp)) in extract_locals_r()
15729 && typedef_variant_p (t)) in tsubst()
28699 if (typedef_variant_p (type)) in resolve_typename_type()
H A Derror.cc522 if (TYPE_P (t) && typedef_variant_p (t)) in dump_type()
H A Dinit.cc3157 typedef_variant_p (orig_type) in build_new_1()
H A Dcp-tree.h3710 (typedef_variant_p (NODE) \
H A DChangeLog-2009607 * tree.c (typedef_variant_p): New.
H A DChangeLog-20205950 * cp-tree.h (TYPE_TEMPLATE_INFO_MAYBE_ALIAS): Use typedef_variant_p
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.h5088 extern bool typedef_variant_p (const_tree);
H A Dtree.c13003 typedef_variant_p (const_tree type) in typedef_variant_p() function
H A Ddwarf2out.c25566 if (typedef_variant_p (type)) in gen_type_die_with_usage()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.h5269 extern bool typedef_variant_p (const_tree);
H A Dtree.cc12131 typedef_variant_p (const_tree type) in typedef_variant_p() function
H A Ddwarf2out.cc26162 if (typedef_variant_p (type)) in gen_type_die_with_usage()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c7761 gcc_assert (typedef_variant_p (type)); in user_facing_original_type_p()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc8193 gcc_assert (typedef_variant_p (type)); in user_facing_original_type_p()

12