Home
last modified time | relevance | path

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

/aosp12/system/tools/hidl/lint/lints/
H A Dsafeunion.cpp46 if (!nextType->isCompoundType()) { in lintUnionRecursively()
66 if (!nextRef->get()->isCompoundType()) continue; in lintUnionRecursively()
88 if (!type->isCompoundType()) return OK; in lintUnionRecursively()
H A DemptyStructs.cpp34 if (!type->isCompoundType()) return OK; in checkSmallStructs()
H A DnamingConventions.cpp63 if (namedType->isCompoundType()) { in namingConventions()
/aosp12/system/tools/hidl/
H A DVectorType.cpp47 if (elementType->isCompoundType()) { in isCompatibleElementType()
361 if (mElementType->isCompoundType()) { in emitJavaReaderWriter()
H A DCompoundType.h44 bool isCompoundType() const override;
H A DCompoundType.cpp133 bool CompoundType::isCompoundType() const { in isCompoundType() function in android::CompoundType
206 if (field->type().isCompoundType()) { in containsInterface()
629 CHECK(ref.get()->isCompoundType()); in emitFieldHidlDefinition()
645 CHECK(type->isCompoundType()) << " only compound types can be defined inline"; in emitInlineHidlDefinition()
H A DType.h46 virtual bool isCompoundType() const;
H A DArrayType.cpp406 if (isReader && mElementType->isCompoundType()) { in emitJavaFieldReaderWriter()
H A Dhidl-gen_y.yy932 CHECK((*scope)->isCompoundType());
965 CHECK((*scope)->isCompoundType());
983 CHECK((*scope)->isCompoundType());
H A DType.cpp77 bool Type::isCompoundType() const { in isCompoundType() function in android::Type
/aosp12/system/tools/hidl/hidl2aidl/
H A DAidlNamedType.cpp115 } else if (namedType.isCompoundType()) { in emitAidl()
H A DAidlHelper.cpp133 } else if (type.isCompoundType()) { in emitFileHeader()
H A Dmain.cpp441 if (namedType->isCompoundType()) { in main()
H A DAidlTranslate.cpp458 CHECK(type->isCompoundType()) << "Unexpected type: " << type->fqName().string(); in emitTranslateSource()