Home
last modified time | relevance | path

Searched defs:unionType (Results 1 – 3 of 3) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dcpp_custom_types_code_emitter.cpp173 AutoPtr<ASTUnionType> unionType = dynamic_cast<ASTUnionType *>(type.Get()); in EmitCustomTypeDecl() local
Dc_custom_types_code_emitter.cpp161 AutoPtr<ASTUnionType> unionType = dynamic_cast<ASTUnionType *>(type.Get()); in EmitCustomTypeDecl() local
/drivers/hdf_core/framework/tools/hdi-gen/parser/
Dparser.cpp1226 AutoPtr<ASTUnionType> unionType = new ASTUnionType; in ParseUnionDeclaration() local
1265 void Parser::ParseUnionMember(const AutoPtr<ASTUnionType> &unionType) in ParseUnionMember()
1306const AutoPtr<ASTUnionType> &unionType, const AutoPtr<ASTType> &type, const std::string &name) con… in AddUnionMember() argument