Searched refs:late_return_type_p (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c9474 bool late_return_type_p,
9498 type = build_cp_fntype_variant (type, rqual, raises, late_return_type_p);
11109 bool late_return_type_p = false;
12272 late_return_type_p = true;
12437 if (late_return_type_p)
13404 funcdef_flag, late_return_type_p,
13715 late_return_type_p,
9440 grokfndecl(tree ctype, tree type, tree declarator, tree parms, tree orig_declarator, const cp_decl_specifier_seq *declspecs, tree decl_reqs, int virtualp, enum overload_flags flags, cp_cv_quals quals, cp_ref_qualifier rqual, tree raises, int check, int friendp, int publicp, int inlinep, bool deletedp, special_function_kind sfk, bool funcdef_flag, bool late_return_type_p, int initialized, int template_count, tree in_namespace, tree* attrlist, location_t location) argument
11094 bool late_return_type_p = false; local
H A Dpt.c13705 bool late_return_type_p = TYPE_HAS_LATE_RETURN_TYPE (t);
13706 return build_cp_fntype_variant (new_type, rqual, raises, late_return_type_p);
14996 bool late_return_type_p = TYPE_HAS_LATE_RETURN_TYPE (t);
14998 if (late_return_type_p)
15050 if (!late_return_type_p)
13704 bool late_return_type_p = TYPE_HAS_LATE_RETURN_TYPE (t); local
14995 bool late_return_type_p = TYPE_HAS_LATE_RETURN_TYPE (t); local
H A Dtypeck.c864 bool late_return_type_p = TYPE_HAS_LATE_RETURN_TYPE (t1);
865 t1 = build_cp_fntype_variant (rval, rqual, raises, late_return_type_p);
863 bool late_return_type_p = TYPE_HAS_LATE_RETURN_TYPE (t1); local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc10102 bool late_return_type_p,
10125 type = build_cp_fntype_variant (type, rqual, raises, late_return_type_p);
11779 bool late_return_type_p = false;
12977 late_return_type_p = true;
14121 funcdef_flag, late_return_type_p,
14450 late_return_type_p,
10068 grokfndecl(tree ctype, tree type, tree declarator, tree parms, tree orig_declarator, const cp_decl_specifier_seq *declspecs, tree decl_reqs, int virtualp, enum overload_flags flags, cp_cv_quals quals, cp_ref_qualifier rqual, tree raises, int check, int friendp, int publicp, int inlinep, bool deletedp, special_function_kind sfk, bool funcdef_flag, bool late_return_type_p, int template_count, tree in_namespace, tree* attrlist, location_t location) argument
11764 bool late_return_type_p = false; local
H A Dpt.cc14092 bool late_return_type_p = TYPE_HAS_LATE_RETURN_TYPE (t);
14093 return build_cp_fntype_variant (new_type, rqual, raises, late_return_type_p);
15403 bool late_return_type_p = TYPE_HAS_LATE_RETURN_TYPE (t);
15405 if (late_return_type_p)
15454 if (!late_return_type_p)
H A Dtypeck.cc892 bool late_return_type_p = TYPE_HAS_LATE_RETURN_TYPE (t1);
893 t1 = build_cp_fntype_variant (rval, rqual, raises, late_return_type_p);
891 bool late_return_type_p = TYPE_HAS_LATE_RETURN_TYPE (t1); local

Completed in 408 milliseconds