/netbsd-src/external/apache2/llvm/dist/llvm/utils/gdb-scripts/ |
H A D | prettyprinters.py | 392 pointer_type = val.type.template_argument(0) 394 return PointerIntPairPrinter(pointer.cast(pointer_type), 415 pointer_type = val.type.template_argument(int(value)) 416 return PointerUnionPrinter(pointer.cast(pointer_type))
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
H A D | pat_trie_base.hpp | 1042 typedef node_pointer_pointer pointer_type; in begin() typedef 1043 pointer_type p = const_cast<pointer_type>(m_a_p_children); in begin() 1061 typedef node_pointer_pointer pointer_type; in end() typedef 1062 pointer_type p = const_cast<pointer_type>(m_a_p_children) + arr_size; in end()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
H A D | pat_trie_base.hpp | 1042 typedef node_pointer_pointer pointer_type; in begin() typedef 1043 pointer_type p = const_cast<pointer_type>(m_a_p_children); in begin() 1061 typedef node_pointer_pointer pointer_type; in end() typedef 1062 pointer_type p = const_cast<pointer_type>(m_a_p_children) + arr_size; in end()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | libgccjit.c | 1263 gcc_jit_type *pointer_type, in gcc_jit_context_new_rvalue_from_ptr() argument 1268 RETURN_NULL_IF_FAIL (pointer_type, ctxt, NULL, "NULL type"); in gcc_jit_context_new_rvalue_from_ptr() 1270 pointer_type->is_pointer (), in gcc_jit_context_new_rvalue_from_ptr() 1273 pointer_type->get_debug_string ()); in gcc_jit_context_new_rvalue_from_ptr() 1276 ->new_rvalue_from_const <void *> (pointer_type, value)); in gcc_jit_context_new_rvalue_from_ptr() 1287 gcc_jit_type *pointer_type) in gcc_jit_context_null() argument 1291 RETURN_NULL_IF_FAIL (pointer_type, ctxt, NULL, "NULL type"); in gcc_jit_context_null() 1293 pointer_type->is_pointer (), in gcc_jit_context_null() 1296 pointer_type->get_debug_string ()); in gcc_jit_context_null() 1298 return gcc_jit_context_new_rvalue_from_ptr (ctxt, pointer_type, NULL); in gcc_jit_context_null()
|
H A D | libgccjit.h | 832 gcc_jit_type *pointer_type, 837 gcc_jit_type *pointer_type);
|
H A D | libgccjit++.h | 193 rvalue new_rvalue (type pointer_type, 908 context::new_rvalue (type pointer_type, in new_rvalue() argument 913 pointer_type.get_inner_type (), in new_rvalue()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | libgccjit.cc | 2023 gcc_jit_type *pointer_type, in gcc_jit_context_new_rvalue_from_ptr() argument 2028 RETURN_NULL_IF_FAIL (pointer_type, ctxt, NULL, "NULL type"); in gcc_jit_context_new_rvalue_from_ptr() 2030 pointer_type->is_pointer (), in gcc_jit_context_new_rvalue_from_ptr() 2033 pointer_type->get_debug_string ()); in gcc_jit_context_new_rvalue_from_ptr() 2036 ->new_rvalue_from_const <void *> (pointer_type, value)); in gcc_jit_context_new_rvalue_from_ptr() 2047 gcc_jit_type *pointer_type) in gcc_jit_context_null() argument 2051 RETURN_NULL_IF_FAIL (pointer_type, ctxt, NULL, "NULL type"); in gcc_jit_context_null() 2053 pointer_type->is_pointer (), in gcc_jit_context_null() 2056 pointer_type->get_debug_string ()); in gcc_jit_context_null() 2058 return gcc_jit_context_new_rvalue_from_ptr (ctxt, pointer_type, NULL); in gcc_jit_context_null()
|
H A D | libgccjit.h | 1080 gcc_jit_type *pointer_type, 1085 gcc_jit_type *pointer_type);
|
H A D | libgccjit++.h | 194 rvalue new_rvalue (type pointer_type, 969 context::new_rvalue (type pointer_type, in new_rvalue() argument 974 pointer_type.get_inner_type (), in new_rvalue()
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | debug.h | 210 bool (*pointer_type) (void *); member
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | debug.h | 210 bool (*pointer_type) (void *); member
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
H A D | expressions.rst | 103 gcc_jit_type *pointer_type, \ 109 gcc_jit_type *pointer_type) 116 gcc_jit_context_new_rvalue_from_ptr (ctxt, pointer_type, NULL)
|
H A D | contexts.rst | 360 pointer_to_this <pointer_type 0x7f4875a64c78>> 373 pointer_to_this <pointer_type 0x7f4875a6b348>>
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | region-model-manager.cc | 246 region_model_manager::get_or_create_null_ptr (tree pointer_type) in get_or_create_null_ptr() argument 248 gcc_assert (pointer_type); in get_or_create_null_ptr() 249 gcc_assert (POINTER_TYPE_P (pointer_type)); in get_or_create_null_ptr() 250 return get_or_create_int_cst (pointer_type, 0); in get_or_create_null_ptr()
|
H A D | region-model.h | 250 const svalue *get_or_create_null_ptr (tree pointer_type);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | expressions.rst | 103 gcc_jit_type *pointer_type, \ 109 gcc_jit_type *pointer_type) 116 gcc_jit_context_new_rvalue_from_ptr (ctxt, pointer_type, NULL)
|
H A D | contexts.rst | 360 pointer_to_this <pointer_type 0x7f4875a64c78>> 373 pointer_to_this <pointer_type 0x7f4875a6b348>>
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | init.c | 2962 tree pointer_type; in build_new_1() local 3430 pointer_type = build_pointer_type (type); in build_new_1() 3432 return build_nop (pointer_type, alloc_expr); in build_new_1() 3778 return convert (pointer_type, rval); in build_new_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | init.cc | 3039 tree pointer_type; in build_new_1() local 3509 pointer_type = build_pointer_type (type); in build_new_1() 3511 return build_nop (pointer_type, alloc_expr); in build_new_1() 3841 return convert (pointer_type, rval); in build_new_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
H A D | expressions.rst | 97 gccjit::context::new_rvalue (gccjit::type pointer_type, \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
H A D | expressions.rst | 97 gccjit::context::new_rvalue (gccjit::type pointer_type, \
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm.mli | 719 (** [pointer_type ty] returns the pointer type referencing objects of type 722 val pointer_type : lltype -> lltype val 1055 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type {i8,ty})) 1061 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type ty))
|
H A D | llvm.ml | 508 external pointer_type : lltype -> lltype = "llvm_pointer_type"
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | memory | 916 typedef void* pointer_type;
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 149 HANDLE_DW_TAG(0x000f, pointer_type, 2, DWARF, DW_KIND_TYPE)
|