Searched refs:lookup_template_function (Results 1 – 13 of 13) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | pt.c | 2445 declarator = lookup_template_function (fns, NULL_TREE); in check_explicit_specialization() 6796 lookup_template_function (tree fns, tree arglist) in lookup_template_function() function 7929 template_id = lookup_template_function (fns, arglist); in tsubst_friend_function() 11771 expr = lookup_template_function (expr, template_args); in tsubst_qualified_id() 12174 return lookup_template_function (fn, targs); in tsubst_copy() 13197 templ = lookup_template_function (templ, targs); in tsubst_copy_and_build()
|
H A D | tree.c | 1238 = lookup_template_function (TREE_OPERAND (fullname, 0), in strip_typedefs()
|
H A D | cp-tree.h | 5306 extern tree lookup_template_function (tree, tree);
|
H A D | typeck.c | 2645 templ = lookup_template_function (templ, template_args); in finish_class_member_access_expr()
|
H A D | parser.c | 3715 decl = lookup_template_function (decl, tmpl_args); in cp_parser_userdef_numeric_literal() 12516 template_id = lookup_template_function (templ, arguments); in cp_parser_template_id()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | constraint.cc | 1221 return build_call_check (lookup_template_function (target, args)); in build_concept_check()
|
H A D | pt.c | 2972 declarator = lookup_template_function (fns, NULL_TREE); in check_explicit_specialization() 9057 lookup_template_function (tree fns, tree arglist) in lookup_template_function() function 10295 template_id = lookup_template_function (fns, arglist); in tsubst_friend_function() 15263 expr = lookup_template_function (expr, template_args); in tsubst_qualified_id() 15822 return lookup_template_function (fn, targs); in tsubst_copy() 17803 tree tid = lookup_template_function (name, targs); in tsubst_copy_and_build() 17818 templ = lookup_template_function (templ, targs); in tsubst_copy_and_build()
|
H A D | call.c | 4242 name = lookup_template_function (name, targs); in print_error_for_call_failure() 9282 errname = lookup_template_function (errname, explicit_targs); in build_new_method_call_1()
|
H A D | tree.c | 1582 = lookup_template_function (TREE_OPERAND (fullname, 0), in strip_typedefs()
|
H A D | decl.c | 7499 fns = lookup_template_function (fns, targs); in get_tuple_decomp_init() 7507 fns = lookup_template_function (get_id, targs); in get_tuple_decomp_init()
|
H A D | cp-tree.h | 6622 extern tree lookup_template_function (tree, tree);
|
H A D | typeck.c | 2992 member = lookup_template_function (templ, template_args); in finish_class_member_access_expr()
|
H A D | parser.c | 4399 decl = lookup_template_function (decl, tmpl_args); in cp_parser_userdef_numeric_literal() 4518 decl = lookup_template_function (decl, tmpl_args); in cp_parser_userdef_string_literal() 15885 template_id = lookup_template_function (templ, arguments); in cp_parser_template_id()
|