Searched refs:numContainedTypes (Results 1 – 7 of 7) sorted by relevance
64 unsigned numContainedTypes = aDIArray.getNumElements(); in getContainedType() local65 assert(i < numContainedTypes); in getContainedType()113 unsigned numContainedTypes = getNumContainedTypes(); in hasInnerPointers() local114 if(numContainedTypes == 0) { in hasInnerPointers()123 for(unsigned i=0;i<numContainedTypes;i++) { in hasInnerPointers()192 unsigned numContainedTypes = getNumContainedTypes(); in getTopStructType() local193 for(unsigned i=0;i<numContainedTypes;i++) { in getTopStructType()225 unsigned numContainedTypes = getNumContainedTypes(); in printDescription() local226 if(numContainedTypes == 0) { in printDescription()278 unsigned numContainedTypes = getNumContainedTypes(); in printDescription() local[all …]
38 unsigned numContainedTypes = type->getNumContainedTypes(); in lookupTopStructType() local39 for(unsigned i=0;i<numContainedTypes;i++) { in lookupTopStructType()128 unsigned numContainedTypes = type->getNumContainedTypes(); in hasInnerPointers() local129 if(numContainedTypes == 0) { in hasInnerPointers()137 for(unsigned i=0;i<numContainedTypes;i++) { in hasInnerPointers()288 unsigned numContainedTypes = type->getNumContainedTypes(); in printTypeString() local289 if(numContainedTypes == 0) { in printTypeString()343 unsigned numContainedTypes = type->getNumContainedTypes(); in printTypeString() local346 for(unsigned i=0;i<numContainedTypes;i++) { in printTypeString()356 counter += 18 + 2*numContainedTypes; in printTypeString()[all …]
98 unsigned numContainedTypes = type->getNumContainedTypes(); in getNumContainedTypes() local116 if(numContainedTypes == numContainedEDITypes+1 && isPaddedTy()) { in getNumContainedTypes()117 numContainedTypes--; in getNumContainedTypes()119 if(numContainedTypes != numContainedEDITypes) { in getNumContainedTypes()121 numContainedTypes = 1; in getNumContainedTypes()124 SmartType_assert(numContainedTypes == numContainedEDITypes); in getNumContainedTypes()125 return numContainedTypes; in getNumContainedTypes()247 unsigned numContainedTypes = getNumContainedTypes(); in equals() local249 if(numContainedTypes != otherNumContainedTypes) { in equals()281 if(numContainedTypes == 0) { in equals()[all …]
98 unsigned numContainedTypes = aEDIType->getNumContainedTypes(); in hasBitFields() local99 for(unsigned i=0;i<numContainedTypes;i++) { in hasBitFields()
109 unsigned numContainedTypes = aSmartType->getNumContainedTypes(); in TypeInfo() local112 assert(numContainedTypes == 1); in TypeInfo()120 for(;i<numContainedTypes;i++) { in TypeInfo()
993 unsigned numContainedTypes = type->getNumContainedTypes(); in getTypeHash() local1014 if(numContainedTypes == 0) { in getTypeHash()1019 hash = (13*hash) ^ numContainedTypes; in getTypeHash()1020 for(unsigned i=0;i<numContainedTypes;i++) { in getTypeHash()
2276 unsigned numContainedTypes = aSmartType ? aSmartType->getNumContainedTypes() : 0; in fillTypeInfos() local2282 for(unsigned i=0;i<numContainedTypes;i++) { in fillTypeInfos()2456 unsigned numContainedTypes = aTypeInfo->getNumContainedTypes(); in printInterestingTypes() local2459 for(unsigned i=0;i<numContainedTypes;i++) { in printInterestingTypes()2477 unsigned numContainedTypes = aTypeInfo->getNumContainedTypes(); in getMaxRecursiveSequenceLength() local2481 for(unsigned i=0;i<numContainedTypes;i++) { in getMaxRecursiveSequenceLength()2506 unsigned numContainedTypes = type->getNumContainedTypes(); in isCompatibleMagicMemFuncType() local2508 if(numContainedTypes > numContainedMagicTypes) { in isCompatibleMagicMemFuncType()2511 for(unsigned i=0;i<numContainedTypes-1;i++) { in isCompatibleMagicMemFuncType()2512 TYPECONST Type* cType = type->getContainedType(numContainedTypes-1-i); in isCompatibleMagicMemFuncType()