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

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp754 size_t AllocSize = ET->getAllocSize(); local
756 if (AllocSize > 0) {
758 << AllocSize << ");\n"; local
H A Dslang_rs_export_type.h649 size_t AllocSize)
654 mAllocSize(AllocSize) {
643 RSExportRecordType(RSContext *Context, const llvm::StringRef &Name, clang::SourceLocation Loc, bool IsPacked, bool IsArtificial, size_t StoreSize, size_t AllocSize) argument
H A Dslang_rs_reflection.cpp2137 size_t AllocSize = ET->getAllocSize(); local
2138 slangAssert(!AllocSize32.first || ((AllocSize == 0) == (AllocSize32.second == 0)));
2139 if (AllocSize > 0) {
2142 genConditionalVal("", false, AllocSize, AllocSize32);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3101 Constant *AllocSize = ConstantExpr::getSizeOf(Ty->getElementType()); local
3102 AllocSize = ConstantExpr::getTruncOrBitCast(AllocSize, Int32Ty);
3104 AllocSize, Size, nullptr);

Completed in 137 milliseconds