Home
last modified time | relevance | path

Searched refs:arg_lookup (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
HDname-lookup.c4266 struct arg_lookup struct
4275 static bool arg_assoc (struct arg_lookup*, tree); argument
4276 static bool arg_assoc_args (struct arg_lookup*, tree);
4277 static bool arg_assoc_type (struct arg_lookup*, tree);
4278 static bool add_function (struct arg_lookup *, tree);
4279 static bool arg_assoc_namespace (struct arg_lookup *, tree);
4280 static bool arg_assoc_class (struct arg_lookup *, tree);
4281 static bool arg_assoc_template_arg (struct arg_lookup*, tree);
4287 add_function (struct arg_lookup *k, tree fn) in add_function()
4399 arg_assoc_namespace (struct arg_lookup *k, tree scope) in arg_assoc_namespace()
[all …]
HDChangeLog-2003944 (struct arg_lookup): Likewise.
HDChangeLog4629 (struct arg_lookup): Add args field.
HDChangeLog-19984755 (arg_lookup): New struct.