Home
last modified time | relevance | path

Searched refs:topEDIType (Results 1 – 1 of 1) sorted by relevance

/minix3/minix/llvm/passes/magic/support/
H A DSmartType.cpp198 const EDIType *topEDIType = aEDIType.getTopStructType(index); in getTopStructType() local
199 assert((topType && topEDIType) || (!topType && !topEDIType)); in getTopStructType()
201 const SmartType* retSmartType = new SmartType(topType, topEDIType); in getTopStructType()