Searched defs:pointer_type (Results 1 - 6 of 6) sorted by relevance

/external/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
/external/lldb/source/Commands/
H A DCommandObjectMemory.cpp552 ClangASTType pointer_type = clang_ast_type.GetPointerType(); local
553 if (pointer_type.IsValid())
554 clang_ast_type = pointer_type;
/external/lldb/source/Expression/
H A DIRInterpreter.cpp934 Type *pointer_type = pointer_operand->getType(); local
983 uint64_t offset = data_layout.getIndexedOffset(pointer_type, const_indices);
H A DIRForTarget.cpp547 const clang::Type *pointer_type = pointer_qual_type.getTypePtr(); local
549 const clang::PointerType *pointer_pointertype = pointer_type->getAs<clang::PointerType>();
550 const clang::ObjCObjectPointerType *pointer_objcobjpointertype = pointer_type->getAs<clang::ObjCObjectPointerType>();
/external/lldb/source/Symbol/
H A DClangASTType.cpp2119 const ObjCObjectPointerType *pointer_type = cast<ObjCObjectPointerType>(qual_type.getTypePtr()); local
2120 QualType pointee_type = pointer_type->getPointeeType();
2141 const PointerType *pointer_type = cast<PointerType>(qual_type.getTypePtr()); local
2142 QualType pointee_type (pointer_type->getPointeeType());
3889 const PointerType *pointer_type = cast<PointerType>(qual_type.getTypePtr()); local
3890 ClangASTType pointee_type (m_ast, pointer_type->getPointeeType());
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli620 (** [pointer_type ty] returns the pointer type referencing objects of type
623 val pointer_type : lltype -> lltype var
931 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type {i8,ty}))
937 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type ty))

Completed in 168 milliseconds