Home
last modified time | relevance | path

Searched defs:sort (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/verification/type/
Dtype_type_inl.h35 void Type::ForAllSupertypesOfSort(SortIdx sort, Handler &&handler) const in ForAllSupertypesOfSort()
52 void Type::ForAllSubtypesOfSort(SortIdx sort, Handler &&handler) const in ForAllSubtypesOfSort()
Dtype_info.h26 TypeInfo(SortIdx sort, const TypeParamsIdx &params) : Sort_(sort), ParamsIdx_(params) {} in TypeInfo()
27 TypeInfo(SortIdx sort, TypeParamsIdx &&params) : Sort_(sort), ParamsIdx_(std::move(params)) {} in TypeInfo()
Dtype_parametric.h33 ParametricType(TypeSystemKind kind, ThreadNum threadnum, SortIdx sort) in ParametricType()
Dsubtyping_closure.h47 void AddType(SortIdx sort, TypeNum type, size_t arity) in AddType()
Dtype_system.h126 SortIdx sort = ti.Sort(); in FindNumOrCreate() local
352 ParametricType Parametric(SortIdx sort) in Parametric()
/arkcompiler/runtime_core/verification/absint/tests/
Dreg_context_test.cpp33 SortNames sort {"Bot", "Top"}; in TEST_F() local
Dexec_context_test.cpp36 SortNames sort {"Bot", "Top"}; in TEST_F() local
/arkcompiler/runtime_core/verification/value/tests/
Dabstract_typed_value_test.cpp30 SortNames sort {"Bot", "Top"}; in TEST_F() local
/arkcompiler/runtime_core/scripts/
Dmemdump.py112 def sort(data): function