Searched defs:eltType (Results 1 - 11 of 11) sorted by relevance

/external/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp74 QualType eltType = arrayType->getElementType();
75 auto eltSize = CGM.getContext().getTypeSizeInChars(eltType);
77 addTypedData(eltType, begin + i * eltSize);
82 auto eltType = complexType->getElementType(); local
83 auto eltSize = CGM.getContext().getTypeSizeInChars(eltType);
84 auto eltLLVMType = CGM.getTypes().ConvertType(eltType);
H A DCGExprComplex.cpp311 QualType eltType = complexType->castAs<ComplexType>()->getElementType(); local
312 CharUnits offset = getContext().getTypeSizeInChars(eltType);
H A DCodeGenFunction.cpp1464 QualType eltType; local
1466 std::tie(numElts, eltType) = getVLASize(vlaType);
1469 CharUnits eltSize = getContext().getTypeSizeInChars(eltType);
1581 QualType eltType; local
1592 eltType = arrayType->getElementType();
1608 eltType = arrayType->getElementType();
1609 arrayType = getContext().getAsArrayType(eltType);
1612 llvm::Type *baseType = ConvertType(eltType);
1621 baseType = eltType;
H A DCGExprScalar.cpp2009 QualType eltType; local
2011 std::tie(numElts, eltType) = CGF.getVLASize(VAT);
2016 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(eltType);
H A DCGExpr.cpp2835 QualType eltType; local
2837 eltType = vla->getElementType();
2838 } while ((vla = ctx.getAsVariableArrayType(eltType)));
2839 return eltType;
2844 QualType eltType, bool inbounds,
2855 if (auto vla = CGF.getContext().getAsVariableArrayType(eltType)) {
2856 eltType = getFixedSizeElementType(CGF.getContext(), vla);
2860 CharUnits eltSize = CGF.getContext().getTypeSizeInChars(eltType);
2842 emitArraySubscriptGEP(CodeGenFunction &CGF, Address addr, ArrayRef<llvm::Value*> indices, QualType eltType, bool inbounds, const llvm::Twine &name = �) argument
/external/annotation-tools/scene-lib/src/annotations/io/classfile/
H A DClassAnnotationSceneReader.java1033 String fieldName, AnnotationFieldType eltType) {
1032 ArrayAnnotationSceneReader(AnnotationSceneReader parent, String fieldName, AnnotationFieldType eltType) argument
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h201 for (auto eltType : coerceToType->elements()) {
202 if (isPaddingForCoerceAndExpand(eltType)) continue;
204 assert(unpaddedStruct->getElementType(unpaddedIndex) == eltType);
206 assert(unpaddedIndex == 0 && unpaddedCoerceToType == eltType);
225 static bool isPaddingForCoerceAndExpand(llvm::Type *eltType) { argument
226 if (eltType->isArrayTy()) {
227 assert(eltType->getArrayElementType()->isIntegerTy(8));
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
H A DPathProfiling.cpp1390 Type *eltType = ftArrayType->getTypeAtIndex((unsigned)0); local
1392 PointerType::getUnqual(eltType));
/external/clang/lib/Sema/
H A DSemaChecking.cpp3422 QualType eltType = LHSType->getAs<VectorType>()->getElementType(); local
3423 resType = Context.getVectorType(eltType, numResElements,
H A DSemaExpr.cpp5788 QualType &eltType) {
5792 eltType = vecType->getElementType();
5793 assert(eltType->isScalarType());
5802 eltType = type;
5787 breakDownVectorType(QualType type, uint64_t &len, QualType &eltType) argument
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 711 milliseconds