Searched refs:void_ftype_ptr (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/cp/ |
| D | decl.c | 3129 tree void_ftype_ptr; in cxx_init_decl_processing() local 3205 void_ftype_ptr = build_function_type (void_type_node, in cxx_init_decl_processing() 3209 void_ftype_ptr in cxx_init_decl_processing() 3210 = build_exception_variant (void_ftype_ptr, empty_except_spec); in cxx_init_decl_processing() 3281 deltype = build_exception_variant (void_ftype_ptr, empty_except_spec); in cxx_init_decl_processing()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | decl.c | 6929 tree void_ftype_ptr; in cxx_init_decl_processing() local 7032 void_ftype_ptr = build_function_type (void_type_node, in cxx_init_decl_processing() 7036 void_ftype_ptr in cxx_init_decl_processing() 7037 = build_exception_variant (void_ftype_ptr, empty_except_spec); in cxx_init_decl_processing() 7100 deltype = build_exception_variant (void_ftype_ptr, empty_except_spec); in cxx_init_decl_processing()
|
| /openbsd/src/gnu/gcc/gcc/config/frv/ |
| D | frv.c | 8426 tree void_ftype_ptr = UNARY (voidt, const_ptr_type_node); in frv_init_builtins() local 8536 def_builtin ("__data_prefetch0", void_ftype_ptr, FRV_BUILTIN_PREFETCH0); in frv_init_builtins() 8537 def_builtin ("__data_prefetch", void_ftype_ptr, FRV_BUILTIN_PREFETCH); in frv_init_builtins()
|