Searched refs:build_helper_func_decl (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dc-common.h1102 extern tree build_helper_func_decl (tree, tree);
H A Dc-decl.c3766 block_byref_id_object_copy[kind] = build_helper_func_decl (get_identifier (name),
3784 block_byref_id_object_dispose[kind] = build_helper_func_decl (get_identifier (name),
8150 build_helper_func_decl - This routine builds a FUNCTION_DECL for
8154 build_helper_func_decl (tree ident, tree type)
8124 build_helper_func_decl (tree ident, tree type) function
H A Dc-parser.c9325 block_helper_function_decl = build_helper_func_decl (build_block_helper_name (0),
9449 build_helper_func_decl (get_identifier (name), s_ftype);
9458 build_helper_func_decl (get_identifier (name), s_ftype);
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl.c5515 block_byref_id_object_copy[kind] = build_helper_func_decl (get_identifier (name),
5537 block_byref_id_object_dispose[kind] = build_helper_func_decl (get_identifier (name),
H A Dparser.c19832 block_helper_function_decl = build_helper_func_decl (build_block_helper_name (unique_count),
19940 build_helper_func_decl (get_identifier (name), s_ftype);
19950 build_helper_func_decl (get_identifier (name), s_ftype);
20315 build_helper_func_decl - This routine builds a FUNCTION_DECL for
20319 build_helper_func_decl (tree ident, tree type)
20316 build_helper_func_decl (tree ident, tree type) function

Completed in 221 milliseconds