Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Diq2000.c2446 tree void_ftype, void_ftype_int, void_ftype_int_int; in iq2000_init_builtins() local
2452 void_ftype in iq2000_init_builtins()
2565 def_builtin ("__builtin_trapqfl", void_ftype, IQ2000_BUILTIN_TRAPQFL); in iq2000_init_builtins()
2566 def_builtin ("__builtin_trapqne", void_ftype, IQ2000_BUILTIN_TRAPQNE); in iq2000_init_builtins()
2569 def_builtin ("__builtin_syscall", void_ftype, IQ2000_BUILTIN_SYSCALL); in iq2000_init_builtins()
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.c3128 tree void_ftype; in cxx_init_decl_processing() local
3204 void_ftype = build_function_type (void_type_node, void_list_node); in cxx_init_decl_processing()
3289 = build_library_fn_ptr ("__cxa_pure_virtual", void_ftype); in cxx_init_decl_processing()
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c6928 tree void_ftype; in cxx_init_decl_processing() local
7031 void_ftype = build_function_type (void_type_node, void_list_node); in cxx_init_decl_processing()
7108 = build_library_fn_ptr ("__cxa_pure_virtual", void_ftype); in cxx_init_decl_processing()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.52694 (void_ftype): Remove.