Searched refs:scalarType (Results 1 – 2 of 2) sorted by relevance
230 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitReaderWriter() local231 CHECK(scalarType != nullptr); in emitReaderWriter()233 scalarType->emitReaderWriterWithCast( in emitReaderWriter()281 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitTypeDeclarations() local282 CHECK(scalarType != nullptr); in emitTypeDeclarations()284 const std::string storageType = scalarType->getCppStackType(); in emitTypeDeclarations()300 std::string value = entry->cppValue(scalarType->getKind()); in emitTypeDeclarations()311 const ScalarType* scalarType = mStorageType->resolveToScalarType(); in emitTypeForwardDeclaration() local312 const std::string storageType = scalarType->getCppStackType(); in emitTypeForwardDeclaration()348 const ScalarType *scalarType = mStorageType->resolveToScalarType(); in emitEnumBitwiseOperator() local[all …]
330 const ScalarType *scalarType = resolveToScalarType(); in isValidEnumStorageType() local332 if (scalarType == nullptr) { in isValidEnumStorageType()336 return scalarType->isValidEnumStorageType(); in isValidEnumStorageType()