HomeSort by relevance Sort by last modified time
    Searched refs:ElemType (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
default.pass.cpp 46 template <class ElemType>
51 using U = std::unique_ptr<ElemType, void (*)(void*)>;
56 using Del = CDeleter<ElemType>;
57 using U1 = std::unique_ptr<ElemType, NonDefaultDeleter>;
58 using U2 = std::unique_ptr<ElemType, Del&>;
59 using U3 = std::unique_ptr<ElemType, Del const&>;
67 template <class ElemType>
71 using U1 = std::unique_ptr<ElemType>;
72 using U2 = std::unique_ptr<ElemType, Deleter<ElemType> >;
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
default.pass.cpp 46 template <class ElemType>
51 using U = std::unique_ptr<ElemType, void (*)(void*)>;
56 using Del = CDeleter<ElemType>;
57 using U1 = std::unique_ptr<ElemType, NonDefaultDeleter>;
58 using U2 = std::unique_ptr<ElemType, Del&>;
59 using U3 = std::unique_ptr<ElemType, Del const&>;
67 template <class ElemType>
71 using U1 = std::unique_ptr<ElemType>;
72 using U2 = std::unique_ptr<ElemType, Deleter<ElemType> >;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp 63 const Type *ElemType = Last->getType()->getArrayElementTypeNoTypeQual();
67 FlexSize = Ctx.getTypeSizeInChars(ElemType);
73 FlexSize = Ctx.getTypeSizeInChars(ElemType);
MallocSizeofChecker.cpp 166 QualType ElemType = AT->getElementType();
169 T = ElemType;
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.cpp 263 :SPIRVType(M, 4, OpTypeArray, TheId), ElemType(TheElemType),
271 ElemType->validate();
281 _SPIRV_IMP_ENCDEC3(SPIRVTypeArray, Id, ElemType, Length)
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
TestUtil.h 305 using ElemType = \
308 static_assert(sizeof(ElemType) == sizeof(Container), \
309 "Check ElemType definition."); \
310 const ElemType *const RhsPtr = \
311 reinterpret_cast<const ElemType *const>(&Rhs); \
312 const ElemType *const LhsPtr = \
313 reinterpret_cast<const ElemType *const>(&Lhs); \
314 ElemType Ret[N]; \
335 using ElemType = \
338 static_assert(sizeof(ElemType) == sizeof(Container),
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
TestUtil.h 417 using ElemType = \
420 static_assert(sizeof(ElemType) == sizeof(Container), \
421 "Check ElemType definition."); \
422 const ElemType *const RhsPtr = \
423 reinterpret_cast<const ElemType *const>(&Rhs); \
424 const ElemType *const LhsPtr = \
425 reinterpret_cast<const ElemType *const>(&Lhs); \
426 ElemType Ret[N]; \
447 using ElemType = \
450 static_assert(sizeof(ElemType) == sizeof(Container),
    [all...]
  /external/libchrome/base/
tuple.h 59 using ElemType = typename std::tuple_element<I, std::tuple<Ts...>>::type;
60 return std::forward<ElemType>(std::get<I>(t));
  /external/tensorflow/tensorflow/core/kernels/
tensor_array_ops.cc 334 key, tensor_array->ElemType(), *tensor_array_output_handle,
407 ctx, tensor_value->dtype() == tensor_array->ElemType(),
409 DataTypeString(tensor_array->ElemType()),
491 ctx, dtype_ == tensor_array->ElemType(),
493 "TensorArray dtype is ", DataTypeString(tensor_array->ElemType()),
577 ctx, dtype_ == tensor_array->ElemType(),
579 "TensorArray dtype is ", DataTypeString(tensor_array->ElemType()),
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp 573 Type *ElemType = GV->getType()->getElementType();
574 unsigned Alignment = getPrefTypeAlignment(ElemType);
579 Alignment = std::max(GVAlignment, getABITypeAlignment(ElemType));
586 if (getTypeSizeInBits(ElemType) > 128)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 62 int32_t ElemType;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
Wasm.h 53 int32_t ElemType;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
Wasm.h 53 int32_t ElemType;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
Wasm.h 53 int32_t ElemType;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
Wasm.h 53 int32_t ElemType;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
Wasm.h 53 int32_t ElemType;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
Wasm.h 53 int32_t ElemType;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 62 int32_t ElemType;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
Wasm.h 53 int32_t ElemType;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
Wasm.h 53 int32_t ElemType;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/
Wasm.h 53 int32_t ElemType;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/
Wasm.h 53 int32_t ElemType;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/BinaryFormat/
Wasm.h 53 int32_t ElemType;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/BinaryFormat/
Wasm.h 53 int32_t ElemType;
  /external/llvm/lib/IR/
DataLayout.cpp 761 Type *ElemType = GV->getValueType();
762 unsigned Alignment = getPrefTypeAlignment(ElemType);
767 Alignment = std::max(GVAlignment, getABITypeAlignment(ElemType));
774 if (getTypeSizeInBits(ElemType) > 128)

Completed in 1393 milliseconds

1 2 3