Home
last modified time | relevance | path

Searched refs:void_ftype (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/iq2000/
H A Diq2000.cc2465 tree void_ftype, void_ftype_int, void_ftype_int_int; in iq2000_init_builtins() local
2471 void_ftype in iq2000_init_builtins()
2563 def_builtin ("__builtin_trapqfl", void_ftype, IQ2000_BUILTIN_TRAPQFL); in iq2000_init_builtins()
2564 def_builtin ("__builtin_trapqne", void_ftype, IQ2000_BUILTIN_TRAPQNE); in iq2000_init_builtins()
2567 def_builtin ("__builtin_syscall", void_ftype, IQ2000_BUILTIN_SYSCALL); in iq2000_init_builtins()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/iq2000/
H A Diq2000.c2465 tree void_ftype, void_ftype_int, void_ftype_int_int; in iq2000_init_builtins() local
2471 void_ftype in iq2000_init_builtins()
2563 def_builtin ("__builtin_trapqfl", void_ftype, IQ2000_BUILTIN_TRAPQFL); in iq2000_init_builtins()
2564 def_builtin ("__builtin_trapqne", void_ftype, IQ2000_BUILTIN_TRAPQNE); in iq2000_init_builtins()
2567 def_builtin ("__builtin_syscall", void_ftype, IQ2000_BUILTIN_SYSCALL); in iq2000_init_builtins()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c4272 tree void_ftype; in cxx_init_decl_processing() local
4354 void_ftype = build_function_type_list (void_type_node, NULL_TREE); in cxx_init_decl_processing()
4364 void_ftype); in cxx_init_decl_processing()
4566 = build_library_fn_ptr ("__cxa_pure_virtual", void_ftype, in cxx_init_decl_processing()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc4498 tree void_ftype; in cxx_init_decl_processing() local
4597 void_ftype = build_function_type_list (void_type_node, NULL_TREE); in cxx_init_decl_processing()
4607 void_ftype); in cxx_init_decl_processing()
4812 = build_library_fn_ptr ("__cxa_pure_virtual", void_ftype, in cxx_init_decl_processing()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200121901 (void_ftype): Remove.