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

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp698 size_t AllocSize = ET->getAllocSize(); local
700 if (AllocSize > 0) {
702 << 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.cpp1223 size_t AllocSize = ET->getAllocSize(); local
1224 if (AllocSize > 0)
1226 << AllocSize << ");\n"; local
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3093 Constant *AllocSize = ConstantExpr::getSizeOf(Ty->getElementType()); local
3094 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, Int32Ty);
3096 AllocSize, Size, nullptr);

Completed in 1551 milliseconds