Searched refs:get_first_fn (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/contrib/gcc/cp/
H A Dfriend.c421 declarator = DECL_NAME (get_first_fn (declarator));
H A Dsemantics.c1756 identifier = DECL_NAME (get_first_fn (functions));
1861 representative_fn = get_first_fn (representative_fn);
2474 fn = get_first_fn (fn);
2971 first_fn = get_first_fn (first_fn);
H A Derror.c865 name = DECL_NAME (get_first_fn (name));
1893 dump_expr (get_first_fn (t), flags & ~TFF_EXPR_IN_PARENS);
H A Dtree.c886 get_first_fn (tree from)
881 get_first_fn (tree from) function
H A Dname-lookup.c2082 decl = get_first_fn (decl);
2567 name = DECL_NAME (get_first_fn (x));
H A Dtypeck.c2195 name = DECL_NAME (get_first_fn (name));
4450 tree fn = get_first_fn (TREE_OPERAND (arg, 1));
H A Dcp-tree.h4460 extern tree get_first_fn (tree);
H A Dpt.c7886 name = DECL_NAME (get_first_fn (fns));
9239 && !DECL_FUNCTION_MEMBER_P (get_first_fn (function)))
H A Dcall.c5418 fn = get_first_fn (fns);
H A Ddecl.c7620 dname = DECL_NAME (get_first_fn (dname));
H A Dparser.c4607 tree fn = get_first_fn (postfix_expression);
9581 tree scope = CP_DECL_CONTEXT (get_first_fn (decl));

Completed in 526 milliseconds