Searched refs:OVL_NEXT (Results 1 – 15 of 15) sorted by relevance
| /trueos/contrib/gcc/cp/ |
| HD | name-lookup.c | 646 for (match = t; match; match = OVL_NEXT (match)) in pushdecl_maybe_friend() 1913 for (tmp = old; tmp; tmp = OVL_NEXT (tmp)) in push_overloaded_decl() 2122 for (tmp = decls.value; tmp; tmp = OVL_NEXT (tmp)) in do_nonmember_using_decl() 2132 for (tmp1 = oldval; tmp1; tmp1 = OVL_NEXT (tmp1)) in do_nonmember_using_decl() 2251 fn = OVL_NEXT (fn)) in do_local_using_decl() 2989 for (; old; old = OVL_NEXT (old)) in set_decl_namespace() 3475 for (; s2; s2 = OVL_NEXT (s2)) in merge_functions() 3480 for (fns1 = s1; fns1; fns1 = OVL_NEXT (fns1)) in merge_functions() 3661 for (o = fns; o; o = OVL_NEXT (o)) in remove_hidden_names() 3668 for (o = fns; o; o = OVL_NEXT (o)) in remove_hidden_names() [all …]
|
| HD | class.c | 998 for (fns = current_fns; fns; fns = OVL_NEXT (fns)) in add_method() 1213 for (; flist; flist = OVL_NEXT (flist)) in handle_using_decl() 1613 for (fn = CLASSTYPE_CONSTRUCTORS (t); fn; fn = OVL_NEXT (fn)) in maybe_warn_about_overly_private_class() 2325 methods = OVL_NEXT (methods)) in get_basefndecls() 2431 for (fn = fns; fn; fn = OVL_NEXT (fn)) in warn_hidden() 4029 for (fns = CLASSTYPE_CONSTRUCTORS (t); fns; fns = OVL_NEXT (fns)) in clone_constructors_and_destructors() 4031 for (fns = CLASSTYPE_DESTRUCTORS (t); fns; fns = OVL_NEXT (fns)) in clone_constructors_and_destructors() 4083 for (fns = BASELINK_FUNCTIONS (fns); fns; fns = OVL_NEXT (fns)) in type_requires_array_cookie() 5834 for (fns = overload; fns; fns = OVL_NEXT (fns)) in resolve_address_of_overloaded_function() 5888 for (fns = overload; fns; fns = OVL_NEXT (fns)) in resolve_address_of_overloaded_function() [all …]
|
| HD | method.c | 891 for (fns = CLASSTYPE_CONSTRUCTORS (type); fns; fns = OVL_NEXT (fns)) in locate_ctor() 940 for (; fns; fns = OVL_NEXT (fns)) in locate_copy()
|
| HD | search.c | 999 for (; t; t = OVL_NEXT (t)) in shared_member_p() 1955 for (; fns; fns = OVL_NEXT (fns)) in look_for_overrides_here() 2328 for (tpls = conv; tpls; tpls = OVL_NEXT (tpls)) in lookup_conversions_r()
|
| HD | call.c | 956 for (; fns; fns = OVL_NEXT (fns)) in convert_class_to_reference() 2580 for (; ctors; ctors = OVL_NEXT (ctors)) in build_user_type_conversion_1() 2619 for (fns = TREE_VALUE (conv_fns); fns; fns = OVL_NEXT (fns)) in build_user_type_conversion_1() 3007 for (fns = BASELINK_FUNCTIONS (fns); fns; fns = OVL_NEXT (fns)) in build_object_call() 3037 for (; fns; fns = OVL_NEXT (fns)) in build_object_call() 3669 fns = OVL_NEXT (fns); in add_candidates() 4083 fn = OVL_NEXT (fn)) in build_op_delete_call() 5472 for (fn = fns; fn; fn = OVL_NEXT (fn)) in build_new_method_call()
|
| HD | decl2.c | 595 fndecls; fndecls = OVL_NEXT (fndecls)) in check_classfn() 649 fndecls = OVL_NEXT (fndecls); in check_classfn()
|
| HD | pt.c | 874 for (fns = VEC_index (tree, methods, idx); fns; fns = OVL_NEXT (fns)) in retrieve_specialization() 1343 for (f = TREE_VALUE (fn); f; f = OVL_NEXT (f)) in print_candidates() 1423 for (; fns; fns = OVL_NEXT (fns)) in determine_specialization() 2083 for (; ovl; ovl = OVL_NEXT (ovl)) in check_explicit_specialization() 10093 for (; arg; arg = OVL_NEXT (arg)) in resolve_overloaded_unification() 10118 for (; arg; arg = OVL_NEXT (arg)) in resolve_overloaded_unification() 13116 expression = OVL_NEXT (expression); in type_dependent_expression_p()
|
| HD | semantics.c | 2807 fns = OVL_NEXT (fns); in finish_id_expression()
|
| HD | ChangeLog-1998 | 4631 (OVL_FUNCTION, OVL_CHAIN, OVL_CURRENT, OVL_NEXT, OVL_USED): 4652 (build_user_conversions_1): Iterate using OVL_NEXT for ctors, 4656 (build_object_call): Iterate using OVL_NEXT for fns, convs. 4658 Iterate using OVL_NEXT. 4663 (build_new_method_call): Iterate using OVL_NEXT. 4671 (finish_struct_1): Iterate over ctor using OVL_NEXT. Handle
|
| HD | cp-tree.h | 313 #define OVL_NEXT(NODE) \ macro
|
| HD | ChangeLog-2002 | 295 (pop_nested_class): Use OVL_NEXT, not OVL_CHAIN. 4298 (OVL_NEXT): Whitespace.
|
| HD | typeck.c | 2103 fns = OVL_NEXT (fns); in check_template_keyword()
|
| HD | decl.c | 11403 for (match = olddecl; match; match = OVL_NEXT (match)) in fn_previously_found()
|
| HD | parser.c | 9563 for (fn = fns; fn; fn = OVL_NEXT (fn)) in cp_parser_template_name()
|
| /trueos/contrib/gcc/doc/ |
| HD | c-tree.texi | 1193 @findex OVL_NEXT 1202 @code{OVERLOAD} node; use @code{OVL_NEXT} to get the next 1204 @code{OVL_CURRENT} and @code{OVL_NEXT} are actually polymorphic; you can 1207 will always return the function itself, and @code{OVL_NEXT} will always
|