Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlambda.c1203 tree stattype = build_function_type (fn_result, FUNCTION_ARG_CHAIN (callop)); in maybe_add_lambda_conv_op() local
1204 stattype = (cp_build_type_attribute_variant in maybe_add_lambda_conv_op()
1205 (stattype, TYPE_ATTRIBUTES (optype))); in maybe_add_lambda_conv_op()
1208 stattype = build_exception_variant (stattype, noexcept_true_spec); in maybe_add_lambda_conv_op()
1215 tree rettype = build_pointer_type (stattype); in maybe_add_lambda_conv_op()
1254 tree statfn = build_lang_decl (FUNCTION_DECL, fun_identifier, stattype); in maybe_add_lambda_conv_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlambda.cc1209 tree stattype = build_function_type (fn_result, FUNCTION_ARG_CHAIN (callop)); in maybe_add_lambda_conv_op() local
1210 stattype = (cp_build_type_attribute_variant in maybe_add_lambda_conv_op()
1211 (stattype, TYPE_ATTRIBUTES (optype))); in maybe_add_lambda_conv_op()
1214 stattype = build_exception_variant (stattype, noexcept_true_spec); in maybe_add_lambda_conv_op()
1221 tree rettype = build_pointer_type (stattype); in maybe_add_lambda_conv_op()
1262 tree statfn = build_lang_decl (FUNCTION_DECL, fun_identifier, stattype); in maybe_add_lambda_conv_op()