Searched refs:arg_assoc_type (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/gcc/cp/
H A Dname-lookup.c4228 static bool arg_assoc_type (struct arg_lookup*, tree);
4427 return arg_assoc_type (k, arg);
4504 arg_assoc_type (struct arg_lookup *k, tree type)
4514 if (arg_assoc_type (k, TYPE_PTRMEM_CLASS_TYPE (type)))
4516 return arg_assoc_type (k, TYPE_PTRMEM_POINTED_TO_TYPE (type));
4531 return arg_assoc_type (k, TYPE_PTRMEMFUNC_FN_TYPE (type));
4536 return arg_assoc_type (k, TREE_TYPE (type));
4548 return arg_assoc_type (k, TREE_TYPE (type));
4583 return arg_assoc_type (k, n);
4586 return arg_assoc_type (
4499 arg_assoc_type (struct arg_lookup *k, tree type) function
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl2.c4126 static int arg_assoc_type PARAMS ((struct arg_lookup*, tree));
4233 return arg_assoc_type (k, arg);
4296 arg_assoc_type (k, type)
4312 return arg_assoc_type (k, TYPE_PTRMEMFUNC_FN_TYPE (type));
4317 return arg_assoc_type (k, TREE_TYPE (type));
4323 if (arg_assoc_type (k, TYPE_OFFSET_BASETYPE (type)))
4325 return arg_assoc_type (k, TREE_TYPE (type));
4334 return arg_assoc_type (k, TREE_TYPE (type));
4374 return arg_assoc_type (k, n);
4377 return arg_assoc_type (
4290 arg_assoc_type (k, type) function
[all...]

Completed in 316 milliseconds