Searched refs:void_pointer (Results 1 – 18 of 18) sorted by relevance
| /netbsd-src/tests/usr.bin/xlint/lint1/ |
| H A D | msg_305.c | 8 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 D | msg_274.c | 9 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 D | alloc_traits.h | 65 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 D | alloc_traits.h | 64 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 D | allocator_traits.h | 62 _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 D | scoped_allocator | 34 typedef typename OuterTraits::void_pointer void_pointer; 399 typedef typename _OuterTraits::void_pointer void_pointer;
|
| H A D | __node_handle | 48 typedef typename __rebind_pointer<typename __alloc_traits::void_pointer,
|
| H A D | forward_list | 456 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 D | memory | 62 typedef Alloc::void_pointer 64 void_pointer;
|
| H A D | list | 549 typedef typename __alloc_traits::void_pointer __void_pointer;
|
| H A D | __tree | 986 typename __alloc_traits::void_pointer>::type
|
| H A D | __hash_table | 908 __make_hash_node_types<value_type, typename __alloc_traits::void_pointer>::type
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | scoped_allocator | 272 typedef typename __traits::void_pointer void_pointer;
|
| H A D | memory_resource | 440 using void_pointer = void*;
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | scoped_allocator | 270 typedef typename __traits::void_pointer void_pointer;
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
| H A D | memory_resource | 385 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 D | memory_resource | 386 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 D | memory_resource | 345 && is_same<typename _CTraits::void_pointer, void*>::value, "");
|