Home
last modified time | relevance | path

Searched defs:aEDIType (Results 1 – 7 of 7) sorted by relevance

/minix/minix/llvm/passes/magic/support/
H A DSmartType.cpp27 SmartType::SmartType(TYPECONST Type *type, const EDIType *aEDIType, bool useExceptions, bool forceR… in SmartType()
35 const EDIType* aEDIType = explicitContainedEDITypes[i]; in ~SmartType() local
53 const EDIType* aEDIType = et.explicitContainedEDITypes[i]; in cloneFrom() local
432 void SmartType::init(TYPECONST Type *type, const EDIType *aEDIType, bool useExceptions, bool forceR… in init()
487 int SmartType::flattenFunctionArgs(TYPECONST Type *type, const EDIType *aEDIType, unsigned nextCont… in flattenFunctionArgs()
515 EDIType* aEDIType = explicitContainedEDITypes[explicitContainedEDITypes.size()-1]; in flattenFunctionArgs() local
555 bool SmartType::isRawTypeConsistent(TYPECONST Type *type, const EDIType *aEDIType) { in isRawTypeConsistent()
580 const EDIType *aEDIType = aSmartType->getEDIType(); in isTypeConsistent2() local
618 bool SmartType::isTypeConsistent2(TYPECONST Type *type, const EDIType *aEDIType) { in isTypeConsistent2()
644 bool SmartType::isTypeConsistent(TYPECONST Type *type, const EDIType *aEDIType, bool useBfas, int *… in isTypeConsistent()
H A DBitFieldAggregation.cpp74 bool BitFieldAggregation::getBitFieldAggregations(TYPECONST Type *type, const EDIType *aEDIType, st… in getBitFieldAggregations()
125 …itFieldAggregation::getBitFieldAggregation(TYPECONST Type *type, const EDIType *aEDIType, bool ret… in getBitFieldAggregation()
H A DTypeUtil.cpp190 const std::string TypeUtil::getDescription(const EDIType* aEDIType) { in getDescription()
205 const std::string TypeUtil::getDescription(TYPECONST Type* type, const EDIType* aEDIType, in getDescription()
H A DEDIType.cpp441 static EDIType aEDIType; in getStructEDITypeByName() local
/minix/minix/llvm/passes/include/magic/support/
H A DBitFieldAggregation.h94 inline bool BitFieldAggregation::hasBitFields(TYPECONST Type *type, const EDIType *aEDIType) { in hasBitFields()
107 inline bool BitFieldAggregation::isBitField(TYPECONST Type *type, const EDIType *aEDIType, unsigned… in isBitField()
H A DSmartType.h86 EDIType aEDIType; variable
H A DTypeInfo.h108 const EDIType* aEDIType = aSmartType->getEDIType(); in TypeInfo() local
138 const EDIType *aEDIType = aSmartType->getEDIType(); in TypeInfo() local