/aosp_15_r20/external/dokka/core/src/main/kotlin/Languages/ |
H A D | JavaLanguageService.kt | 54 …fun getArrayElementType(node: DocumentationNode): DocumentationNode? = when (node.qualifiedName())… in <lambda>() method 56 … node.details(NodeKind.Type).singleOrNull()?.let { et -> getArrayElementType(et) ?: et } ?: in <lambda>()
|
H A D | NewJavaLanguageService.kt | 52 …fun getArrayElementType(node: DocumentationNode): DocumentationNode? = when (node.qualifiedName())… in <lambda>() method in org.jetbrains.dokka.NewJavaLanguageService 54 node.details(NodeKind.Type).singleOrNull()?.let { et -> getArrayElementType(et) ?: et } in <lambda>()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/Utils/ |
H A D | WebAssemblyTypeUtilities.cpp | 187 WebAssembly::isRefType(GlobalVT->getArrayElementType())) { in wasmSymbolSetType() 189 const Type *ElTy = GlobalVT->getArrayElementType(); in wasmSymbolSetType()
|
/aosp_15_r20/external/dokka/core/src/main/kotlin/javadoc/ |
H A D | docbase.kt | 173 …override fun qualifiedTypeName(): String = javaLanguageService.getArrayElementType(node)?.qualifie… in qualifiedTypeName() 174 …override fun typeName(): String = javaLanguageService.getArrayElementType(node)?.simpleName() ?: n… in qualifiedTypeName() 197 …if (node.details(NodeKind.Type).isNotEmpty() && javaLanguageService.getArrayElementType(node) == n… in asTypeVariable() 204 …override fun getElementType(): Type? = javaLanguageService.getArrayElementType(node)?.let { et -> … in asTypeVariable()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | Type.h | 404 Type *getArrayElementType() const { in getArrayElementType() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | Type.h | 404 Type *getArrayElementType() const { in getArrayElementType() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | Type.h | 404 Type *getArrayElementType() const { in getArrayElementType() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | Type.h | 404 Type *getArrayElementType() const { in getArrayElementType() function
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | Type.h | 345 Type *getArrayElementType() const { return getSequentialElementType(); } in getArrayElementType() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | Type.h | 397 Type *getArrayElementType() const { in getArrayElementType() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | Type.h | 347 Type *getArrayElementType() const { in getArrayElementType() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Type.h | 368 Type *getArrayElementType() const { in getArrayElementType() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64PromoteConstant.cpp | 249 return isConstantUsingVectorTy(CstTy->getArrayElementType()); in isConstantUsingVectorTy()
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/ |
H A D | AArch64PromoteConstant.cpp | 241 return isConstantUsingVectorTy(CstTy->getArrayElementType()); in isConstantUsingVectorTy()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
H A D | AArch64PromoteConstant.cpp | 249 return isConstantUsingVectorTy(CstTy->getArrayElementType()); in isConstantUsingVectorTy()
|
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/binary/ |
H A D | KSAnnotationDescriptorImpl.kt | 266 val elementType = expectedType.builtIns.getArrayElementType(expectedType) in ValueParameterDescriptor()
|
/aosp_15_r20/external/clang/include/clang/CodeGen/ |
H A D | CGFunctionInfo.h | 227 assert(eltType->getArrayElementType()->isIntegerTy(8)); in isPaddingForCoerceAndExpand()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMCallLowering.cpp | 59 return isSupportedType(DL, TLI, T->getArrayElementType()); in isSupportedType()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 288 assert(eltType->getArrayElementType()->isIntegerTy(8)); in isPaddingForCoerceAndExpand()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 288 assert(eltType->getArrayElementType()->isIntegerTy(8)); in isPaddingForCoerceAndExpand()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 288 assert(eltType->getArrayElementType()->isIntegerTy(8)); in isPaddingForCoerceAndExpand()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 288 assert(eltType->getArrayElementType()->isIntegerTy(8)); in isPaddingForCoerceAndExpand()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMCallLowering.cpp | 58 return isSupportedType(DL, TLI, T->getArrayElementType()); in isSupportedType()
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 344 return VectorType::get(ArrayTy->getArrayElementType(), in arrayTypeToVecType()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 2083 DL.getTypeAllocSize(StrippedPtrEltTy->getArrayElementType()) == in visitGetElementPtrInst() 2147 DL.getTypeAllocSize(StrippedPtrEltTy->getArrayElementType()); in visitGetElementPtrInst() 2206 return ArrTy->getArrayElementType() == VecTy->getVectorElementType() && in visitGetElementPtrInst()
|