Home
last modified time | relevance | path

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

/system/tools/hidl/
DEnumType.cpp28 EnumType::EnumType(const char* localName, const Location& location, Type* storageType, in EnumType() argument
30 : Scope(localName, location, parent), mValues(), mStorageType(storageType) { in EnumType()
35 const Type *EnumType::storageType() const { in storageType() function in android::EnumType
156 const std::string storageType = scalarType->getCppStackType(); in emitTypeDeclarations() local
161 << storageType in emitTypeDeclarations()
204 const std::string storageType = scalarType->getCppStackType(); in emitEnumBitwiseOperator() local
207 << storageType in emitEnumBitwiseOperator()
211 << (lhsIsEnum ? fullName() : storageType) in emitEnumBitwiseOperator()
213 << (rhsIsEnum ? fullName() : storageType) in emitEnumBitwiseOperator()
218 << storageType in emitEnumBitwiseOperator()
[all …]
DEnumType.h32 EnumType(const char* localName, const Location& location, Type* storageType, Scope* parent);
34 const Type *storageType() const;