Home
last modified time | relevance | path

Searched defs:types (Results 1 – 25 of 28) sorted by relevance

12

/arkcompiler/runtime_core/docs/bc_verification/
Dtypes_n_values.md89 ### Primitive types
91 #### Integral types
99 #### Floating point types
101 #### Arrays
105 #### Objects/Records
/arkcompiler/runtime_core/verification/absint/
Dabs_int_inl.cpp49 PandaString AbsIntInstructionHandler::ImageOf(const TypeSet &types) in ImageOf()
54 PandaVector<Type> AbsIntInstructionHandler::SubtypesOf(const PandaVector<Type> &types) in SubtypesOf()
66 PandaVector<Type> AbsIntInstructionHandler::SubtypesOf(std::initializer_list<Type> types) in SubtypesOf()
78 PandaVector<Type> AbsIntInstructionHandler::SupertypesOf(const PandaVector<Type> &types) in SupertypesOf()
90 PandaVector<Type> AbsIntInstructionHandler::SupertypesOf(std::initializer_list<Type> types) in SupertypesOf()
102 bool AbsIntInstructionHandler::CheckRegTypes(int reg, std::initializer_list<Type> types) in CheckRegTypes()
107 bool AbsIntInstructionHandler::CheckTypes(const Type &type, std::initializer_list<Type> types) in CheckTypes()
Dpanda_types.cpp391 auto emplace = [&](auto &types, const char *name) { in __anon4f716ff80502()
Dabs_int_inl.h240 PandaString ImagesOf(const Container &types) in ImagesOf()
332 bool CheckTypes(const AbstractType &type, std::initializer_list<Type> types) in CheckTypes()
/arkcompiler/runtime_core/irtoc/lang/
Dinstructions_data.rb40 def self.types; @@types; end singletonMethod in InstructionsData
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb155 def prefixed_case(prefix, types, node) argument
160 def case_(types, opcode, *args) argument
164 def cc_case(types, opcode, *args) argument
168 def case_switch(types, condition, inner_cases) argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsUnionType.h34 explicit TSUnionType(ArenaVector<Expression *> &&types) in TSUnionType()
DtsIntersectionType.h34 explicit TSIntersectionType(ArenaVector<Expression *> &&types) in TSIntersectionType()
DtsUnionType.cpp55 ArenaVector<checker::Type *> types(checker->Allocator()->Adapter()); in GetType() local
/arkcompiler/runtime_core/libpandafile/
Dtypes.rb22 def types method
/arkcompiler/runtime_core/compiler/tests/
Dlowering_test.cpp875 for (auto &types : type_combinations) { in TEST_F() local
970 for (auto &types : type_combinations) { in TEST_F() local
1139 for (auto &types : type_combinations) { in TEST_F() local
1275 for (auto &types : type_combinations) { in TEST_F() local
1392 for (auto &types : type_combinations) { in TEST_F() local
1527 for (auto &types : type_combinations) { in TEST_F() local
1662 for (auto &types : type_combinations) { in TEST_F() local
1787 for (auto &types : type_combinations) { in TEST_F() local
1879 for (auto &types : type_combinations) { in TEST_F() local
/arkcompiler/runtime_core/verification/type/
Dtype_set.h32 explicit TypeSet(const Type &t, Types... types) in TypeSet()
/arkcompiler/runtime_core/verification/jobs/
Djob.cpp48 bool Job::DoChecks(LibCache &cache, PandaTypes &types) in DoChecks()
/arkcompiler/ets_frontend/es2panda/typescript/types/
DunionType.h27 UnionType(ArenaAllocator *allocator, std::initializer_list<Type *> types) in UnionType()
/arkcompiler/ets_frontend/ts2panda/
Dtsconfig.json17 "types": [ array
Dpackage.json6 "types": "types/index.d.ts", string
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb61 attr_accessor :tokens, :types accessor in Operand
214 def types method
/arkcompiler/runtime_core/docs/
Dfile_format.md80 ### MUTF-8 Encoding
84 ### String
95 ### TaggedValue
/arkcompiler/ets_frontend/legacy_bin/api8/
Dpackage.json6 "types": "types/index.d.ts", string
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeRelation.cpp25 auto &types = source->AsUnionType()->ConstituentTypes(); in IsAllTypesAssignableTo() local
/arkcompiler/runtime_core/assembler/
Dmeta.cpp51 static std::unordered_map<std::string_view, VType> types { in GetType() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h223 InputTypesMixin *types; in Inputs() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1535 ArenaVector<ir::Expression *> types(Allocator()->Adapter()); in ParseTsUnionType() local
1574 ArenaVector<ir::Expression *> types(Allocator()->Adapter()); in ParseTsIntersectionType() local
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp490 std::vector<Type::TypeId> types {Type::TypeId::VOID, Type::TypeId::I32}; in TestProtos() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp2635 std::unique_ptr<PtJson> types; in Create() local
2667 std::unique_ptr<PtJson> types = PtJson::CreateArray(); in ToJson() local

12