HomeSort by relevance Sort by last modified time
    Searched refs:AllocType (Results 1 - 15 of 15) sorted by null

  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc_F.pass.cpp 26 template <class FuncType, class AllocType>
27 void test_FunctionObject(AllocType& alloc)
46 template <class FuncType, class AllocType>
47 void test_FreeFunction(AllocType& alloc)
63 template <class TargetType, class FuncType, class AllocType>
64 void test_MemFunClass(AllocType& alloc)
alloc_function.pass.cpp 27 template <class FuncType, class AllocType>
28 void test_FunctionObject(AllocType& alloc)
51 template <class FuncType, class AllocType>
52 void test_FreeFunction(AllocType& alloc)
73 template <class TargetType, class FuncType, class AllocType>
74 void test_MemFunClass(AllocType& alloc)
  /external/compiler-rt/lib/asan/
asan_allocator.h 26 enum AllocType {
161 AllocType alloc_type);
162 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type);
164 AllocType alloc_type);
asan_report.h 61 AllocType alloc_type,
62 AllocType dealloc_type);
asan_allocator.cc 324 AllocType alloc_type, bool can_fill) {
473 AllocType alloc_type) {
478 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type,
479 (AllocType)alloc_type);
513 AllocType alloc_type) {
704 AllocType alloc_type) {
708 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) {
713 AllocType alloc_type) {
asan_report.cc 835 AllocType alloc_type,
836 AllocType dealloc_type) {
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
cuda.hpp 356 enum AllocType { PAGE_LOCKED = 1, SHARED = 2, WRITE_COMBINED = 4 };
358 static MatAllocator* getAllocator(AllocType alloc_type = PAGE_LOCKED);
360 explicit HostMem(AllocType alloc_type = PAGE_LOCKED);
364 HostMem(int rows, int cols, int type, AllocType alloc_type = PAGE_LOCKED);
365 HostMem(Size size, int type, AllocType alloc_type = PAGE_LOCKED);
368 explicit HostMem(InputArray arr, AllocType alloc_type = PAGE_LOCKED);
425 AllocType alloc_type;
cuda.inl.hpp 385 HostMem::HostMem(AllocType alloc_type_)
399 HostMem::HostMem(int rows_, int cols_, int type_, AllocType alloc_type_)
407 HostMem::HostMem(Size size_, int type_, AllocType alloc_type_)
415 HostMem::HostMem(InputArray arr, AllocType alloc_type_)
  /frameworks/compile/libbcc/lib/Renderscript/
RSKernelExpand.cpp 165 bool isStepOptSupported(llvm::Type *AllocType) {
167 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType);
174 if (AllocType == VoidPtrTy) {
188 if (AllocType->getStructName().find("coerce") != llvm::StringRef::npos) {
195 if (AllocType == V2xi64Ty || AllocType == Int128Ty) {
212 llvm::Value *getStepValue(llvm::DataLayout *DL, llvm::Type *AllocType,
215 bccAssert(AllocType);
217 llvm::PointerType *PT = llvm::dyn_cast<llvm::PointerType>(AllocType);
218 if (isStepOptSupported(AllocType)) {
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/opencv3/modules/core/src/
cuda_host_mem.cpp 136 MatAllocator* cv::cuda::HostMem::getAllocator(AllocType alloc_type)
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 802 QualType AllocType, Address NewPtr) {
    [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 34 enum AllocType : uint8_t {
46 AllocType AllocTy;
101 static const AllocFnsTy *getAllocationData(const Value *V, AllocType AllocTy,
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 2917 milliseconds