| /src/external/gpl3/binutils/dist/binutils/ |
| debug.h | 210 bool (*pointer_type) (void *); member in struct:debug_write_fns
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| debug.h | 210 bool (*pointer_type) (void *); member in struct:debug_write_fns
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
| pat_trie_base.hpp | 1042 typedef node_pointer_pointer pointer_type; typedef 1043 pointer_type p = const_cast<pointer_type>(m_a_p_children); 1061 typedef node_pointer_pointer pointer_type; typedef 1062 pointer_type p = const_cast<pointer_type>(m_a_p_children) + arr_size;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
| pat_trie_base.hpp | 1042 typedef node_pointer_pointer pointer_type; typedef 1043 pointer_type p = const_cast<pointer_type>(m_a_p_children); 1061 typedef node_pointer_pointer pointer_type; typedef 1062 pointer_type p = const_cast<pointer_type>(m_a_p_children) + arr_size;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| rust-lang.c | 264 struct type *pointer_type = lookup_pointer_type (vtable_sym->concrete_type); local 265 return value_cast (pointer_type, value_field (value, 1 - vtable_field));
|
| f-lang.c | 406 struct type *pointer_type = check_typedef (pointer->type ()); local 407 if (TYPE_ASSOCIATED_PROP (pointer_type) == nullptr 408 && pointer_type->code () != TYPE_CODE_PTR) 417 if (pointer_type->code () == TYPE_CODE_PTR) 433 if (pointer_type->code () == TYPE_CODE_PTR 434 && TYPE_ASSOCIATED_PROP (pointer_type) == nullptr) 437 is_associated = !type_not_associated (pointer_type); 446 if (pointer_type->code () == TYPE_CODE_PTR) 447 pointer_target_type = pointer_type->target_type (); 449 pointer_target_type = pointer_type; [all...] |
| printcmd.c | 1884 struct type *pointer_type 1887 value_from_pointer (pointer_type, 1879 struct type *pointer_type local
|
| gdbtypes.h | 1522 struct type *pointer_type; member in struct:type 1893 #define TYPE_POINTER_TYPE(thistype) (thistype)->pointer_type
|
| /src/external/gpl3/gdb/dist/gdb/ |
| rust-lang.c | 269 struct type *pointer_type = lookup_pointer_type (vtable_sym->concrete_type); local 270 return value_cast (pointer_type, value_field (value, 1 - vtable_field));
|
| f-lang.c | 406 struct type *pointer_type = check_typedef (pointer->type ()); local 407 if (TYPE_ASSOCIATED_PROP (pointer_type) == nullptr 408 && pointer_type->code () != TYPE_CODE_PTR) 417 if (pointer_type->code () == TYPE_CODE_PTR) 433 if (pointer_type->code () == TYPE_CODE_PTR 434 && TYPE_ASSOCIATED_PROP (pointer_type) == nullptr) 437 is_associated = !type_not_associated (pointer_type); 446 if (pointer_type->code () == TYPE_CODE_PTR) 447 pointer_target_type = pointer_type->target_type (); 449 pointer_target_type = pointer_type; [all...] |
| printcmd.c | 1886 struct type *pointer_type 1889 value_from_pointer (pointer_type, 1881 struct type *pointer_type local
|
| gdbtypes.h | 1539 struct type *pointer_type; member in struct:type 1910 #define TYPE_POINTER_TYPE(thistype) (thistype)->pointer_type
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| init.cc | 3069 tree pointer_type; 3540 pointer_type = build_pointer_type (type); 3542 return build_nop (pointer_type, alloc_expr); 3888 return convert (pointer_type, rval); 4467 to the first element, of POINTER_TYPE. 3067 tree pointer_type; local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| init.cc | 3041 tree pointer_type; 3511 pointer_type = build_pointer_type (type); 3513 return build_nop (pointer_type, alloc_expr); 3868 return convert (pointer_type, rval); 4362 to the first element, of POINTER_TYPE. 3039 tree pointer_type; local
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| llvm.mli | 719 (** [pointer_type ty] returns the pointer type referencing objects of type 722 val pointer_type : lltype -> lltype var 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))
|