Searched defs:ElementType (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp216 const clang::Type *ElementType = GetConstantArrayElementType(CAT); local
217 if (ElementType->isArrayType()) {
221 } else if (ElementType->isExtVectorType()) {
223 static_cast<const clang::ExtVectorType*>(ElementType);
240 if (TypeExportableHelper(ElementType, SPS, Context, VD,
400 const clang::Type *ElementType = GetExtVectorElementType(EVT); local
402 if ((ElementType->getTypeClass() != clang::Type::Builtin) ||
403 (TypeExportableHelper(ElementType, SPS, Context, VD,
641 const clang::Type *ElementType = GetExtVectorElementType(EVT); local
652 return ValidateTypeHelper(Context, C, ElementType, N
658 const clang::Type *ElementType = GetConstantArrayElementType(CAT); local
1298 const clang::Type *ElementType = GetExtVectorElementType(EVT); local
1330 const clang::Type *ElementType = GetExtVectorElementType(EVT); local
1344 llvm::Type *ElementType = RSExportPrimitiveType::convertToLLVMType(); local
1389 const clang::Type *ElementType = GetConstantArrayElementType(CAT); local
1451 const clang::Type *ElementType = GetConstantArrayElementType(CAT); local
[all...]
H A Dslang_rs_export_type.h565 const RSExportType *ElementType,
568 mElementType(ElementType),
564 RSExportConstantArrayType(RSContext *Context, const RSExportType *ElementType, unsigned NumElement) argument
H A Dslang_rs_reflection.cpp2064 const RSExportType *ElementType = ECAT->getElementType(); local
2066 mOut.indent() << VarName << " = new " << GetTypeName(ElementType) << "["
2070 if (ElementType->getClass() != RSExportType::ExportClassPrimitive) {
2077 genAllocateVarOfType(ElementType, ElementVarName);
2530 const RSExportType *ElementType = ECAT->getElementType(); local
2531 if (ElementType->getClass() != RSExportType::ExportClassRecord) {
2537 *mOut << ElementType->getElementName() << ".createElement(" << mRenderScriptVar << ")";
/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp667 llvm::Type *ElementType = PtrType->getElementType(); local
668 InStructTempSlots.push_back(Builder.CreateAlloca(ElementType, nullptr,
1266 llvm::Type *ElementType = AccumulatorArg_in->getType()->getPointerElementType(); local
1267 llvm::Value *TempMem = Builder.CreateAlloca(ElementType, nullptr, "caller_copy");
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...

Completed in 165 milliseconds