Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp705 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 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()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp733 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 Dlanguage.h461 extern int pointer_type (struct type *);
H A Dgdbtypes.h477 struct type *pointer_type; member
773 #define TYPE_POINTER_TYPE(thistype) (thistype)->pointer_type
H A Dprintcmd.c1325 struct type *pointer_type in x_command() local
1328 value_from_pointer (pointer_type, in x_command()
H A Dlanguage.c895 pointer_type (struct type *type)
/freebsd-12.1/contrib/binutils/binutils/
H A Ddebug.h210 bfd_boolean (*pointer_type) (void *); member
H A Ddebug.c2557 return (*fns->pointer_type) (fhandle); in debug_write_type()
/freebsd-12.1/contrib/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()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp511 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 DIRForTarget.cpp272 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 DValueObject.cpp3145 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 Dvec.h507 static inline void VEC_OP (T,must_be,pointer_type) (void) \
H A Dtree.def174 DEFTREECODE (POINTER_TYPE, "pointer_type", tcc_type, 0)
H A DChangeLog-19998086 my_* replacement functions. Prefer PTR over `pointer_type'.
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp5641 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 DDwarf.def123 HANDLE_DW_TAG(0x000f, pointer_type, 2, DWARF)