Home
last modified time | relevance | path

Searched defs:i32 (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-typed-array.ts20 export let i32 = new Int32Array([1]); variable
/arkcompiler/runtime_core/compiler/tests/
Dencoder_operands.cpp38 int32_t i32; in TEST() local
188 int32_t i32 = random_gen(), i32_z = 0, i32_min = std::numeric_limits<int32_t>::min(), in TEST() local
/arkcompiler/ets_frontend/ets2panda/bindings/native/include/
Dpanda_types.h132 int32_t i32; member
Dinterop-types.h87 InteropInt32 i32; member
/arkcompiler/toolchain/tooling/dynamic/test/
Dpt_json_test.cpp155 int32_t i32; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dencoder_operands.cpp309 int32_t i32 = g_randomGen(), i32Z = 0U, i32Min = std::numeric_limits<int32_t>::min(), in TEST() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h532 IrConstructor &i32() // NOLINT(readability-identifier-naming) in i32() function
/arkcompiler/runtime_core/taihe/test/ani_namespace/author/src/
Dinner.impl.cpp99 int32_t i32 = -2147483648; // 32位有符号整数,范围: -2,147,483,648 到 2,147,483,647 member in __anon3a406d300111::TestInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h649 IrConstructor &i32() // NOLINT(readability-identifier-naming) in i32() function
/arkcompiler/runtime_core/assembler/tests/
Dassembler_parser_test.cpp1869 int32_t i32 = -700000; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp2424 LiteCGType *i32 = lmirBuilder_->i32Type; in VisitInitVreg() local