Home
last modified time | relevance | path

Searched refs:pointer_type (Results 1 – 25 of 46) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/utils/gdb-scripts/
H A Dprettyprinters.py392 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 Dpat_trie_base.hpp1042 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 Dpat_trie_base.hpp1042 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 Dlibgccjit.c1263 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 Dlibgccjit.h832 gcc_jit_type *pointer_type,
837 gcc_jit_type *pointer_type);
H A Dlibgccjit++.h193 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 Dlibgccjit.cc2023 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 Dlibgccjit.h1080 gcc_jit_type *pointer_type,
1085 gcc_jit_type *pointer_type);
H A Dlibgccjit++.h194 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 Ddebug.h210 bool (*pointer_type) (void *); member
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddebug.h210 bool (*pointer_type) (void *); member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/
H A Dexpressions.rst103 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 Dcontexts.rst360 pointer_to_this <pointer_type 0x7f4875a64c78>>
373 pointer_to_this <pointer_type 0x7f4875a6b348>>
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model-manager.cc246 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 Dregion-model.h250 const svalue *get_or_create_null_ptr (tree pointer_type);
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/
H A Dexpressions.rst103 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 Dcontexts.rst360 pointer_to_this <pointer_type 0x7f4875a64c78>>
373 pointer_to_this <pointer_type 0x7f4875a6b348>>
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c2962 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 Dinit.cc3039 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 Dexpressions.rst97 gccjit::context::new_rvalue (gccjit::type pointer_type, \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/
H A Dexpressions.rst97 gccjit::context::new_rvalue (gccjit::type pointer_type, \
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli719 (** [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 Dllvm.ml508 external pointer_type : lltype -> lltype = "llvm_pointer_type"
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmemory916 typedef void* pointer_type;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DDwarf.def149 HANDLE_DW_TAG(0x000f, pointer_type, 2, DWARF, DW_KIND_TYPE)

12