Home
last modified time | relevance | path

Searched refs:arg_assoc_type (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDname-lookup.c4277 static bool arg_assoc_type (struct arg_lookup*, tree);
4476 return arg_assoc_type (k, arg); in arg_assoc_template_arg()
4553 arg_assoc_type (struct arg_lookup *k, tree type) in arg_assoc_type() function
4563 if (arg_assoc_type (k, TYPE_PTRMEM_CLASS_TYPE (type))) in arg_assoc_type()
4565 return arg_assoc_type (k, TYPE_PTRMEM_POINTED_TO_TYPE (type)); in arg_assoc_type()
4580 return arg_assoc_type (k, TYPE_PTRMEMFUNC_FN_TYPE (type)); in arg_assoc_type()
4587 return arg_assoc_type (k, TREE_TYPE (type)); in arg_assoc_type()
4599 return arg_assoc_type (k, TREE_TYPE (type)); in arg_assoc_type()
4634 return arg_assoc_type (k, n); in arg_assoc()
4637 return arg_assoc_type (k, TREE_TYPE (n)); in arg_assoc()
[all …]
HDChangeLog-2000243 * decl2.c (arg_assoc_type): Handle VECTOR_TYPE like COMPLEX_TYPE.
692 * decl2.c (arg_assoc_type): Handle VECTOR_TYPE.
1414 (arg_assoc_type): Use BOUND_TEMPLATE_TEMPLATE_PARM instead.
1715 * decl2.c (arg_assoc_type): Cope with TYPENAME_TYPE.
HDChangeLog-19981586 (arg_assoc_type): Prototype.
3202 * decl2.c (arg_assoc_type): Handle METHOD_TYPE like FUNCTION_TYPE.
3895 * decl2.c (arg_assoc_type): Process unknown_type_node and OFFSET_TYPE.
4757 arg_assoc_type, arg_assoc_args, arg_assoc, lookup_arg_dependent):
HDChangeLog-2003947 (arg_assoc_type): Likewise.
3499 (arg_assoc_type): Avoid relying on POINTER_TYPE over OFFSET_TYPE
5022 * decl2.c (arg_assoc_type) <ERROR_MARK>: Don't die.
HDChangeLog-20042405 arg_assoc_type): Replace abort with gcc_assert or gcc_unreachable.
3065 (arg_assoc_type): Likewise.
HDChangeLog3090 * name-lookup.c (arg_assoc_type): Likewise.
HDChangeLog-19996462 * decl2.c (arg_assoc_type): Handle TEMPLATE_TEMPLATE_PARM.