Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c12817 tree lambda_fntype) in tsubst_function_decl() argument
12840 if (LAMBDA_FUNCTION_P (t) && !lambda_fntype in tsubst_function_decl()
12855 if (!lambda_fntype) in tsubst_function_decl()
12918 tree closure = (lambda_fntype ? TYPE_METHOD_BASETYPE (lambda_fntype) in tsubst_function_decl()
12927 tree type = (lambda_fntype ? lambda_fntype in tsubst_function_decl()
13112 tree lambda_fntype) in tsubst_template_decl() argument
13141 if (!lambda_fntype) in tsubst_template_decl()
13182 if (!lambda_fntype) in tsubst_template_decl()
13221 new_decl = tsubst_function_decl (decl, args, complain, lambda_fntype); in tsubst_template_decl()
13231 if (lambda_fntype) in tsubst_template_decl()
[all …]