| /freebsd-10-stable/contrib/gcc/ |
| D | c-typeck.c | 89 static tree lookup_field (tree, tree); 1738 lookup_field (tree decl, tree component) in lookup_field() function 1770 tree anon = lookup_field (field, component); in lookup_field() 1806 tree anon = lookup_field (field, component); in lookup_field() 1853 field = lookup_field (datum, component); in build_component_ref() 6066 anon = lookup_field (tail, fieldname); in set_init_label()
|
| D | omp-low.c | 461 lookup_field (tree var, omp_context *ctx) in lookup_field() function 544 tree x, field = lookup_field (var, ctx); in build_receiver_ref() 602 tree field = lookup_field (var, ctx); in build_sender_ref()
|
| D | FSFChangeLog.10 | 6070 * c-typeck.c (lookup_field): Change name comparison to match what
|
| D | ChangeLog-2001 | 6571 * c-typeck.c (lookup_field): Rework to return a chain down to 6573 (build_component_ref): Use the new lookup_field to handle
|
| D | FSFChangeLog.11 | 6496 * c-typeck.c (lookup_field): Don't recurse unless FIELD is
|
| D | ChangeLog-2003 | 13626 * c-typeck.c (lookup_field): Use s in lang_type.
|
| D | ChangeLog-2004 | 1731 * c-typeck.c (lookup_field): Check if a TYPE_LANG_SPECIFIC
|
| /freebsd-10-stable/contrib/gcc/cp/ |
| D | ChangeLog-1998 | 529 * search.c (lookup_field): Do return a member template class. 762 * search.c (lookup_field): Don't return anything for a non-type 1385 * search.c (lookup_field): Likewise. 2161 * search.c (lookup_field): Likewise. 2162 (lookup_fnfields, lookup_field): Adjust for implicit typename kludge. 2287 (lookup_field, lookup_fnfields): Use scratch_tree_cons. 2303 (lookup_field): Likewise. Lose setting TREE_VIA_* on TREE_LISTs. 2361 * search.c (lookup_field, lookup_fnfields, lookup_member): Remove 4621 * search.c (lookup_field): Likewise. 4844 * search.c (lookup_field): Likewise. [all …]
|
| D | ChangeLog-1997 | 711 * decl.c (make_typename_type): Do not try to call lookup_field for 1007 * search.c (lookup_field): Call complete_type in all cases. 2529 * search.c (lookup_field): Don't return a function, check want_type. 2550 * search.c (lookup_field): Make sure we have an 2577 * search.c (lookup_field): Use IDENTIFIER_CLASS_VALUE to look up
|
| D | search.c | 1297 lookup_field (tree xbasetype, tree name, int protect, bool want_type) in lookup_field() function
|
| D | ChangeLog-1996 | 1606 (lookup_field): Likewise. 2728 (lookup_field): Likewise. 3271 (lookup_field, lookup_fnfields): Likewise. 3737 * search.c (lookup_field): Don't report ambiguities if protect is 0, 4004 (lookup_field): Declare THIS_V and NEW_V to be tree nodes.
|
| D | init.c | 1041 field = lookup_field (current_class_type, name, 1, false); in expand_member_init()
|
| D | ChangeLog-1994 | 2576 * search.c (lookup_field): Likewise. 2712 * search.c (lookup_field): If the entity found by two routes is the 2938 * search.c (lookup_field): Deal properly with the case where 3519 * search.c (lookup_field): Use cp_error. 3582 just about anyone. Perhaps lookup_field should be fixed up a bit. 5009 * search.c (lookup_field): If xbasetype is a binfo, copy it to
|
| D | decl.c | 2875 t = lookup_field (context, name, 0, /*want_type=*/true); in make_typename_type() 2942 tmpl = lookup_field (context, name, 0, false); in make_unbound_class_template() 3980 tree field = lookup_field (context, DECL_NAME (decl), 0, false); in start_decl()
|
| D | pt.c | 8106 tree r = lookup_field (ctx, DECL_NAME (t), 0, false); in tsubst_copy() 8155 return lookup_field (context, DECL_NAME(t), 0, false); in tsubst_copy() 11651 result = lookup_field (DECL_CONTEXT (decl), DECL_NAME (decl), 0, false); in do_decl_instantiation()
|
| D | ChangeLog-1995 | 3690 * search.c (lookup_field): Don't return a TYPE_DECL if there is a 3698 (lookup_name_real): Call lookup_field with want_type = 3701 * search.c (lookup_field): Handle want_type properly in the presence
|
| D | ChangeLog-1999 | 6154 (lookup_field): Just call lookup_member. 6156 (lookup_member): Move body of lookup_field here and generalize. 6203 (lookup_field): Use them, via breadth_first_search, instead of 6278 * search.c (lookup_field): Build ambiguous list, and show it, if
|
| D | cp-tree.h | 4243 extern tree lookup_field (tree, tree, int, bool);
|
| D | call.c | 5148 iface_ref = lookup_field (iface, get_identifier ("class$"), 0, false); in build_java_interface_fn_ref()
|
| D | ChangeLog-2003 | 5933 * cp-tree.h (lookup_field, lookup_member): Last parameter is a bool. 5935 build_java_interface_fn_ref): Adjust lookup_field, lookup_member
|
| D | ChangeLog-2002 | 1921 (lookup_field): Use BASELINK, not TREE_LIST.
|
| D | ChangeLog-2004 | 4887 * search.c (lookup_field): Propagate the ambiguity list.
|