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

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp752 size_t AllocSize = ET->getAllocSize(); local
754 if (AllocSize > 0) {
756 << AllocSize << ");\n"; local
H A Dslang_rs_export_type.h590 size_t AllocSize)
595 mAllocSize(AllocSize) {
585 RSExportRecordType(RSContext *Context, const llvm::StringRef &Name, bool IsPacked, bool IsArtificial, size_t StoreSize, size_t AllocSize) argument
H A Dslang_rs_reflection.cpp1926 size_t AllocSize = ET->getAllocSize(); local
1927 if (AllocSize > 0)
1929 << AllocSize << ");\n"; local
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3089 Constant *AllocSize = ConstantExpr::getSizeOf(Ty->getElementType()); local
3090 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, Int32Ty);
3092 AllocSize, Size, nullptr);

Completed in 924 milliseconds