Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/taihe/runtime/include/taihe/
Dobject.abi.h47 struct TypeInfo { struct
63 struct TypeInfo const *rtti_ptr; argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/checked/convert/
Dconvert.rb15 TypeInfo = Struct.new(:name, :value, :type, :unwrap, :wrap, keyword_init: true) do constant
/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dsignature_help.h46 struct TypeInfo { struct
52 TypeInfo(CandidateOrTypeKind kind, const ir::AstNode *symbol) : kind_(kind), symbol_(symbol) {} in TypeInfo() argument
71 TypeInfo() = default; argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencoder.md81 ### TypeInfo subsection
Dtype_info.h97 constexpr explicit TypeInfo(T /* unused */) in TypeInfo() function
127 constexpr explicit TypeInfo(TypeId type) : typeId_(type) {} in TypeInfo() function
/arkcompiler/runtime_core/common_interfaces/objects/
Dbase_state_word.h25 class TypeInfo; variable
/arkcompiler/runtime_core/compiler/tests/
Dencoder_operands.cpp31 TEST(Operands, TypeInfo) in TEST() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_gate_info.h24 enum class TypeInfo { enum