Searched refs:ASTIntegerType (Results 1 – 3 of 3) sorted by relevance
/drivers/hdf_core/framework/tools/hdi-gen/ast/ |
D | ast_integer_type.cpp | 13 bool ASTIntegerType::IsIntegerType() in IsIntegerType() 18 std::string ASTIntegerType::ToString() const in ToString() 23 TypeKind ASTIntegerType::GetTypeKind() in GetTypeKind() 28 std::string ASTIntegerType::EmitCType(TypeMode mode) const in EmitCType() 44 std::string ASTIntegerType::EmitCppType(TypeMode mode) const in EmitCppType() 60 std::string ASTIntegerType::EmitJavaType(TypeMode mode, bool isInnerType) const in EmitJavaType() 65 void ASTIntegerType::EmitCWriteVar(const std::string &parcelName, const std::string &name, const st… in EmitCWriteVar() 75 void ASTIntegerType::EmitCProxyReadVar(const std::string &parcelName, const std::string &name, bool… in EmitCProxyReadVar() 85 void ASTIntegerType::EmitCStubReadVar(const std::string &parcelName, const std::string &name, const… in EmitCStubReadVar() 95 void ASTIntegerType::EmitCppWriteVar(const std::string &parcelName, const std::string &name, String… in EmitCppWriteVar() [all …]
|
D | ast_integer_type.h | 16 class ASTIntegerType : public ASTType { 18 ASTIntegerType() : ASTType(TypeKind::TYPE_INT, true) {} in ASTIntegerType() function
|
D | ast.cpp | 21 {"int", new ASTIntegerType() },
|