Home
last modified time | relevance | path

Searched refs:lookup_field (Results 1 – 22 of 22) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dc-typeck.c89 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()
Domp-low.c461 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()
DFSFChangeLog.106070 * c-typeck.c (lookup_field): Change name comparison to match what
DChangeLog-20016571 * c-typeck.c (lookup_field): Rework to return a chain down to
6573 (build_component_ref): Use the new lookup_field to handle
DFSFChangeLog.116496 * c-typeck.c (lookup_field): Don't recurse unless FIELD is
DChangeLog-200313626 * c-typeck.c (lookup_field): Use s in lang_type.
DChangeLog-20041731 * c-typeck.c (lookup_field): Check if a TYPE_LANG_SPECIFIC
/freebsd-10-stable/contrib/gcc/cp/
DChangeLog-1998529 * 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 …]
DChangeLog-1997711 * 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
Dsearch.c1297 lookup_field (tree xbasetype, tree name, int protect, bool want_type) in lookup_field() function
DChangeLog-19961606 (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.
Dinit.c1041 field = lookup_field (current_class_type, name, 1, false); in expand_member_init()
DChangeLog-19942576 * 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
Ddecl.c2875 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()
Dpt.c8106 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()
DChangeLog-19953690 * 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
DChangeLog-19996154 (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
Dcp-tree.h4243 extern tree lookup_field (tree, tree, int, bool);
Dcall.c5148 iface_ref = lookup_field (iface, get_identifier ("class$"), 0, false); in build_java_interface_fn_ref()
DChangeLog-20035933 * cp-tree.h (lookup_field, lookup_member): Last parameter is a bool.
5935 build_java_interface_fn_ref): Adjust lookup_field, lookup_member
DChangeLog-20021921 (lookup_field): Use BASELINK, not TREE_LIST.
DChangeLog-20044887 * search.c (lookup_field): Propagate the ambiguity list.