HomeSort by relevance Sort by last modified time
    Searched defs:PointerType (Results 1 - 11 of 11) sorted by null

  /external/llvm/tools/llvm-pdbdump/
FunctionDumper.h 23 enum class PointerType { None, Pointer, Reference };
26 PointerType Pointer);
27 void start(const PDBSymbolFunc &Symbol, PointerType Pointer);
  /external/eigen/Eigen/src/Core/
Map.h 112 typedef typename Base::PointerType PointerType;
115 inline PointerType cast_to_pointer_type(PointerArgType ptr) { return const_cast<PointerType>(ptr); }
117 typedef PointerType PointerArgType;
118 inline PointerType cast_to_pointer_type(PointerArgType ptr) { return ptr; }
MapBase.h 48 PointerType;
126 inline MapBase(PointerType dataPtr) : m_data(dataPtr), m_rows(RowsAtCompileTime), m_cols(ColsAtCompileTime)
132 inline MapBase(PointerType dataPtr, Index vecSize)
143 inline MapBase(PointerType dataPtr, Index nbRows, Index nbCols)
163 PointerType m_data;
179 typedef typename Base::PointerType PointerType;
228 explicit inline MapBase(PointerType dataPtr) : Base(dataPtr) {}
229 inline MapBase(PointerType dataPtr, Index vecSize) : Base(dataPtr, vecSize) {}
230 inline MapBase(PointerType dataPtr, Index nbRows, Index nbCols) : Base(dataPtr, nbRows, nbCols) {
    [all...]
  /external/llvm/include/llvm/IR/
DerivedTypes.h 146 /// CompositeType - Common super class of ArrayType, StructType, PointerType
442 /// PointerType - Class to represent pointers.
444 class PointerType : public SequentialType {
445 PointerType(const PointerType &) = delete;
446 const PointerType &operator=(const PointerType &) = delete;
447 explicit PointerType(Type *ElType, unsigned AddrSpace);
450 /// PointerType::get - This constructs a pointer to an object of the specified
452 static PointerType *get(Type *ElementType, unsigned AddressSpace)
    [all...]
  /external/llvm/unittests/DebugInfo/PDB/
PDBApiTest.cpp 314 InsertItemWithTag(PDB_SymType::PointerType);
376 VerifyDyncast<PDBSymbolTypePointer>(PDB_SymType::PointerType);
  /external/webrtc/webrtc/base/
bind.h 123 // PointerType<T>::type will be scoped_refptr<T> for ref counted types, and T*
126 struct PointerType {
143 typename detail::PointerType<ObjectT>::type object_;
211 typename detail::PointerType<ObjectT>::type object_;
294 typename detail::PointerType<ObjectT>::type object_;
392 typename detail::PointerType<ObjectT>::type object_;
505 typename detail::PointerType<ObjectT>::type object_;
633 typename detail::PointerType<ObjectT>::type object_;
776 typename detail::PointerType<ObjectT>::type object_;
940 typename detail::PointerType<ObjectT>::type object_
    [all...]
  /external/llvm/lib/IR/
Type.cpp 89 if (auto *PTy = dyn_cast<PointerType>(this)) {
90 if (auto *OtherPTy = dyn_cast<PointerType>(Ty))
210 return cast<PointerType>(getScalarType())->getAddressSpace();
241 PointerType *Type::getHalfPtrTy(LLVMContext &C, unsigned AS) {
245 PointerType *Type::getFloatPtrTy(LLVMContext &C, unsigned AS) {
249 PointerType *Type::getDoublePtrTy(LLVMContext &C, unsigned AS) {
253 PointerType *Type::getX86_FP80PtrTy(LLVMContext &C, unsigned AS) {
257 PointerType *Type::getFP128PtrTy(LLVMContext &C, unsigned AS) {
261 PointerType *Type::getPPC_FP128PtrTy(LLVMContext &C, unsigned AS) {
265 PointerType *Type::getX86_MMXPtrTy(LLVMContext &C, unsigned AS)
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp     [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 286 PointerType,
  /external/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
jna-3.4.0.jar 

Completed in 351 milliseconds