HomeSort by: relevance | last modified time | path
    Searched defs:AllocType (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/apps/
AllocPages.c 118 INTN AllocType = -1;
151 AllocType = xtoi(argv[1]);
156 if ( (AllocType < 0) || (AllocType > 2)) {
157 Print(L"Invalid AllocType\n");
176 Print(L"AllocatPage(%d,%d,%d,%lx)\n", AllocType, MemType, NumPages, Addr);
178 efi_status = uefi_call_wrapper(BS->AllocatePages, 4, AllocType, MemType, NumPages, &Addr);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.h 26 enum AllocType {
69 AllocType GetAllocType() const;
221 AllocType alloc_type);
222 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type);
224 BufferedStackTrace *stack, AllocType alloc_type);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.h 26 enum AllocType {
67 AllocType GetAllocType() const;
207 AllocType alloc_type);
208 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type);
210 BufferedStackTrace *stack, AllocType alloc_type);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp 954 QualType AllocType, Address NewPtr,
957 switch (CGF.getEvaluationKind(AllocType)) {
960 CGF.MakeAddrLValue(NewPtr, AllocType), false);
963 CGF.EmitComplexExprIntoLValue(Init, CGF.MakeAddrLValue(NewPtr, AllocType),
968 = AggValueSlot::forAddr(NewPtr, AllocType.getQualifiers(),
1074 QualType AllocType = E->getAllocatedType();
1076 AllocType->getAsArrayTypeUnsafe())) {
1077 ElementTy = ConvertTypeForMem(AllocType);
1556 QualType allocType = getContext().getBaseElementType(E->getAllocatedType());
1578 CharUnits allocAlign = getContext().getPreferredTypeAlignInChars(allocType);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 11788 QualType AllocType = AllocTypeInfo->getType();
11795 const ArrayType *ArrayT = SemaRef.Context.getAsArrayType(AllocType);
11803 AllocType = ConsArrayT->getElementType();
11808 AllocType = DepArrayT->getElementType();
11816 /*FIXME:*/ E->getBeginLoc(), E->getTypeIdParens(), AllocType,

Completed in 50 milliseconds