Searched defs:elementType (Results 1 - 25 of 43) sorted by relevance

12

/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp91 bool requiresArrayCookie(const CXXDeleteExpr *expr, QualType elementType);
107 QualType elementType) {
110 return elementType.isDestructedType();
140 QualType elementType) {
144 CharUnits cookieSize = getArrayCookieSizeImpl(elementType);
106 requiresArrayCookie(const CXXDeleteExpr *expr, QualType elementType) argument
136 InitializeArrayCookie(CodeGenFunction &CGF, llvm::Value *newPtr, llvm::Value *numElements, const CXXNewExpr *expr, QualType elementType) argument
H A DCGCXXABI.cpp153 CharUnits CGCXXABI::getArrayCookieSizeImpl(QualType elementType) { argument
169 QualType elementType) {
175 return elementType.isDestructedType();
168 requiresArrayCookie(const CXXDeleteExpr *expr, QualType elementType) argument
H A DCGRecordLayoutBuilder.cpp984 const Type *elementType = T->getBaseElementTypeUnsafe(); local
986 if (const MemberPointerType *MPT = elementType->getAs<MemberPointerType>()) {
989 } else if (const RecordType *RT = elementType->getAs<RecordType>()) {
H A DCGDecl.cpp897 QualType elementType; local
898 llvm::tie(elementCount, elementType) = getVLASize(Ty);
900 llvm::Type *llvmTy = ConvertTypeForMem(elementType);
1395 QualType elementType,
1398 ElementType(elementType), Destroyer(destroyer) {}
1417 QualType elementType,
1420 ElementType(elementType), Destroyer(destroyer) {}
1434 /// \param elementType - the immediate element type of the array;
1436 /// \param array - a value of type elementType*
1442 QualType elementType,
1394 RegularPartialArrayDestroy(llvm::Value *arrayBegin, llvm::Value *arrayEnd, QualType elementType, CodeGenFunction::Destroyer *destroyer) argument
1415 IrregularPartialArrayDestroy(llvm::Value *arrayBegin, llvm::Value *arrayEndPointer, QualType elementType, CodeGenFunction::Destroyer *destroyer) argument
1440 pushIrregularPartialArrayCleanup(llvm::Value *arrayBegin, llvm::Value *arrayEndPointer, QualType elementType, Destroyer *destroyer) argument
1459 pushRegularPartialArrayCleanup(llvm::Value *arrayBegin, llvm::Value *arrayEnd, QualType elementType, Destroyer *destroyer) argument
[all...]
H A DCGExprAgg.cpp88 QualType elementType, InitListExpr *E);
383 QualType elementType, InitListExpr *E) {
389 // DestPtr is an array*. Construct an elementType* by drilling
399 QualType::DestructionKind dtorKind = elementType.isDestructedType();
411 CGF.pushIrregularPartialArrayCleanup(begin, endOfInit, elementType,
447 LValue elementLV = CGF.MakeAddrLValue(element, elementType);
467 CGF.getTypes().isZeroInitializable(elementType))) {
493 LValue elementLV = CGF.MakeAddrLValue(currentElement, elementType);
1013 QualType elementType =
1021 EmitArrayInit(Dest.getAddr(), AType, elementType,
382 EmitArrayInit(llvm::Value *DestPtr, llvm::ArrayType *AType, QualType elementType, InitListExpr *E) argument
[all...]
H A DCGExprCXX.cpp831 QualType elementType,
846 QualType::DestructionKind dtorKind = elementType.isDestructedType();
861 pushIrregularPartialArrayCleanup(beginPtr, endOfInit, elementType,
871 StoreAnyExprIntoOneUnit(*this, ILE->getInit(i), elementType, explicitPtr);
916 pushRegularPartialArrayCleanup(beginPtr, curPtr, elementType,
1511 QualType elementType) {
1515 CGF.CGM.getCXXABI().ReadArrayCookie(CGF, deletedPtr, E, elementType,
1524 numElements, elementType,
1528 if (QualType::DestructionKind dtorKind = elementType.isDestructedType()) {
1537 CGF.emitArrayDestroy(deletedPtr, arrayEnd, elementType,
830 EmitNewArrayInitializer(const CXXNewExpr *E, QualType elementType, llvm::Value *beginPtr, llvm::Value *numElements) argument
1508 EmitArrayDelete(CodeGenFunction &CGF, const CXXDeleteExpr *E, llvm::Value *deletedPtr, QualType elementType) argument
[all...]
H A DCodeGenFunction.cpp930 QualType elementType = arrayType->getElementType(); local
931 arrayType = getContext().getAsArrayType(elementType);
935 baseType = elementType;
1019 QualType elementType; local
1021 elementType = type->getElementType();
1032 } while ((type = getContext().getAsVariableArrayType(elementType)));
1034 return std::pair<llvm::Value*,QualType>(numElements, elementType);
H A DItaniumCXXABI.cpp113 CharUnits getArrayCookieSizeImpl(QualType elementType);
153 CharUnits getArrayCookieSizeImpl(QualType elementType);
799 CharUnits ItaniumCXXABI::getArrayCookieSizeImpl(QualType elementType) { argument
803 CGM.getContext().getTypeAlignInChars(elementType));
861 CharUnits ARMCXXABI::getArrayCookieSizeImpl(QualType elementType) { argument
H A DCGClass.cpp1112 QualType elementType; local
1114 emitArrayLength(arrayType, elementType, arrayBegin);
H A DCodeGenModule.cpp1455 QualType elementType = init->getInit(0)->getType(); local
1457 QualType arrayType = ctx.getConstantArrayType(elementType, numElements,
1494 QualType elementPtr = ctx.getPointerType(elementType.withConst());
1529 ctx.getTypeSizeInChars(elementType) * numInits,
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DSchema.java54 public void elementType(String name, int model, int memberOf, int flags) { method in class:Schema
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp203 // ElementRegion (with elementType == PointeeTy) directly on top of
300 SVal StoreManager::getLValueElement(QualType elementType, NonLoc Offset, argument
328 return loc::MemRegionVal(MRMgr.getElementRegion(elementType, Offset,
346 return loc::MemRegionVal(MRMgr.getElementRegion(elementType, Offset,
360 return loc::MemRegionVal(MRMgr.getElementRegion(elementType, NewIdx, ArrayR,
H A DSimpleSValBuilder.cpp910 QualType elementType; local
917 elementType = elemReg->getElementType();
923 elementType = resultTy->getPointeeType();
927 return loc::MemRegionVal(MemMgr.getElementRegion(elementType, *indexV,
H A DMemRegion.cpp825 MemRegionManager::getElementRegion(QualType elementType, NonLoc Idx, argument
829 QualType T = Ctx.getCanonicalType(elementType).getUnqualifiedType();
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java421 public static String getArrayType(String elementType) { argument
422 if (elementType.charAt(0) == '[')
423 return "[" + elementType;
425 return "[L" + elementType.replace('.', '/') + ";";
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DSafeArrayList.java87 private Class<E> elementType; field in class:SafeArrayList
92 public SafeArrayList(Class<E> elementType) { argument
93 this.elementType = elementType;
96 public SafeArrayList(Class<E> elementType, Collection<? extends E> c) { argument
97 this.elementType = elementType;
106 return createArray(elementType, size);
/external/guava/guava/src/com/google/common/collect/
H A DSets.java123 Class<E> elementType) {
128 * type. This means that, when iterable is null but elementType is not,
134 * elementType, the problem argument, is harmful, while checking iterable,
138 EnumSet<E> set = EnumSet.noneOf(elementType);
122 newEnumSet(Iterable<E> iterable, Class<E> elementType) argument
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSets.java120 Class<E> elementType) {
125 * type. This means that, when iterable is null but elementType is not,
131 * elementType, the problem argument, is harmful, while checking iterable,
135 EnumSet<E> set = EnumSet.noneOf(elementType);
119 newEnumSet(Iterable<E> iterable, Class<E> elementType) argument
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
H A DSDL_sysjoystick.c287 long elementType, usagePage, usage; local
293 if ((refElementType) && (CFNumberGetValue (refElementType, kCFNumberLongType, &elementType)))
296 if ((elementType == kIOHIDElementTypeInput_Misc) || (elementType == kIOHIDElementTypeInput_Button) ||
297 (elementType == kIOHIDElementTypeInput_Axis))
348 else if (kIOHIDElementTypeCollection == elementType)
/external/skia/src/animator/
H A DSkDisplayable.cpp100 SkDisplayTypes elementType; local
103 elementType = dispArray->values.getType();
105 elementType = info->arrayType();
106 size_t elementSize = SkMemberInfo::GetSize(elementType);
190 SkDisplayTypes elementType; local
193 elementType = dispArray->values.getType();
195 elementType = info->arrayType();
200 switch (elementType) {
/external/icu4c/test/intltest/
H A Drestsnew.cpp965 UResType elementType=tagelement.getType(); local
966 CONFIRM_EQ(elementType, (int32_t)URES_STRING);
/external/llvm/lib/VMCore/
H A DType.cpp704 ArrayType *ArrayType::get(Type *elementType, uint64_t NumElements) { argument
705 Type *ElementType = const_cast<Type*>(elementType);
731 VectorType *VectorType::get(Type *elementType, unsigned NumElements) { argument
732 Type *ElementType = const_cast<Type*>(elementType);
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DParseHelper.cpp1095 TType elementType = *type; local
1097 elementType.clearArrayness();
1113 newNode = constructStruct(node, &elementType, 1, node->getLine(), false);
1144 newNode = constructStruct(*p, &elementType, paramCount+1, node->getLine(), true);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h980 ElementRegion(QualType elementType, NonLoc Idx, const MemRegion* sReg) argument
982 ElementType(elementType), Index(Idx) {
988 static void ProfileRegion(llvm::FoldingSetNodeID& ID, QualType elementType,
1174 const ElementRegion *getElementRegion(QualType elementType, NonLoc Idx,

Completed in 701 milliseconds

12