Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dpt.c20267 qualified_typedef_usage_t typedef_usage; in append_type_to_template_for_access_check_1() local
20284 typedef_usage.typedef_decl = type_decl; in append_type_to_template_for_access_check_1()
20285 typedef_usage.context = scope; in append_type_to_template_for_access_check_1()
20286 typedef_usage.locus = location; in append_type_to_template_for_access_check_1()
20290 &typedef_usage); in append_type_to_template_for_access_check_1()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dpt.c27069 qualified_typedef_usage_t typedef_usage; in append_type_to_template_for_access_check_1() local
27086 typedef_usage.typedef_decl = type_decl; in append_type_to_template_for_access_check_1()
27087 typedef_usage.context = scope; in append_type_to_template_for_access_check_1()
27088 typedef_usage.locus = location; in append_type_to_template_for_access_check_1()
27090 vec_safe_push (TI_TYPEDEFS_NEEDING_ACCESS_CHECKING (ti), typedef_usage); in append_type_to_template_for_access_check_1()