Searched defs:AllocType (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/external/bsd/gnu-efi/dist/apps/ |
H A D | AllocPages.c | 118 INTN AllocType = -1; in efi_main() local
|
/netbsd-src/sys/external/bsd/acpica/dist/utilities/ |
H A D | uttrack.c | 407 UINT8 AllocType, in AcpiUtTrackAllocation()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_allocator.h | 24 enum AllocType { enum
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_allocator.h | 26 enum AllocType { enum
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_allocator.h | 26 enum AllocType { enum
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 954 QualType AllocType, Address NewPtr, in StoreAnyExprIntoOneUnit() 1074 QualType AllocType = E->getAllocatedType(); in EmitNewArrayInitializer() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1676 static bool hasNewExtendedAlignment(Sema &S, QualType AllocType) { in hasNewExtendedAlignment() 1828 QualType AllocType = TInfo->getType(); in ActOnCXXNew() local 1899 QualType AllocType, in BuildCXXNew() 2370 bool Sema::CheckAllocatedType(QualType AllocType, SourceLocation Loc, in CheckAllocatedType() 2557 QualType AllocType, bool IsArray, in FindAllocationFunctions()
|
H A D | TreeTransform.h | 11788 QualType AllocType = AllocTypeInfo->getType(); in TransformCXXNewExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | MemoryBuiltins.cpp | 52 enum AllocType : uint8_t { enum
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 3396 QualType AllocType = QualType()) { in expandStringLiteral() 6623 QualType AllocType = Info.Ctx.getConstantArrayType(ElemType, Size, nullptr, in HandleOperatorNewCall() local 6672 QualType AllocType = Pointer.Base.getDynamicAllocType(); in CheckDeleteKind() local 9375 QualType AllocType = E->getAllocatedType(); in VisitCXXNewExpr() local 9462 QualType AllocType; in VisitCXXNewExpr() member 10390 QualType AllocType = QualType()) { in VisitStringLiteral() 10406 QualType AllocType) { in EvaluateArrayNewInitList() 10417 QualType AllocType) { in EvaluateArrayNewConstructExpr() 10442 QualType AllocType) { in VisitInitListExpr() 14440 QualType AllocType = Pointer.Base.getDynamicAllocType(); in VisitCXXDeleteExpr() local
|