Searched refs:default_function_type (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-common.h | 427 #define default_function_type c_global_trees[CTI_DEFAULT_FUNCTION_TYPE] macro
|
H A D | c-pragma.c | 324 FUNCTION_DECL, alias_id, default_function_type); in maybe_apply_pending_pragma_weaks()
|
H A D | c-common.c | 5058 default_function_type in c_common_nodes_and_builtins()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-common.h | 483 #define default_function_type c_global_trees[CTI_DEFAULT_FUNCTION_TYPE] macro
|
H A D | c-pragma.c | 328 alias_id, default_function_type); in maybe_apply_pending_pragma_weaks()
|
H A D | c-common.c | 4364 default_function_type in c_common_nodes_and_builtins()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-decl.c | 2918 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 D | c-decl.c | 3388 tree newtype = default_function_type; in implicitly_declare() 3443 decl = build_decl (loc, FUNCTION_DECL, functionid, default_function_type); in implicitly_declare()
|
H A D | c-parser.c | 17795 reduc_id, default_function_type); in c_parser_omp_declare_reduction()
|