Home
last modified time | relevance | path

Searched defs:PointerType (Results 1 – 18 of 18) sorted by relevance

/external/llvm/include/llvm/IR/
DInlineAsm.h25 class PointerType; variable
DConstants.h36 class PointerType; variable
DType.h28 class PointerType; variable
DGlobalValue.h27 class PointerType; variable
/external/chromium_org/third_party/WebKit/Source/core/css/
DPointerProperties.h14 enum PointerType { enum
/external/eigen/Eigen/src/Core/
DMapBase.h48 PointerType; typedef
178 typedef typename Base::PointerType PointerType; typedef
/external/chromium_org/third_party/WebKit/public/web/
DWebSettings.h65 enum PointerType { enum
/external/chromium_org/third_party/WebKit/Source/wtf/
DHashTable.h113 typedef const ValueType* PointerType; typedef
214 typedef ValueType* PointerType; typedef
DListHashSet.h443 typedef ValueType* PointerType; typedef
483 typedef const ValueType* PointerType; typedef
551 typedef ValueType* PointerType; typedef
590 typedef const ValueType* PointerType; typedef
DLinkedHashSet.h334 typedef typename LinkedHashSetType::Value* PointerType; typedef
376 typedef const typename LinkedHashSetType::Value* PointerType; typedef
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h29 class PointerType; variable
/external/clang/lib/CodeGen/
DCodeGenTypes.h45 class PointerType; variable
DCGBlocks.h37 class PointerType; variable
DItaniumCXXABI.cpp2924 QualType PointerType = getContext().getPointerType(Type); in EmitFundamentalRTTIDescriptor() local
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h58 class PointerType; variable
/external/chromium_org/third_party/cython/src/Cython/
DShadow.py183 class PointerType(CythonType): class
/external/llvm/lib/IR/
DType.cpp743 PointerType::PointerType(Type *E, unsigned AddrSpace) in PointerType() function in PointerType
/external/chromium_org/mojo/public/python/mojo/bindings/
Ddescriptor.py147 class PointerType(SerializableType): class