Searched refs:first_fn (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Dsemantics.c2861 tree first_fn; local
2863 first_fn = decl;
2864 if (TREE_CODE (first_fn) == TEMPLATE_ID_EXPR)
2865 first_fn = TREE_OPERAND (first_fn, 0);
2866 first_fn = get_first_fn (first_fn);
2867 if (TREE_CODE (first_fn) == TEMPLATE_DECL)
2868 first_fn = DECL_TEMPLATE_RESULT (first_fn);
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarf2read.c234 struct function_range *first_fn, *last_fn, *cached_fn; member in struct:dwarf2_cu
2031 cu->first_fn = cu->last_fn = cu->cached_fn = NULL;
2167 cu->first_fn = thisfn;
5306 if (!cu->first_fn)
5310 cu->cached_fn = cu->first_fn;
5319 fn = cu->first_fn;

Completed in 118 milliseconds