Searched refs:special_function_kind (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/gcc/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() 2662 build_dtor_call (tree exp, special_function_kind dtor_kind, int flags) in build_dtor_call() 2701 build_delete (tree type, tree addr, special_function_kind auto_delete, in build_delete() 2958 special_function_kind auto_delete_vec, int use_global_delete) in build_vec_delete()
|
H A D | method.c | 981 implicitly_declare_fn (special_function_kind kind, tree type, bool const_p) in implicitly_declare_fn() 1114 lazily_declare_fn (special_function_kind sfk, tree type) in lazily_declare_fn()
|
H A D | cp-tree.h | 3163 typedef enum special_function_kind { enum 3177 } special_function_kind; typedef 3737 special_function_kind sfk; 4056 special_function_kind, 4060 special_function_kind, int); 4089 extern tree lazily_declare_fn (special_function_kind, 4419 extern special_function_kind special_function_p (tree);
|
H A D | tree.c | 2149 special_function_kind
|
H A D | decl.c | 101 (special_function_kind, tree, tree); 6042 special_function_kind sfk, in grokfndecl() 6860 check_special_function_return_type (special_function_kind sfk, in check_special_function_return_type() 7002 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 | 891 special_function_kind sfk) in make_id_declarator() 11733 special_function_kind sfk; in cp_parser_direct_declarator()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | init.c | 41 static tree build_vec_delete_1 PARAMS ((tree, tree, tree, special_function_kind, int)); 54 static tree build_dtor_call PARAMS ((tree, special_function_kind, int)); 2540 special_function_kind auto_delete_vec; 3051 special_function_kind dtor_kind; 3089 special_function_kind auto_delete; 3375 special_function_kind auto_delete_vec;
|
H A D | cp-tree.h | 3104 typedef enum special_function_kind { enum 3118 } special_function_kind; typedef 3998 extern tree build_delete PARAMS ((tree, tree, special_function_kind, int, int)); 4001 extern tree build_vec_delete PARAMS ((tree, tree, special_function_kind, int)); 4053 extern tree implicitly_declare_fn PARAMS ((special_function_kind, tree, int)); 4370 extern special_function_kind special_function_p PARAMS ((tree));
|
H A D | method.c | 980 special_function_kind kind; in implicitly_declare_fn()
|
H A D | tree.c | 2425 special_function_kind
|
H A D | decl.c | 142 PARAMS ((special_function_kind, tree, tree)); 10383 special_function_kind sfk; in check_special_function_return_type() 10517 special_function_kind sfk = sfk_none;
|
H A D | ChangeLog | 13559 * call.c (build_scoped_method_call): Use special_function_kind 13565 * decl2.c (delete_sanity): Use special_function_kind 13571 (build_delete): Use special_function_kind 13960 * cp-tree.h (special_function_kind): Add various kinds of 14571 (special_function_kind): Add sfk_copy_constructor and 14597 (special_function_kind): New enum.
|