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

  /external/compiler-rt/lib/asan/
asan_report.h 39 AllocType alloc_type,
40 AllocType dealloc_type);
asan_allocator.h 24 enum AllocType {
106 AllocType alloc_type);
107 void asan_free(void *ptr, StackTrace *stack, AllocType alloc_type);
asan_allocator2.cc 314 AllocType alloc_type, bool can_fill) {
456 StackTrace *stack, AllocType alloc_type) {
461 (AllocType)m->alloc_type, (AllocType)alloc_type);
497 static void Deallocate(void *ptr, StackTrace *stack, AllocType alloc_type) {
624 AllocType alloc_type) {
629 void asan_free(void *ptr, StackTrace *stack, AllocType alloc_type) {
asan_report.cc 570 AllocType alloc_type,
571 AllocType dealloc_type) {
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 33 enum AllocType {
44 AllocType AllocTy;
91 static const AllocFnsTy *getAllocationData(const Value *V, AllocType AllocTy,
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 812 QualType AllocType, llvm::Value *NewPtr) {
814 CharUnits Alignment = CGF.getContext().getTypeAlignInChars(AllocType);
815 switch (CGF.getEvaluationKind(AllocType)) {
817 CGF.EmitScalarInit(Init, 0, CGF.MakeAddrLValue(NewPtr, AllocType,
822 CGF.EmitComplexExprIntoLValue(Init, CGF.MakeAddrLValue(NewPtr, AllocType,
828 = AggValueSlot::forAddr(NewPtr, Alignment, AllocType.getQualifiers(),
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 1581 milliseconds