Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c13775 tree lambda_fntype) in tsubst_function_decl() argument
13799 if (LAMBDA_FUNCTION_P (t) && !lambda_fntype in tsubst_function_decl()
13814 if (!lambda_fntype) in tsubst_function_decl()
13838 tree closure = (lambda_fntype ? TYPE_METHOD_BASETYPE (lambda_fntype) in tsubst_function_decl()
13847 tree type = (lambda_fntype ? lambda_fntype in tsubst_function_decl()
13954 if (!lambda_fntype) in tsubst_function_decl()
14050 tree lambda_fntype) in tsubst_template_decl() argument
14079 if (!lambda_fntype) in tsubst_template_decl()
14126 if (!lambda_fntype) in tsubst_template_decl()
14169 new_decl = tsubst_function_decl (decl, args, complain, lambda_fntype); in tsubst_template_decl()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc14162 tree lambda_fntype) in tsubst_function_decl() argument
14196 if (LAMBDA_FUNCTION_P (t) && !lambda_fntype in tsubst_function_decl()
14211 if (!lambda_fntype) in tsubst_function_decl()
14238 tree closure = (lambda_fntype ? TYPE_METHOD_BASETYPE (lambda_fntype) in tsubst_function_decl()
14247 tree type = (lambda_fntype ? lambda_fntype in tsubst_function_decl()
14463 tree lambda_fntype) in tsubst_template_decl() argument
14492 if (!lambda_fntype) in tsubst_template_decl()
14539 if (!lambda_fntype) in tsubst_template_decl()
14560 inner = tsubst_function_decl (inner, args, complain, lambda_fntype); in tsubst_template_decl()
14588 else if (lambda_fntype) in tsubst_template_decl()
[all …]