Home
last modified time | relevance | path

Searched refs:NormalizeType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/
Dplugins.h39 virtual Type NormalizeType(Type type, TypeSystem *types) const = 0;
Ddefault_plugin.h56 Type NormalizeType(Type type, TypeSystem *types) const override;
Ddefault_plugin.cpp40 Type DefaultPlugin::NormalizeType(Type type, TypeSystem *types) const in NormalizeType() function in ark::verifier::plugin::DefaultPlugin
/arkcompiler/runtime_core/static_core/plugins/ets/verification/
Dets_plugin.h51 Type NormalizeType(Type type, TypeSystem *types) const override;
Dets_plugin.cpp48 Type EtsPlugin::NormalizeType(Type type, TypeSystem *types) const in NormalizeType() function in ark::verifier::plugin::EtsPlugin
/arkcompiler/runtime_core/static_core/verification/type/
Dtype_system.cpp114 Type result = plugin_->NormalizeType(type, this); in NormalizedTypeOf()