| /openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
| H A D | internal_node.hpp | 280 typedef node_pointer_pointer pointer_type; in begin() typedef 281 pointer_type p = const_cast<pointer_type>(m_a_p_children); in begin() 299 typedef node_pointer_pointer pointer_type; in end() typedef 300 pointer_type p = const_cast<pointer_type>(m_a_p_children) + arr_size; in end()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 735 auto *pointer_type = llvm::dyn_cast<PDBSymbolTypePointer>(&type); in CreateLLDBTypeFromPDBType() local 736 assert(pointer_type); in CreateLLDBTypeFromPDBType() 743 pointer_type->getPointeeType()->getSymIndexId()); in CreateLLDBTypeFromPDBType() 747 if (pointer_type->isPointerToDataMember() || in CreateLLDBTypeFromPDBType() 748 pointer_type->isPointerToMemberFunction()) { in CreateLLDBTypeFromPDBType() 749 auto class_parent_uid = pointer_type->getRawSymbol().getClassParentId(); in CreateLLDBTypeFromPDBType() 760 pointer_type->getSymIndexId(), ConstString(), in CreateLLDBTypeFromPDBType() 761 pointer_type->getLength(), nullptr, LLDB_INVALID_UID, in CreateLLDBTypeFromPDBType() 768 if (pointer_type->isReference()) in CreateLLDBTypeFromPDBType() 770 else if (pointer_type->isRValueReference()) in CreateLLDBTypeFromPDBType() [all …]
|
| /openbsd-src/gnu/llvm/llvm/utils/gdb-scripts/ |
| H A D | prettyprinters.py | 398 pointer_type = val.type.template_argument(0) 400 return PointerIntPairPrinter(pointer.cast(pointer_type), 421 pointer_type = val.type.template_argument(int(value)) 422 return PointerUnionPrinter(pointer.cast(pointer_type))
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | mangle.c | 406 tree pointer_type; local 416 pointer_type = type; 426 compression_table_add (pointer_type);
|
| /openbsd-src/gnu/llvm/libcxx/include/__memory/ |
| H A D | builtin_new_allocator.h | 29 typedef void* pointer_type; typedef
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 567 clang::QualType pointer_type; in CreatePointerType() local 569 pointer_type = m_clang.getASTContext().getLValueReferenceType(pointee_type); in CreatePointerType() 571 pointer_type = m_clang.getASTContext().getRValueReferenceType(pointee_type); in CreatePointerType() 573 pointer_type = m_clang.getASTContext().getPointerType(pointee_type); in CreatePointerType() 576 pointer_type.addConst(); in CreatePointerType() 579 pointer_type.addVolatile(); in CreatePointerType() 582 pointer_type.addRestrict(); in CreatePointerType() 584 return pointer_type; in CreatePointerType()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | language.h | 403 extern int pointer_type (struct type *);
|
| H A D | gdbtypes.h | 501 struct type *pointer_type; member 797 #define TYPE_POINTER_TYPE(thistype) (thistype)->pointer_type
|
| H A D | printcmd.c | 1323 struct type *pointer_type in x_command() local 1326 value_from_pointer (pointer_type, in x_command()
|
| H A D | language.c | 770 pointer_type (struct type *type)
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | debug.h | 210 bfd_boolean (*pointer_type) (void *); member
|
| H A D | debug.c | 2559 return (*fns->pointer_type) (fhandle); in debug_write_type()
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | debug.h | 210 bfd_boolean (*pointer_type) (void *); member
|
| H A D | debug.c | 2558 return (*fns->pointer_type) (fhandle); in debug_write_type()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | init.c | 1594 tree pointer_type; in build_new_1() local 1793 pointer_type = build_pointer_type (type); in build_new_1() 1795 return build_nop (pointer_type, alloc_call); in build_new_1() 2049 rval = build_nop (pointer_type, rval); in build_new_1()
|
| H A D | class.c | 530 tree pointer_type; in convert_to_base_statically() local 532 pointer_type = build_pointer_type (expr_type); in convert_to_base_statically() 535 expr = build2 (PLUS_EXPR, pointer_type, expr, in convert_to_base_statically() 536 build_nop (pointer_type, BINFO_OFFSET (base))); in convert_to_base_statically()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 270 const clang::Type *pointer_type = pointer_qual_type.getTypePtr(); in CreateResultVariable() local 273 pointer_type->getAs<clang::PointerType>(); in CreateResultVariable() 275 pointer_type->getAs<clang::ObjCObjectPointerType>(); in CreateResultVariable()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 515 CompilerType pointer_type = compiler_type.GetPointerType(); in DoExecute() local 516 if (pointer_type.IsValid()) in DoExecute() 517 compiler_type = pointer_type; in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | ValueObject.cpp | 3001 CompilerType pointer_type(type.GetPointerType()); in CreateValueObjectFromAddress() local 3002 if (pointer_type) { in CreateValueObjectFromAddress() 3006 exe_ctx.GetBestExecutionContextScope(), pointer_type, in CreateValueObjectFromAddress()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | vec.h | 507 static inline void VEC_OP (T,must_be,pointer_type) (void) \
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | class.c | 418 tree pointer_type; in convert_to_base_statically() local 420 pointer_type = build_pointer_type (expr_type); in convert_to_base_statically() 423 expr = build (PLUS_EXPR, pointer_type, expr, in convert_to_base_statically() 424 build_nop (pointer_type, BINFO_OFFSET (base))); in convert_to_base_statically()
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 719 (** [pointer_type context] returns the pointer type in the default 722 val pointer_type : llcontext -> lltype val 1057 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type {i8,ty})) 1063 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type ty))
|
| H A D | llvm.ml | 508 external pointer_type : llcontext -> lltype = "llvm_pointer_type"
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 149 HANDLE_DW_TAG(0x000f, pointer_type, 2, DWARF, DW_KIND_TYPE)
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 5503 const clang::PointerType *pointer_type = in GetNumChildren() local 5505 clang::QualType pointee_type(pointer_type->getPointeeType()); in GetNumChildren() 7120 const clang::PointerType *pointer_type = in GetIndexOfChildWithName() local 7122 CompilerType pointee_type = GetType(pointer_type->getPointeeType()); in GetIndexOfChildWithName()
|