Home
last modified time | relevance | path

Searched refs:ArrayType (Results 1 – 19 of 19) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dgen_vulkan_test.go38 if areBaseTypesDeclared(cpp_types.ArrayType(foo_type, 1), declared_types) {
41 if areBaseTypesDeclared(cpp_types.ArrayType(bar_type, 1), declared_types) {
58 if !areBaseTypesDeclared(cpp_types.ArrayType(foo_type, 1), declared_types) {
61 if !areBaseTypesDeclared(cpp_types.ArrayType(bar_type, 1), declared_types) {
Dcpp_types_test.go136 const_pointer := ConstType(PointerType(ArrayType(IntType, 10)))
140 const_pointer = PointerType(ArrayType(ConstType(IntType), 10))
144 const_pointer = ConstType(PointerType(ArrayType(ConstType(IntType), 10)))
Dvulkan_xml.go1106 member_type = cpp_types.ArrayType(cpp_types.UInt8TType, 3)
1125 member_type = cpp_types.ArrayType(member_type, indexes[i])
Dcpp_types.go188 func ArrayType(elem_type Type, size uint) Type { func
Dgen_vulkan.go1038 …field_type = cpp_types.ArrayType(cpp_types.ConstType(field_type.Elem(cpp_types.FirstArch)), field_…
/frameworks/compile/libbcc/lib/
DRSGlobalInfoPass.cpp197 llvm::ArrayType *VoidPtrArrayTy = llvm::ArrayType::get(VoidPtrTy, in runOnModule()
200 llvm::ArrayType *SizeArrayTy = llvm::ArrayType::get(SizeTy, NumGlobals); in runOnModule()
203 llvm::ArrayType *Int32ArrayTy = llvm::ArrayType::get(Int32Ty, NumGlobals); in runOnModule()
DRSKernelExpand.cpp257 llvm::Type *Int8PtrArrayInputLimitTy = llvm::ArrayType::get(Int8PtrTy, RS_KERNEL_INPUT_LIMIT); in buildTypes()
259 llvm::Type *Int32ArrayInputLimitTy = llvm::ArrayType::get(Int32Ty, RS_KERNEL_INPUT_LIMIT); in buildTypes()
261 llvm::Type *Int32Array4Ty = llvm::ArrayType::get(Int32Ty, 4); in buildTypes()
/frameworks/base/tools/codegen/src/com/android/codegen/
DFieldInfo.kt9 import com.github.javaparser.ast.type.ArrayType in <lambda>()
102 is ArrayType -> listOf(fieldAst.elementType.asString()) in <lambda>()
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
DSourceTransformer.kt41 import com.github.javaparser.ast.type.ArrayType in <lambda>()
170 val nullArray = CastExpr(ArrayType(objectType), NullLiteralExpr()) in <lambda>()
/frameworks/compile/slang/
Dslang_rs_export_type.cpp1184 Elements.push_back(llvm::ArrayType::get(llvm::Type::getInt64Ty(C), 4)); in convertToLLVMType()
1188 Elements.push_back(llvm::ArrayType::get(llvm::Type::getInt32Ty(C), 1)); in convertToLLVMType()
1434 llvm::ArrayType *X = llvm::ArrayType::get(llvm::Type::getFloatTy(C), in convertToLLVMType()
1470 return llvm::ArrayType::get(mElementType->getLLVMType(), getNumElement()); in convertToLLVMType()
Dslang_backend.cpp537 clang::ArrayType::Normal, 0 /* IndexTypeQuals */); in PadStruct()
863 paddedFieldTypes.push_back(llvm::ArrayType::get(byteType, prePadding)); in PadHelperFunctionStruct()
882 paddedFieldTypes.push_back(llvm::ArrayType::get(byteType, tailPadding)); in PadHelperFunctionStruct()
Dslang_rs_foreach_lowering.cpp293 clang::ArrayType::ArraySizeModifier::Normal, in VisitCallExpr()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp116 ArrayType *AType = in TransferClausesToLandingPadInst()
117 ArrayType::get(!TyInfo.empty() ? TyInfo[0]->getType() : in TransferClausesToLandingPadInst()
1376 ResultTy = ArrayType::get(ResultTy, Record[0]); in ParseTypeTableBody()
1580 ResultTy = ArrayType::get(ResultTy, Record[0]); in ParseOldTypeTable()
2023 } else if (ArrayType *ATy = dyn_cast<ArrayType>(CurTy)) { in ParseConstants()
2042 ArrayType *ATy = cast<ArrayType>(CurTy); in ParseConstants()
2056 ArrayType *ATy = cast<ArrayType>(CurTy); in ParseConstants()
3371 !isa<ArrayType>(Val->getType())) && in ParseFunctionBody()
3374 isa<ArrayType>(Val->getType())) && in ParseFunctionBody()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1081 ResultTy = ArrayType::get(ResultTy, Record[0]); in ParseTypeTableBody()
1268 ResultTy = ArrayType::get(ResultTy, Record[0]); in ParseOldTypeTable()
1730 } else if (ArrayType *ATy = dyn_cast<ArrayType>(CurTy)) { in ParseConstants()
1749 ArrayType *ATy = cast<ArrayType>(CurTy); in ParseConstants()
1763 ArrayType *ATy = cast<ArrayType>(CurTy); in ParseConstants()
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dserialization.h608 template <typename ArrayType>
609 inline void SerializeArrayType(const ArrayType& value, std::size_t size,
965 template <typename ArrayType>
966 inline void SerializeArray(const ArrayType& v, MessageWriter* writer,
/frameworks/native/libs/vr/libpdx/
Dvariant_tests.cpp1110 using ArrayType = const float[3]; in TEST() typedef
1123 EXPECT_FALSE((detail::IsConstructible<bool, ArrayType>::value)); in TEST()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp316 ArrayType *AT = cast<ArrayType>(T); in WriteTypeTable()
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp316 ArrayType *AT = cast<ArrayType>(T); in WriteTypeTable()
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp318 ArrayType *AT = cast<ArrayType>(T); in WriteTypeTable()