Searched refs:STYLE_STRUCT (Results 1 – 5 of 5) sorted by relevance
84 case STYLE_STRUCT: { in typeName()117 case STYLE_STRUCT: in getVtsType()171 if (mStyle != STYLE_STRUCT || !needsEmbeddedReadWrite()) { in emitReaderWriter()351 out << ((mStyle == STYLE_STRUCT) ? "struct" : "union") in emitTypeDeclarations()402 if (mStyle == STYLE_STRUCT) { in emitTypeDeclarations()952 if (mStyle != STYLE_STRUCT) { in needsEmbeddedReadWrite()966 if (mStyle != STYLE_STRUCT) { in needsResolveReferences()990 case STYLE_STRUCT: in emitVtsTypeDeclarations()1013 case STYLE_STRUCT: in emitVtsTypeDeclarations()1044 if (mStyle != STYLE_STRUCT || !Scope::isJavaCompatible()) { in isJavaCompatible()[all …]
56 && static_cast<CompoundType *>(elementType)->style() == CompoundType::STYLE_STRUCT) { in isCompatibleElementType()
31 STYLE_STRUCT, enumerator
826 : STRUCT { $$ = CompoundType::STYLE_STRUCT; }884 static_cast<CompoundType *>(*scope)->style() == CompoundType::STYLE_STRUCT &&896 static_cast<CompoundType *>(*scope)->style() == CompoundType::STYLE_STRUCT &&
49 && static_cast<CompoundType *>(elementType)->style() == CompoundType::STYLE_STRUCT) { in isCompatibleElementType()