Searched refs:special_function_kind (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | init.c | 44 static tree build_vec_delete_1 (tree, tree, tree, special_function_kind, int); 55 static tree build_dtor_call (tree, special_function_kind, int); 2206 special_function_kind auto_delete_vec, int use_global_delete) in build_vec_delete_1() 2664 build_dtor_call (tree exp, special_function_kind dtor_kind, int flags) in build_dtor_call() 2703 build_delete (tree type, tree addr, special_function_kind auto_delete, in build_delete() 2972 special_function_kind auto_delete_vec, int use_global_delete) in build_vec_delete()
|
| H A D | method.c | 983 implicitly_declare_fn (special_function_kind kind, tree type, bool const_p) in implicitly_declare_fn() 1116 lazily_declare_fn (special_function_kind sfk, tree type) in lazily_declare_fn()
|
| H A D | cp-tree.h | 3203 typedef enum special_function_kind { enum 3217 } special_function_kind; typedef 3779 special_function_kind sfk; 4107 special_function_kind, 4111 special_function_kind, int); 4141 extern tree lazily_declare_fn (special_function_kind, 4479 extern special_function_kind special_function_p (tree);
|
| H A D | tree.c | 2166 special_function_kind
|
| H A D | decl.c | 102 (special_function_kind, tree, tree); 6486 special_function_kind sfk, in grokfndecl() 7321 check_special_function_return_type (special_function_kind sfk, in check_special_function_return_type() 7463 special_function_kind sfk = sfk_none; in grokdeclarator()
|
| H A D | ChangeLog-2000 | 3687 * call.c (build_scoped_method_call): Use special_function_kind 3693 * decl2.c (delete_sanity): Use special_function_kind 3699 (build_delete): Use special_function_kind 4088 * cp-tree.h (special_function_kind): Add various kinds of 4699 (special_function_kind): Add sfk_copy_constructor and 4725 (special_function_kind): New enum.
|
| H A D | parser.c | 893 special_function_kind sfk) in make_id_declarator() 12237 special_function_kind sfk; in cp_parser_direct_declarator()
|