Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dexpr.c702 lookup_field (&array_type, get_identifier ("length")));
784 data_field = lookup_field (&array_type, get_identifier ("data"));
1216 tree class_field = lookup_field (&dtable_type, get_identifier ("class"));
1217 tree vtable_field = lookup_field (&object_type_node,
1496 lookup_field (typep, name) in lookup_field() function
1524 if ((field = lookup_field (&t, name)))
1560 tree field_decl = lookup_field (&base_class, name);
1850 lookup_field (&class_type_node, methods_ident));
1867 lookup_field (&method_type_node, ncode_ident));
1893 lookup_field (&object_type_node, dtable_ident));
[all …]
Dclass.c1096 lookup_field (&class_type_node, fields_ident));
1113 ref, lookup_field (&field_type_node, info_ident));
Djava-tree.h1160 extern tree lookup_field PARAMS ((tree*, tree));
DChangeLog1239 * expr.c (lookup_field): Don't look in enclosing contexts.
5529 * expr.c (lookup_field): The same field can be found through two
5556 * expr.c (lookup_field): Print error and return error_mark_node if
7184 * expr.c (lookup_field): Lookup inner class fields in enclosing
7445 (lookup_field): Layout the class after having loaded it.
8514 * expr.c (lookup_field): Relaxed the test on class loading error
8795 * expr.c (lookup_field): Search for fields in interfaces.
13478 instead of lookup_field to handle missing fields.
13840 * expr.c (lookup_field): Call to load_class uses extra VERBOSE arg.
14273 (lookup_field): Now uses CLASS_P() to correct FIXME
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dsearch.c1564 lookup_field (xbasetype, name, protect, want_type) in lookup_field() function
1617 id = lookup_field (DECL_CONTEXT (t), name, complain, 0);
Dinit.c1030 field = lookup_field (current_class_type, name, 1, 0); in expand_member_init()
1492 && ((t = lookup_field (TYPE_BINFO (type), name, 1, 0))))
DChangeLog.26154 (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
7317 * search.c (lookup_field): Do return a member template class.
7550 * search.c (lookup_field): Don't return anything for a non-type
8173 * search.c (lookup_field): Likewise.
8949 * search.c (lookup_field): Likewise.
8950 (lookup_fnfields, lookup_field): Adjust for implicit typename kludge.
9075 (lookup_field, lookup_fnfields): Use scratch_tree_cons.
[all …]
Ddecl.c6050 tmpl = lookup_field (context, name, 0, 0);
6084 t = lookup_field (context, name, 0, 1);
6159 tmpl = lookup_field (context, name, 0, 0);
7793 tree field = lookup_field (context, DECL_NAME (decl), 0, 0);
10188 tree t = lookup_field (current_class_type,
DChangeLog.13339 * search.c (lookup_field): Don't return a TYPE_DECL if there is a
3347 (lookup_name_real): Call lookup_field with want_type =
3350 * search.c (lookup_field): Handle want_type properly in the presence
6016 * search.c (lookup_field): Likewise.
6152 * search.c (lookup_field): If the entity found by two routes is the
6378 * search.c (lookup_field): Deal properly with the case where
6959 * search.c (lookup_field): Use cp_error.
7022 just about anyone. Perhaps lookup_field should be fixed up a bit.
8449 * search.c (lookup_field): If xbasetype is a binfo, copy it to
Dpt.c7328 return lookup_field (ctx, DECL_NAME (t), 0, 0);
9899 result = lookup_field (DECL_CONTEXT (decl), DECL_NAME (decl), 0, 0); in do_decl_instantiation()
Dcp-tree.h4144 extern tree lookup_field PARAMS ((tree, tree, int, int));
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-typeck.c59 static tree lookup_field PARAMS ((tree, tree));
1004 lookup_field (decl, component) in lookup_field() function
1037 tree anon = lookup_field (field, component);
1073 tree anon = lookup_field (field, component);
1132 field = lookup_field (datum, component);
/openbsd/src/gnu/gcc/gcc/
Dc-typeck.c85 static tree lookup_field (tree, tree);
1707 lookup_field (tree decl, tree component) in lookup_field() function
1739 tree anon = lookup_field (field, component); in lookup_field()
1775 tree anon = lookup_field (field, component); in lookup_field()
1816 field = lookup_field (datum, component); in build_component_ref()
5730 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()
/openbsd/src/gnu/gcc/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.c2860 t = lookup_field (context, name, 0, /*want_type=*/true); in make_typename_type()
2927 tmpl = lookup_field (context, name, 0, false); in make_unbound_class_template()
3923 tree field = lookup_field (context, DECL_NAME (decl), 0, false); in start_decl()
Dpt.c8092 tree r = lookup_field (ctx, DECL_NAME (t), 0, false); in tsubst_copy()
8141 return lookup_field (context, DECL_NAME(t), 0, false); in tsubst_copy()
11613 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.h4190 extern tree lookup_field (tree, tree, int, bool);

12