| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | types_n_values.md | 89 ### Primitive types 91 #### Integral types 99 #### Floating point types 101 #### Arrays 105 #### Objects/Records
|
| /arkcompiler/runtime_core/verification/absint/ |
| D | abs_int_inl.cpp | 49 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()
|
| D | panda_types.cpp | 391 auto emplace = [&](auto &types, const char *name) { in __anon4f716ff80502()
|
| D | abs_int_inl.h | 240 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/ |
| D | instructions_data.rb | 40 def self.types; @@types; end singletonMethod in InstructionsData
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | bytecode_optimizer_isapi.rb | 155 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/ |
| D | tsUnionType.h | 34 explicit TSUnionType(ArenaVector<Expression *> &&types) in TSUnionType()
|
| D | tsIntersectionType.h | 34 explicit TSIntersectionType(ArenaVector<Expression *> &&types) in TSIntersectionType()
|
| D | tsUnionType.cpp | 55 ArenaVector<checker::Type *> types(checker->Allocator()->Adapter()); in GetType() local
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | types.rb | 22 def types method
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | lowering_test.cpp | 875 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/ |
| D | type_set.h | 32 explicit TypeSet(const Type &t, Types... types) in TypeSet()
|
| /arkcompiler/runtime_core/verification/jobs/ |
| D | job.cpp | 48 bool Job::DoChecks(LibCache &cache, PandaTypes &types) in DoChecks()
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | unionType.h | 27 UnionType(ArenaAllocator *allocator, std::initializer_list<Type *> types) in UnionType()
|
| /arkcompiler/ets_frontend/ts2panda/ |
| D | tsconfig.json | 17 "types": [ array
|
| D | package.json | 6 "types": "types/index.d.ts", string
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | instructions.rb | 61 attr_accessor :tokens, :types accessor in Operand 214 def types method
|
| /arkcompiler/runtime_core/docs/ |
| D | file_format.md | 80 ### MUTF-8 Encoding 84 ### String 95 ### TaggedValue
|
| /arkcompiler/ets_frontend/legacy_bin/api8/ |
| D | package.json | 6 "types": "types/index.d.ts", string
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | typeRelation.cpp | 25 auto &types = source->AsUnionType()->ConstituentTypes(); in IsAllTypesAssignableTo() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | meta.cpp | 51 static std::unordered_map<std::string_view, VType> types { in GetType() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | ir_constructor.h | 223 InputTypesMixin *types; in Inputs() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.cpp | 1535 ArenaVector<ir::Expression *> types(Allocator()->Adapter()); in ParseTsUnionType() local 1574 ArenaVector<ir::Expression *> types(Allocator()->Adapter()); in ParseTsIntersectionType() local
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | file_item_container_test.cpp | 490 std::vector<Type::TypeId> types {Type::TypeId::VOID, Type::TypeId::I32}; in TestProtos() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_types.cpp | 2635 std::unique_ptr<PtJson> types; in Create() local 2667 std::unique_ptr<PtJson> types = PtJson::CreateArray(); in ToJson() local
|