Home
last modified time | relevance | path

Searched refs:void_pointer (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_305.c8 void *void_pointer; variable
16 void_pointer = void_function; in example()
19 void_function = void_pointer; in example()
22 void_pointer = cond ? void_function : int_function; in example()
24 void_pointer = cond ? void_pointer : int_function; in example()
26 void_pointer = cond ? void_function : void_pointer; in example()
H A Dmsg_274.c9 example(void (*function_pointer)(void), void *void_pointer) in example() argument
21 if (function_pointer == void_pointer) in example()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dalloc_traits.h65 using __v_pointer = typename _Tp::void_pointer; in _GLIBCXX_VISIBILITY()
150 using void_pointer = typename _Ptr<__v_pointer, void>::type; in _GLIBCXX_VISIBILITY()
426 using void_pointer = void*; in _GLIBCXX_VISIBILITY()
583 using void_pointer = void*; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dalloc_traits.h64 using __v_pointer = typename _Tp::void_pointer; in _GLIBCXX_VISIBILITY()
146 using void_pointer = typename _Ptr<__v_pointer, void>::type; in _GLIBCXX_VISIBILITY()
422 using void_pointer = void*; in _GLIBCXX_VISIBILITY()
579 using void_pointer = void*; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dallocator_traits.h62 _LIBCPP_ALLOCATOR_TRAITS_HAS_XXX(__has_void_pointer, void_pointer);
66 using type _LIBCPP_NODEBUG_TYPE = typename _Alloc::void_pointer;
234 using void_pointer = typename __void_pointer<pointer, allocator_type>::type;
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dscoped_allocator34 typedef typename OuterTraits::void_pointer void_pointer;
399 typedef typename _OuterTraits::void_pointer void_pointer;
H A D__node_handle48 typedef typename __rebind_pointer<typename __alloc_traits::void_pointer,
H A Dforward_list456 typedef typename allocator_traits<allocator_type>::void_pointer void_pointer;
457 typedef __forward_list_node<value_type, void_pointer> __node;
458 typedef typename __begin_node_of<value_type, void_pointer>::type __begin_node;
H A Dmemory62 typedef Alloc::void_pointer
64 void_pointer;
H A Dlist549 typedef typename __alloc_traits::void_pointer __void_pointer;
H A D__tree986 typename __alloc_traits::void_pointer>::type
H A D__hash_table908 __make_hash_node_types<value_type, typename __alloc_traits::void_pointer>::type
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dscoped_allocator272 typedef typename __traits::void_pointer void_pointer;
H A Dmemory_resource440 using void_pointer = void*;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dscoped_allocator270 typedef typename __traits::void_pointer void_pointer;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dmemory_resource385 typename allocator_traits<_Alloc>::void_pointer>::value,
386 "Allocator's void_pointer type is void*");
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dmemory_resource386 typename allocator_traits<_Alloc>::void_pointer>::value,
387 "Allocator's void_pointer type is void*");
/netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/
H A Dmemory_resource345 && is_same<typename _CTraits::void_pointer, void*>::value, "");