Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dinternal_node.hpp280 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 DPDBASTParser.cpp735 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 Dprettyprinters.py398 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 Dmangle.c406 tree pointer_type; local
416 pointer_type = type;
426 compression_table_add (pointer_type);
/openbsd-src/gnu/llvm/libcxx/include/__memory/
H A Dbuiltin_new_allocator.h29 typedef void* pointer_type; typedef
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp567 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 Dlanguage.h403 extern int pointer_type (struct type *);
H A Dgdbtypes.h501 struct type *pointer_type; member
797 #define TYPE_POINTER_TYPE(thistype) (thistype)->pointer_type
H A Dprintcmd.c1323 struct type *pointer_type in x_command() local
1326 value_from_pointer (pointer_type, in x_command()
H A Dlanguage.c770 pointer_type (struct type *type)
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddebug.h210 bfd_boolean (*pointer_type) (void *); member
H A Ddebug.c2559 return (*fns->pointer_type) (fhandle); in debug_write_type()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Ddebug.h210 bfd_boolean (*pointer_type) (void *); member
H A Ddebug.c2558 return (*fns->pointer_type) (fhandle); in debug_write_type()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dinit.c1594 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 Dclass.c530 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 DIRForTarget.cpp270 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 DCommandObjectMemory.cpp515 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 DValueObject.cpp3001 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 Dvec.h507 static inline void VEC_OP (T,must_be,pointer_type) (void) \
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dclass.c418 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 Dllvm.mli719 (** [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 Dllvm.ml508 external pointer_type : llcontext -> lltype = "llvm_pointer_type"
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.def149 HANDLE_DW_TAG(0x000f, pointer_type, 2, DWARF, DW_KIND_TYPE)
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5503 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()

12