Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.h427 #define default_function_type c_global_trees[CTI_DEFAULT_FUNCTION_TYPE] macro
H A Dc-pragma.c324 FUNCTION_DECL, alias_id, default_function_type); in maybe_apply_pending_pragma_weaks()
H A Dc-common.c5058 default_function_type in c_common_nodes_and_builtins()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.h483 #define default_function_type c_global_trees[CTI_DEFAULT_FUNCTION_TYPE] macro
H A Dc-pragma.c328 alias_id, default_function_type); in maybe_apply_pending_pragma_weaks()
H A Dc-common.c4364 default_function_type in c_common_nodes_and_builtins()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-decl.c2918 tree newtype = default_function_type; in implicitly_declare()
2960 decl = build_decl (loc, FUNCTION_DECL, functionid, default_function_type); in implicitly_declare()
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c3388 tree newtype = default_function_type; in implicitly_declare()
3443 decl = build_decl (loc, FUNCTION_DECL, functionid, default_function_type); in implicitly_declare()
H A Dc-parser.c17795 reduc_id, default_function_type); in c_parser_omp_declare_reduction()