Searched defs:template_p (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | semantics.c | 2118 bool template_p, in finish_qualified_id_expr() 3691 bool template_p, in finish_id_expression_1() 4010 bool template_p, in finish_id_expression()
|
H A D | mangle.c | 3843 bool template_p = false; in mangle_decl_string() local
|
H A D | parser.c | 5623 bool template_p; in cp_parser_primary_expression() local 5836 bool *template_p, in cp_parser_id_expression() 7802 bool template_p; in cp_parser_postfix_dot_deref_expression() local 15368 bool template_p = false; in cp_parser_mem_initializer_id() local 17187 bool template_p; in cp_parser_template_argument() local 18763 bool template_p = false; in cp_parser_elaborated_type_specifier() local 18986 bool template_p; in cp_parser_elaborated_type_specifier() local 25648 bool class_scope_p, template_p; in cp_parser_base_specifier() local 41932 bool template_p; in cp_finish_omp_declare_variant() local
|
H A D | tree.c | 2187 build_qualified_name (tree type, tree scope, tree name, bool template_p) in build_qualified_name()
|
H A D | typeck.c | 3022 finish_class_member_access_expr (cp_expr object, tree name, bool template_p, in finish_class_member_access_expr()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | semantics.cc | 2345 bool template_p, in finish_qualified_id_expr() 4024 bool template_p, in finish_id_expression_1() 4337 bool template_p, in finish_id_expression()
|
H A D | mangle.cc | 4056 bool template_p = false; in mangle_decl_string() local
|
H A D | parser.cc | 5907 bool template_p; in cp_parser_primary_expression() local 6126 bool *template_p, in cp_parser_id_expression() 8297 bool template_p; in cp_parser_postfix_dot_deref_expression() local 16937 bool template_p = false; in cp_parser_mem_initializer_id() local 18785 bool template_p; in cp_parser_template_argument() local 20381 bool template_p = false; in cp_parser_elaborated_type_specifier() local 20617 bool template_p = in cp_parser_elaborated_type_specifier() local 27699 bool class_scope_p, template_p; in cp_parser_base_specifier() local 45532 bool template_p; in cp_finish_omp_declare_variant() local
|
H A D | tree.cc | 2287 build_qualified_name (tree type, tree scope, tree name, bool template_p) in build_qualified_name()
|
H A D | typeck.cc | 3192 finish_class_member_access_expr (cp_expr object, tree name, bool template_p, in finish_class_member_access_expr()
|