Home
last modified time | relevance | path

Searched defs:TypeInfo (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/verification/type/
Dtype_info.h26 TypeInfo(SortIdx sort, const TypeParamsIdx &params) : Sort_(sort), ParamsIdx_(params) {} in TypeInfo() function
27 TypeInfo(SortIdx sort, TypeParamsIdx &&params) : Sort_(sort), ParamsIdx_(std::move(params)) {} in TypeInfo() function
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dencoder.md81 ### TypeInfo subsection
Doperands.h124 constexpr explicit TypeInfo(T /* unused */) in TypeInfo() function
153 constexpr explicit TypeInfo(TypeId type) : type_id_(type) {} in TypeInfo() function
/arkcompiler/runtime_core/compiler/tests/
Dencoder_operands.cpp31 TEST(Operands, TypeInfo) in TEST() argument