| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 705 assert(pointer_type); in CreateLLDBTypeFromPDBType() 707 pointer_type->getPointeeType()->getSymIndexId()); in CreateLLDBTypeFromPDBType() 711 if (pointer_type->isPointerToDataMember() || in CreateLLDBTypeFromPDBType() 712 pointer_type->isPointerToMemberFunction()) { in CreateLLDBTypeFromPDBType() 726 pointer_type->getLength(), nullptr, LLDB_INVALID_UID, in CreateLLDBTypeFromPDBType() 733 if (pointer_type->isReference()) in CreateLLDBTypeFromPDBType() 735 else if (pointer_type->isRValueReference()) in CreateLLDBTypeFromPDBType() 740 if (pointer_type->isConstType()) in CreateLLDBTypeFromPDBType() 743 if (pointer_type->isVolatileType()) in CreateLLDBTypeFromPDBType() 746 if (pointer_type->isRestrictedType()) in CreateLLDBTypeFromPDBType() [all …]
|
| /freebsd-12.1/contrib/libstdc++/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()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | PdbAstBuilder.cpp | 733 clang::QualType pointer_type; in CreatePointerType() local 735 pointer_type = in CreatePointerType() 738 pointer_type = in CreatePointerType() 741 pointer_type = m_clang.getASTContext()->getPointerType(pointee_type); in CreatePointerType() 744 pointer_type.addConst(); in CreatePointerType() 747 pointer_type.addVolatile(); in CreatePointerType() 750 pointer_type.addRestrict(); in CreatePointerType() 752 return pointer_type; in CreatePointerType()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | language.h | 461 extern int pointer_type (struct type *);
|
| H A D | gdbtypes.h | 477 struct type *pointer_type; member 773 #define TYPE_POINTER_TYPE(thistype) (thistype)->pointer_type
|
| H A D | printcmd.c | 1325 struct type *pointer_type in x_command() local 1328 value_from_pointer (pointer_type, in x_command()
|
| H A D | language.c | 895 pointer_type (struct type *type)
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | debug.h | 210 bfd_boolean (*pointer_type) (void *); member
|
| H A D | debug.c | 2557 return (*fns->pointer_type) (fhandle); in debug_write_type()
|
| /freebsd-12.1/contrib/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()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 511 CompilerType pointer_type = clang_ast_type.GetPointerType(); in DoExecute() local 512 if (pointer_type.IsValid()) in DoExecute() 513 clang_ast_type = pointer_type; in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 272 const clang::Type *pointer_type = pointer_qual_type.getTypePtr(); in CreateResultVariable() local 275 pointer_type->getAs<clang::PointerType>(); in CreateResultVariable() 277 pointer_type->getAs<clang::ObjCObjectPointerType>(); in CreateResultVariable()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | ValueObject.cpp | 3145 CompilerType pointer_type(type.GetPointerType()); in CreateValueObjectFromAddress() local 3146 if (pointer_type) { in CreateValueObjectFromAddress() 3150 exe_ctx.GetBestExecutionContextScope(), pointer_type, in CreateValueObjectFromAddress()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | vec.h | 507 static inline void VEC_OP (T,must_be,pointer_type) (void) \
|
| H A D | tree.def | 174 DEFTREECODE (POINTER_TYPE, "pointer_type", tcc_type, 0)
|
| H A D | ChangeLog-1999 | 8086 my_* replacement functions. Prefer PTR over `pointer_type'.
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 5641 const clang::ObjCObjectPointerType *pointer_type = in GetNumChildren() local 5643 clang::QualType pointee_type = pointer_type->getPointeeType(); in GetNumChildren() 5675 const clang::PointerType *pointer_type = in GetNumChildren() local 5677 clang::QualType pointee_type(pointer_type->getPointeeType()); in GetNumChildren() 7599 const clang::PointerType *pointer_type = in GetIndexOfChildWithName() local 7602 pointer_type->getPointeeType()); in GetIndexOfChildWithName()
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 123 HANDLE_DW_TAG(0x000f, pointer_type, 2, DWARF)
|