Searched defs:AllocSize (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp701 size_t AllocSize = ET->getAllocSize(); local
703 if (AllocSize > 0) {
705 << AllocSize << ");\n"; local
H A Dslang_rs_export_type.h556 size_t AllocSize)
561 mAllocSize(AllocSize) {
551 RSExportRecordType(RSContext *Context, const llvm::StringRef &Name, bool IsPacked, bool IsArtificial, size_t StoreSize, size_t AllocSize) argument
H A Dslang_rs_reflection.cpp1209 size_t AllocSize = ET->getAllocSize(); local
1210 if (AllocSize > 0)
1212 << AllocSize << ");\n"; local
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2704 Constant *AllocSize = ConstantExpr::getSizeOf(Ty->getElementType()); local
2705 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, Int32Ty);
2707 AllocSize, Size, NULL);

Completed in 86 milliseconds