Searched refs:pointer_type (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DPriorityPointerPair.h31 typedef T* pointer_type; typedef in class:lldb_utility::PriorityPointerPair
40 PriorityPointerPair(pointer_type high,
41 pointer_type low) :
46 PriorityPointerPair(pointer_type low) :
63 SwapLow(pointer_type l)
69 SwapHigh(pointer_type h)
131 pointer_type
/freebsd-10-stable/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dinternal_node.hpp280 typedef node_pointer_pointer pointer_type; typedef
281 pointer_type p = const_cast<pointer_type>(m_a_p_children);
299 typedef node_pointer_pointer pointer_type; typedef
300 pointer_type p = const_cast<pointer_type>(m_a_p_children) + arr_size;
/freebsd-10-stable/contrib/binutils/binutils/
H A Ddebug.h210 bfd_boolean (*pointer_type) (void *); member in struct:debug_write_fns
H A Ddebug.c2560 return (*fns->pointer_type) (fhandle);
/freebsd-10-stable/contrib/gdb/gdb/
H A Dlanguage.h464 extern int pointer_type (struct type *);
H A Dgdbtypes.h477 struct type *pointer_type; member in struct:type
773 #define TYPE_POINTER_TYPE(thistype) (thistype)->pointer_type
H A Dprintcmd.c1330 struct type *pointer_type
1333 value_from_pointer (pointer_type,
1325 struct type *pointer_type local
H A Dlanguage.c900 pointer_type (struct type *type)
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp555 ClangASTType pointer_type = clang_ast_type.GetPointerType(); local
556 if (pointer_type.IsValid())
557 clang_ast_type = pointer_type;
/freebsd-10-stable/contrib/gcc/cp/
H A Dinit.c1596 tree pointer_type;
1795 pointer_type = build_pointer_type (type);
1797 return build_nop (pointer_type, alloc_call);
2051 rval = build_nop (pointer_type, rval);
1594 tree pointer_type; local
H A Dclass.c530 tree pointer_type; local
532 pointer_type = build_pointer_type (expr_type);
535 expr = build2 (PLUS_EXPR, pointer_type, expr,
536 build_nop (pointer_type, BINFO_OFFSET (base)));
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Expression/
H A DIRInterpreter.cpp942 Type *pointer_type = pointer_operand->getType(); local
991 uint64_t offset = data_layout.getIndexedOffset(pointer_type, const_indices);
H A DIRForTarget.cpp546 const clang::Type *pointer_type = pointer_qual_type.getTypePtr(); local
548 const clang::PointerType *pointer_pointertype = pointer_type->getAs<clang::PointerType>();
549 const clang::ObjCObjectPointerType *pointer_objcobjpointertype = pointer_type->getAs<clang::ObjCObjectPointerType>();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp3858 ClangASTType pointer_type(type.GetPointerType());
3859 if (pointer_type)
3863 pointer_type,
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp2178 const ObjCObjectPointerType *pointer_type = cast<ObjCObjectPointerType>(qual_type.getTypePtr()); local
2179 QualType pointee_type = pointer_type->getPointeeType();
2200 const PointerType *pointer_type = cast<PointerType>(qual_type.getTypePtr()); local
2201 QualType pointee_type (pointer_type->getPointeeType());
3963 const PointerType *pointer_type = cast<PointerType>(qual_type.getTypePtr()); local
3964 ClangASTType pointee_type (m_ast, pointer_type->getPointeeType());
/freebsd-10-stable/contrib/gcc/
H A Dvec.h507 static inline void VEC_OP (T,must_be,pointer_type) (void) \

Completed in 380 milliseconds