Home
last modified time | relevance | path

Searched refs:IsUnionType (Results 1 – 5 of 5) sorted by relevance

/drivers/hdf_core/framework/tools/hdi-gen/ast/
Dast_union_type.h75 bool IsUnionType() override;
Dast_type.h116 virtual bool IsUnionType();
Dast_type.cpp113 bool ASTType::IsUnionType() in IsUnionType() function in OHOS::HDI::ASTType
Dast_union_type.cpp25 bool ASTUnionType::IsUnionType() in IsUnionType() function in OHOS::HDI::ASTUnionType
/drivers/hdf_core/framework/tools/hdi-gen/codegen/
Dc_service_stub_code_emitter.cpp433 if (type->IsStructType() || type->IsUnionType()) { in EmitOutVarMemInitialize()