Home
last modified time | relevance | path

Searched defs:result (Results 1 – 25 of 943) sorted by relevance

12345678910>>...38

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DFileUtils.2.spec.ts50 const result = FileUtils.readFileAsJson('fakePath.json'); constant
58 const result = FileUtils.readFileAsJson('fakePath.json'); constant
67 const result = FileUtils.readFileAsJson('validPath.json'); constant
74 const result = FileUtils.getFileExtension(''); constant
79 const result = FileUtils.getFileExtension('filename'); constant
84 const result = FileUtils.getFileExtension('path/to.test/filename'); constant
89 const result = FileUtils.getFileExtension('filename.'); constant
94 const result = FileUtils.getFileExtension('/path/to/file.txt'); constant
99 const result = FileUtils.getFileExtension('/path/to/file.name.with.dots.txt'); constant
106 const result = FileUtils.isRelativePath('./file.txt'); constant
[all …]
DListUtil.spec.ts155 const result = ListUtil.uniqueMergeList([], [], []); constant
160 const result = ListUtil.uniqueMergeList(['a', 'b'], ['c', 'd']); constant
165 const result = ListUtil.uniqueMergeList(['a', 'b', 'c'], ['b', 'c', 'd']); constant
170 const result = ListUtil.uniqueMergeList(['a', 'b'], ['b', 'c'], ['c', 'd']); constant
175 const result = ListUtil.uniqueMergeList(['a', 'b'], undefined, ['b', 'c']); constant
180 const result = ListUtil.uniqueMergeList(['a', 'b', 'a', 'c', 'b'], []); constant
185 const result = ListUtil.uniqueMergeList(['a', 'b'], ['c', 'd'], undefined); constant
/arkcompiler/toolchain/tooling/base/
Dpt_returns.cpp21 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local
36 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local
49 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local
66 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local
82 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local
96 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local
112 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local
124 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local
140 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local
156 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local
[all …]
Dpt_events.cpp21 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local
35 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local
67 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local
78 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local
92 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local
118 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local
159 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local
203 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local
216 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local
236 std::unique_ptr<PtJson> result = PtJson::CreateObject(); in ToJson() local
[all …]
/arkcompiler/runtime_core/static_core/compiler/tests/
Dconst_folding_test.cpp44 void CmpTest(T l, T r, int64_t result, DataType::Type srcType, bool fcmpg = false) in CmpTest()
99 …CheckCompareEqualInputs(DataType::Type paramType, ConditionCode cc, std::optional<uint64_t> result) in CheckCompareEqualInputs()
122 ConditionCode cc, uint64_t result) in CheckCompareLoadImmediate()
152 bool result) in CheckCompareWithNan()
360 int result = 1; in TEST_F() local
379 int32_t result = -1; in TEST_F() local
399 int32_t result = -1; in TEST_F() local
418 float result = -12.0; in TEST_F() local
437 double result = -12.0_D; in TEST_F() local
456 int64_t result = 1; in TEST_F() local
[all …]
Dreg_alloc_verifier_test.cpp58 auto result = GetGraph()->RunPass<RegAllocLinearScan>(); in TEST_F() local
97 auto result = GetGraph()->RunPass<RegAllocLinearScan>(); in TEST_F() local
133 auto result = GetGraph()->RunPass<RegAllocLinearScan>(); in TEST_F() local
163 auto result = GetGraph()->RunPass<RegAllocLinearScan>(); in TEST_F() local
191 auto result = GetGraph()->RunPass<RegAllocLinearScan>(); in TEST_F() local
213 auto result = GetGraph()->RunPass<RegAllocLinearScan>(); in TEST_F() local
239 auto result = GetGraph()->RunPass<RegAllocLinearScan>(); in TEST_F() local
264 auto result = GetGraph()->RunPass<RegAllocLinearScan>(); in TEST_F() local
320 auto result = GetGraph()->RunPass<RegAllocLinearScan>(); in TEST_F() local
409 auto result = GetGraph()->RunPass<RegAllocLinearScan>(); in TEST_F() local
[all …]
/arkcompiler/runtime_core/compiler/tests/
Dmove_constants_test.cpp88 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local
163 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local
260 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local
333 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local
408 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local
469 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local
572 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local
629 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local
694 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local
723 bool result = GetGraph()->RunPass<MoveConstants>(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_math_test.cpp62 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
77 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
92 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
107 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
124 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
140 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
156 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
172 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
188 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
204 JSTaggedValue result = BuiltinsMath::Abs(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
[all …]
Dbuiltins_dataview_test.cpp63 JSTaggedValue result; in DataViewAlgorithmGet() local
109 JSTaggedValue result; in DataViewAlgorithm() local
161 JSTaggedValue result = BuiltinsArrayBuffer::ArrayBufferConstructor(ecmaRuntimeCallInfo); in CreateBuiltinsDataviewArrayBuffer() local
181 JSTaggedValue result = BuiltinsDataView::DataViewConstructor(ecmaRuntimeCallInfo); in CreateBuiltinsDataView() local
207 JSTaggedValue result = BuiltinsDataView::DataViewConstructor(ecmaRuntimeCallInfo); in HWTEST_F_L0() local
234 …auto result = DataViewAlgorithm(thread, vals, 4, AlgorithmType::GET_OFFSET, view.GetTaggedValue()); in HWTEST_F_L0() local
256 …auto result = DataViewAlgorithm(thread, vals, 4, AlgorithmType::GET_BYTELENGTH, view.GetTaggedValu… in HWTEST_F_L0() local
276 …auto result = DataViewAlgorithm(thread, vals, 4, AlgorithmType::GET_BUFFER, view.GetTaggedValue()); in HWTEST_F_L0() local
287 …auto result = DataViewAlgorithm(thread, vals, 10, AlgorithmType::SET_UINT16, view.GetTaggedValue()… in HWTEST_F_L0() local
301 …auto result = DataViewAlgorithm(thread, vals, 10, AlgorithmType::SET_INT16, view.GetTaggedValue()); in HWTEST_F_L0() local
[all …]
Dbuiltins_atomics_test.cpp48 JSTaggedValue result = JSTaggedValue::Hole(); in CreateTypedArray() local
171 JSTaggedValue result = TypedArray::Int32ArrayConstructor(ecmaRuntimeCallInfo1); in CreateInt32TypedArray() local
204 JSTaggedValue result; in AtomicsAlgorithm() local
264 auto result = AtomicsAlgorithm(thread, obj, vals, 10, AlgorithmType::ALGORITHM_ADD); in HWTEST_F_L0() local
275 auto result = AtomicsAlgorithm(thread, obj, vals, 10, AlgorithmType::ALGORITHM_ADD); in AddCommon() local
283 auto result = AddCommon(thread, DataViewType::INT8, obj); in HWTEST_F_L0() local
291 auto result = AddCommon(thread, DataViewType::UINT16, obj); in HWTEST_F_L0() local
327 auto result = AtomicsAlgorithm(thread, obj, vals, 10, AlgorithmType::ALGORITHM_AND); in HWTEST_F_L0() local
340 auto result = AtomicsAlgorithm(thread, obj, vals, 10, AlgorithmType::ALGORITHM_AND); in HWTEST_F_L0() local
356 auto result = AtomicsAlgorithm(thread, obj, vals, 12, AlgorithmType::ALGORITHM_COMP_EXCHANGE); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_container_common.h72 … auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::ArrayList); in CreateArrayList() local
84 …auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::PlainArray); in CreatePlainArray() local
98 … auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::Deque); in CreateJSApiDeque() local
109 … auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::HashMap); in CreateHashMap() local
121 … auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::HashSet); in CreateHashSet() local
133 …auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::LightWeight… in CreateLightWeightMap() local
150 …auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::LightWeight… in CreateLightWeightSet() local
165 …auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::LinkedList); in CreateLinkedList() local
178 … auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::List); in CreateList() local
189 … auto result = TestCommon::CreateContainerTaggedValue(thread, containers::ContainerTag::Queue); in CreateQueue() local
[all …]
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_bitvector_test.cpp68 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeBitVectorConstructor() local
82 JSTaggedValue result = ContainersBitVector::BitVectorConstructor(objCallInfo); in CreateJSAPIBitVector() local
119 JSTaggedValue result = ContainersBitVector::Has(callInfo); in Has() local
143 JSTaggedValue result = ContainersBitVector::BitVectorConstructor(objCallInfo); in HWTEST_F_L0() local
173 JSTaggedValue result = ContainersBitVector::Push(callInfo); in HWTEST_F_L0() local
197 JSTaggedValue result = ContainersBitVector::Push(callInfo); in HWTEST_F_L0() local
207 JSTaggedValue result = ContainersBitVector::Pop(callInfo); in HWTEST_F_L0() local
229 JSTaggedValue result = ContainersBitVector::Push(callInfo); in HWTEST_F_L0() local
242 JSTaggedValue result = ContainersBitVector::Has(callInfo); in HWTEST_F_L0() local
264 JSTaggedValue result = ContainersBitVector::Push(callInfo); in HWTEST_F_L0() local
[all …]
Dcontainers_plainarray_test.cpp92 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializePlainArrayConstructor() local
108 JSTaggedValue result = ContainersPlainArray::PlainArrayConstructor(objCallInfo); in CreateJSAPIPlainArray() local
124 JSTaggedValue result = ContainersPlainArray::Add(callInfo); in PlainArrayAdd() local
140 JSTaggedValue result = ContainersPlainArray::RemoveRangeFrom(callInfo); in PlainArrayRemoveRangeFrom() local
157 JSTaggedValue result = ContainersPlainArray::PlainArrayConstructor(objCallInfo); in HWTEST_F_L0() local
187 JSTaggedValue result = ContainersPlainArray::Add(callInfo); in HWTEST_F_L0() local
202 JSTaggedValue result = ContainersPlainArray::Has(callInfo); in HWTEST_F_L0() local
226 JSTaggedValue result = ContainersPlainArray::Add(callInfo); in HWTEST_F_L0() local
244 JSTaggedValue result = ContainersPlainArray::Get(callInfo); in HWTEST_F_L0() local
263 JSTaggedValue result = ContainersPlainArray::Add(callInfo); in HWTEST_F_L0() local
[all …]
Dcontainers_treeset_test.cpp84 int result = EcmaStringAccessor::Compare(thread->GetEcmaVM(), xHandle, yHandle); in TestCompareFunction() local
128 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeTreeSetConstructor() local
145 JSTaggedValue result = ContainersTreeSet::TreeSetConstructor(objCallInfo); in CreateJSAPITreeSet() local
165 JSTaggedValue result = ContainersTreeSet::TreeSetConstructor(objCallInfo); in HWTEST_F_L0() local
195 JSTaggedValue result = ContainersTreeSet::Add(callInfo); in HWTEST_F_L0() local
216 JSTaggedValue result = ContainersTreeSet::Add(callInfo); in HWTEST_F_L0() local
230 JSTaggedValue result = ContainersTreeSet::Has(callInfo); in HWTEST_F_L0() local
244 JSTaggedValue result = ContainersTreeSet::Has(callInfo); in HWTEST_F_L0() local
263 JSTaggedValue result = ContainersTreeSet::Add(callInfo); in HWTEST_F_L0() local
289 JSTaggedValue result = ContainersTreeSet::Has(callInfo); in HWTEST_F_L0() local
[all …]
Dcontainers_vector_test.cpp72 JSTaggedValue result = elements->Get(key->GetInt()); in TestForEachFunc() local
111 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeVectorConstructor() local
128 JSTaggedValue result = ContainersVector::VectorConstructor(objCallInfo); in CreateJSAPIVector() local
148 JSTaggedValue result = ContainersVector::VectorConstructor(objCallInfo); in HWTEST_F_L0() local
176 JSTaggedValue result = ContainersVector::Add(callInfo); in HWTEST_F_L0() local
197 JSTaggedValue result = ContainersVector::Add(callInfo); in HWTEST_F_L0() local
225 JSTaggedValue result = ContainersVector::Has(callInfo); in HWTEST_F_L0() local
239 JSTaggedValue result = ContainersVector::Has(callInfo); in HWTEST_F_L0() local
257 JSTaggedValue result = ContainersVector::Add(callInfo); in HWTEST_F_L0() local
276 JSTaggedValue result = ContainersVector::GetIndexOf(callInfo); in HWTEST_F_L0() local
[all …]
Dcontainers_treemap_test.cpp87 int result = EcmaStringAccessor::Compare(thread->GetEcmaVM(), xHandle, yHandle); in TestCompareFunction() local
131 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeTreeMapConstructor() local
148 JSTaggedValue result = ContainersTreeMap::TreeMapConstructor(objCallInfo); in CreateJSAPITreeMap() local
169 JSTaggedValue result = ContainersTreeMap::TreeMapConstructor(objCallInfo); in HWTEST_F_L0() local
200 JSTaggedValue result = ContainersTreeMap::Set(callInfo); in HWTEST_F_L0() local
224 JSTaggedValue result = ContainersTreeMap::Set(callInfo); in HWTEST_F_L0() local
237 JSTaggedValue result = ContainersTreeMap::Get(callInfo); in HWTEST_F_L0() local
253 JSTaggedValue result = ContainersTreeMap::Get(callInfo); in HWTEST_F_L0() local
273 JSTaggedValue result = ContainersTreeMap::Set(callInfo); in HWTEST_F_L0() local
299 JSTaggedValue result = ContainersTreeMap::Get(callInfo); in HWTEST_F_L0() local
[all …]
Dcontainers_lightweightset_test.cpp88 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeLightWeightSetConstructor() local
104 JSTaggedValue result = ContainersLightWeightSet::LightWeightSetConstructor(objCallInfo); in CreateJSAPILightWeightSet() local
122 JSTaggedValue result = ContainersLightWeightSet::LightWeightSetConstructor(objCallInfo); in HWTEST_F_L0() local
150 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local
170 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local
191 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local
208 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local
223 JSTaggedValue result = ContainersLightWeightSet::AddAll(callInfo); in HWTEST_F_L0() local
244 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local
261 JSTaggedValue result = ContainersLightWeightSet::Add(callInfo); in HWTEST_F_L0() local
[all …]
Dcontainers_hashmap_test.cpp94 JSTaggedValue result = ContainersPrivate::Load(objCallInfo); in InitializeHashMapConstructor() local
109 JSTaggedValue result = ContainersHashMap::HashMapConstructor(objCallInfo); in CreateJSAPIHashMap() local
128 JSTaggedValue result = ContainersHashMap::HashMapConstructor(objCallInfo); in HWTEST_F_L0() local
157 JSTaggedValue result = ContainersHashMap::Set(callInfo); in HWTEST_F_L0() local
170 JSTaggedValue result = ContainersHashMap::Get(callInfo); in HWTEST_F_L0() local
189 JSTaggedValue result = ContainersHashMap::Set(callInfo); in HWTEST_F_L0() local
204 JSTaggedValue result = ContainersHashMap::HasKey(callInfo); in HWTEST_F_L0() local
216 JSTaggedValue result = ContainersHashMap::HasValue(callInfo); in HWTEST_F_L0() local
240 JSTaggedValue result = ContainersHashMap::Set(callInfo); in HWTEST_F_L0() local
257 JSTaggedValue result = ContainersHashMap::HasKey(callInfo); in HWTEST_F_L0() local
[all …]
/arkcompiler/runtime_core/static_core/verification/util/tests/
Dset_operations_property_test.cpp65 Set result = ToSet<Set>(vec); variable
74 Set result; variable
90 Set result; variable
104 Set result; variable
114 Set result; variable
133 Set result; variable
151 Set result; variable
Dbit_vector_property_test.cpp300 StdSet result; variable
311 StdSet result; variable
326 auto result = ContainerOf<StdSet>(bset.bits.LazyIndicesOf<1>(from, to)); variable
341 auto result = ContainerOf<StdSet>(bset.bits.LazyIndicesOf<0>(from)); variable
354 auto result = BitVector::PowerOfAnd(bset1.bits, bset2.bits); variable
363 auto result = BitVector::PowerOfAnd(bset1.bits, bset2.bits, bset3.bits); variable
371 auto result = BitVector::PowerOfOr(bset1.bits, bset2.bits); variable
382 auto result = BitVector::PowerOfOr(bset1.bits, bset2.bits, bset3.bits); variable
392 auto result = BitVector::PowerOfXor(bset1.bits, bset2.bits); variable
405 auto result = BitVector::PowerOfXor(bset1.bits, bset2.bits, bset3.bits); variable
[all …]
/arkcompiler/ets_runtime/ecmascript/mem/
Dtlab_allocator-inl.h49 uintptr_t result = 0; in Allocate() local
74 uintptr_t result = youngAllocator_.Allocate(size); in AllocateInYoungSpace() local
89 uintptr_t result = localSpace_->Allocate(size, true); in AllocateInCompressSpace() local
99 uintptr_t result = localSpace_->Allocate(size, false); in AllocateInOldSpace() local
157 uintptr_t result = 0; in Allocate() local
173 uintptr_t result = sLocalSpace_->Allocate(size, true); in AllocateInCompressSpace() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dconstant_folding.cpp57 GateRef result = Circuit::NullGate(); in VisitZEXT() local
84 GateRef result = Circuit::NullGate(); in VisitSMOD() local
103 GateRef result = Circuit::NullGate(); in VisitUMOD() local
122 GateRef result = Circuit::NullGate(); in VisitADD() local
139 GateRef result = Circuit::NullGate(); in VisitSUB() local
156 GateRef result = Circuit::NullGate(); in VisitMUL() local
168 GateRef result = builder_.Int32(val); in Int32Constant() local
175 GateRef result = builder_.Int64(val); in Int64Constant() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_math.cpp59 double result = base::NAN_VALUE; in Acos() local
78 double result = base::NAN_VALUE; in Acosh() local
96 double result = base::NAN_VALUE; in Asin() local
114 double result = base::NAN_VALUE; in Asinh() local
133 double result = base::NAN_VALUE; in Atan() local
152 double result = base::NAN_VALUE; in Atanh() local
168 double result = base::NAN_VALUE; in Atan2() local
201 double result = base::NAN_VALUE; in Cbrt() local
220 double result = base::NAN_VALUE; in Ceil() local
246 auto result = numberValue.ToUint32(); in Clz32() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dinstruction_combine_test.cpp85 auto result = instcombie.VisitGate(builder.Int64Add(const_i64_1, const_i64_2)); in HWTEST_F_L0() local
92 auto result = instcombie.VisitGate(builder.Int64Add(const_i64_max, const_i64_1)); in HWTEST_F_L0() local
103 …auto result = instcombie.VisitGate(builder.Int64Add(builder.Int64Add(y, const_i64_max), const_i64_… in HWTEST_F_L0() local
116 auto result = instcombie.VisitGate(builder.Int64Add(z_add_1, const_i64_2)); in HWTEST_F_L0() local
146 auto result = instcombie.VisitGate(builder.Int32Add(const_i32_1, const_i32_2)); in HWTEST_F_L0() local
154 auto result = instcombie.VisitGate(builder.Int32Add(const_i32_max, const_i32_1)); in HWTEST_F_L0() local
166 auto result = instcombie.VisitGate(builder.Int32Add(builder.Int32Sub(zero, x), y)); in HWTEST_F_L0() local
177 auto result = instcombie.VisitGate(builder.Int32Add(y, builder.Int32Sub(zero, x))); in HWTEST_F_L0() local
189 auto result = instcombie.VisitGate(builder.Int32Add(builder.Int32Add(y, const_1), const_2)); in HWTEST_F_L0() local
200 auto result = instcombie.VisitGate(builder.Int32Add(builder.Int32Add(y, const_1), const_2)); in HWTEST_F_L0() local
[all …]
/arkcompiler/runtime_core/static_core/verification/util/
Dset_operations.h62 S result; in SetIntersection() local
76 S result = lhs; in SetUnion() local
87 S result; in SetDifference() local
101 Arg result; in SetDifference() local
113 S result; in ToSet() local

12345678910>>...38