Searched refs:getKind (Results 1 – 4 of 4) sorted by relevance
300 std::string value = entry->cppValue(scalarType->getKind()); in emitTypeDeclarations()522 std::string value = entry->javaValue(scalarType->getKind()); in emitJavaTypeDeclarations()592 std::string value = entry->rawValue(scalarType->getKind()); in emitVtsTypeDeclarations()731 std::string value = entry->javaValue(scalarType->getKind()); in emitExportedHeader()760 std::string value = entry->cppValue(scalarType->getKind()); in emitExportedHeader()812 mValue = ConstantExpression::Zero(type->getKind()).release(); in autofill()817 mValue = prevReference->addOne(type->getKind()).release(); in autofill()
107 Kind getKind() const;
334 ScalarType::Kind ScalarType::getKind() const { in getKind() function in android::ScalarType
138 log.append("Kind: " + diagnostic.getKind() + "\n"); in compile()