Searched defs:AttributeFactory (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DAttributeList.cpp35 if (IsAvailability) return AttributeFactory::AvailabilityAllocSize;
37 return AttributeFactory::TypeTagForDatatypeAllocSize;
39 return AttributeFactory::PropertyAllocSize;
43 AttributeFactory::AttributeFactory() { function in class:AttributeFactory
47 AttributeFactory::~AttributeFactory() {}
55 void *AttributeFactory::allocate(size_t size) {
66 return Alloc.Allocate(size, llvm::AlignOf<AttributeFactory>::Alignment);
69 void AttributeFactory
[all...]
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...

Completed in 285 milliseconds