Searched refs:OVL_CHAIN (Results 1 – 18 of 18) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/config/sh/ |
| D | symbian.c | 455 for (overload = OVL_CHAIN (node); overload; overload = OVL_CHAIN (overload)) in sh_symbian_handle_dll_attribute()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | dump.c | 363 dump_child ("chan", OVL_CHAIN (t));
|
| D | tree.c | 914 for (i=0; t; t = OVL_CHAIN (t)) 948 return ((TREE_CODE (x) == OVERLOAD && OVL_CHAIN (x)) 2130 WALK_SUBTREE (OVL_CHAIN (*tp));
|
| D | spew.c | 601 for (t = decl; t != NULL_TREE; t = OVL_CHAIN (t))
|
| D | error.c | 934 if (OVL_CHAIN (t))
|
| D | class.c | 6117 for (fns = overload; fns; fns = OVL_CHAIN (fns)) 6170 for (fns = overload; fns; fns = OVL_CHAIN (fns))
|
| D | decl2.c | 4427 for (; n; n = OVL_CHAIN (n))
|
| D | cp-tree.h | 389 #define OVL_CHAIN(NODE) TREE_CHAIN (NODE) macro
|
| D | ChangeLog.2 | 11419 (OVL_FUNCTION, OVL_CHAIN, OVL_CURRENT, OVL_NEXT, OVL_USED): 11442 (build_new_function_call): Iterate using OVL_CHAIN. 11558 * lex.c (identifier_type): Loop using OVL_CHAIN.
|
| D | ChangeLog | 3331 * tree.c (really_overloaded_fn): Use OVL_CHAIN for OVERLOADs, not 5699 (OVL_CHAIN): Whitespace.
|
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | tree.c | 864 || (TREE_CODE (x) == OVERLOAD && OVL_CHAIN (x))) in is_overloaded_fn() 1596 return cp_tree_equal (OVL_CHAIN (t1), OVL_CHAIN (t2)); in cp_tree_equal() 2019 WALK_SUBTREE (OVL_CHAIN (*tp)); in cp_walk_subtrees()
|
| D | dump.c | 363 dump_child ("chan", OVL_CHAIN (t)); in cp_dump_tree()
|
| D | error.c | 816 if (OVL_CHAIN (t)) in dump_decl()
|
| D | ChangeLog-2002 | 295 (pop_nested_class): Use OVL_NEXT, not OVL_CHAIN. 1928 * tree.c (really_overloaded_fn): Use OVL_CHAIN for OVERLOADs, not 4296 (OVL_CHAIN): Whitespace.
|
| D | cp-tree.h | 309 #define OVL_CHAIN(NODE) TREE_CHAIN (NODE) macro
|
| D | name-lookup.c | 4636 for (; n; n = OVL_CHAIN (n)) in arg_assoc()
|
| D | ChangeLog-1998 | 4631 (OVL_FUNCTION, OVL_CHAIN, OVL_CURRENT, OVL_NEXT, OVL_USED): 4654 (build_new_function_call): Iterate using OVL_CHAIN. 4770 * lex.c (identifier_type): Loop using OVL_CHAIN.
|
| D | pt.c | 13172 tmpl = OVL_CHAIN (tmpl); in dependent_template_p()
|