| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/test-lists/ets-func-tests/ |
| D | ets-func-tests-excluded-TSAN.txt | 2 spec/03.types/References_Types/Bigint/bigint-arithmetic-add-2-operands-BigInt-1.sts 3 spec/03.types/References_Types/Bigint/bigint-arithmetic-add-2-operands-negative-number-2.sts 4 spec/03.types/References_Types/Bigint/bigint-arithmetic-add-2-operands-union.sts 5 spec/03.types/References_Types/Bigint/bigint-arithmetic-add-2-operands-zero-negative.sts 6 spec/03.types/References_Types/Bigint/bigint-arithmetic-add-2-operands-zero.sts 7 spec/03.types/References_Types/Bigint/bigint-arithmetic-add-2-operands.sts 8 spec/03.types/References_Types/Bigint/bigint-arithmetic-add-3-operands.sts 9 spec/03.types/References_Types/Bigint/bigint-arithmetic-add-4-operands.sts 10 spec/03.types/References_Types/Bigint/bigint-arithmetic-add-equal-zero-negative-number.sts 11 spec/03.types/References_Types/Bigint/bigint-arithmetic-add-equal-zero.sts [all …]
|
| D | ets-func-tests-excluded-JIT-REPEATS.txt | 2 spec/03.types/References_Types/Bigint/bigint-arithmetic-module.sts 3 spec/03.types/References_Types/Bigint/bigint-arithmetic-sub-2-union.sts 4 spec/03.types/References_Types/Bigint/bigint-arithmetic-mul-2-operands-zero-negative-number.sts 5 spec/03.types/References_Types/Bigint/bigint-arithmetic-div-2-operands-1.sts 6 spec/03.types/References_Types/Bigint/bigint-arithmetic-sub-2-BigInt.sts 7 spec/03.types/References_Types/Bigint/bigint-arithmetic-div-2-operands-zero-negative.sts 8 spec/03.types/References_Types/Bigint/bigint-arithmetic-div-equal-zero-negative-number.sts 9 spec/03.types/References_Types/Bigint/bigint-arithmetic-comparison.sts 10 spec/03.types/References_Types/Bigint/bigint-arithmetic-sub-2-BigInt-1.sts 11 spec/03.types/References_Types/Bigint/bigint-arithmetic-sub-equal.sts [all …]
|
| D | ets-func-tests-ignored-AMD64-JIT.txt | 2 spec/03.types/References_Types/Bigint/bigint-arithmetic-expr-4-operands-3.sts 3 spec/03.types/References_Types/Bigint/bigint-arithmetic-expr-4-operands-4.sts 4 spec/03.types/References_Types/Bigint/bigint-arithmetic-expr-4-operands-5.sts
|
| D | ets-func-tests-ignored-JIT-REPEATS.txt | 2 spec/03.types/References_Types/Bigint/bigint-arithmetic-div-equal-zero.sts 4 spec/03.types/References_Types/Bigint/bigint-arithmetic-div-2-operands-zero.sts
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | utf.cpp | 148 while (*mutf8_in != '\0') { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IsMUtf8OnlySingleBytes() 149 if (*mutf8_in >= MASK1) { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IsMUtf8OnlySingleBytes() 152 mutf8_in += 1; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IsMUtf8OnlySingleBytes() 166 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertRegionUtf16ToMUtf8() 168 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertRegionUtf16ToMUtf8() 174 … mutf8_out[mutf8_pos++] = ch.ch[c]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertRegionUtf16ToMUtf8() 191 *utf16_out++ = p_hi; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertMUtf8ToUtf16() 193 *utf16_out++ = p_lo; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertMUtf8ToUtf16() 195 mutf8_in += nbytes; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertMUtf8ToUtf16() 209 mutf8_in += nbytes; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertRegionMUtf8ToUtf16() [all …]
|
| D | leb128.h | 43 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DecodeUnsigned() 47 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DecodeUnsigned() 68 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 71 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 75 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 79 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 83 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 107 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DecodeSigned() 140 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in EncodeUnsigned() 146 out[i++] = byte; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in EncodeUnsigned() [all …]
|
| D | bit_memory_region.h | 134 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Read() 143 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Write() 145 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Write() 168 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Read() 170 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Read() 188 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ReadBit() 213 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Write() 215 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Write() 219 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Write() 221 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Write()
|
| D | hash.h | 103 …LINTNEXTLINE(readability-implicit-bool-conversion, cppcoreguidelines-pro-bounds-pointer-arithmetic) 109 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 111 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 113 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 115 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 118 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 123 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
|
| D | span.h | 87 return data_ + size_; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in end() 92 return data_ + size_; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in end() 97 return data_ + size_; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in cend() 134 return data_[index]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) 141 return data_[index]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) 181 … return Span(data_ + position, length); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in SubSpan() 187 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in SubSpan() 196 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in SubSpan()
|
| /arkcompiler/runtime_core/static_core/compiler/aot/ |
| D | aot_file.cpp | 99 table -= 2U; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot() 100 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot() 102 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot() 104 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot() 108 table--; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot() 109 table[1] = 0; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot() 112 table -= 2U; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot() 113 table[1] = 0; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot() 114 table[2U] = 0; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot() 117 table--; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in InitializeGot() [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_executor.cpp | 28 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Execute() 61 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Execute() 245 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DumpResult() 261 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PushRegExpState() 272 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PushRegExpState() 298 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PopRegExpState() 343 *pp += 1; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetChar() 347 cptr += WIDE_CHAR_SIZE; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetChar() 352 cptr += WIDE_CHAR_SIZE; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetChar() 369 cptr += WIDE_CHAR_SIZE; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekChar() [all …]
|
| D | regexp_executor.h | 141 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpWordBoundary() 164 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpLineStart() 176 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpLineEnd() 191 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpSaveStart() 201 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpSaveEnd() 212 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpSaveReset() 379 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in AdvanceOffset() 430 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PushStack() 437 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in SetStackValue() 444 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PopStack() [all …]
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | utf.cpp | 103 while (*mutf8In != '\0') { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IsMUtf8OnlySingleBytes() 104 if (*mutf8In >= MASK1) { // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IsMUtf8OnlySingleBytes() 107 mutf8In += 1; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IsMUtf8OnlySingleBytes() 126 *utf16Out++ = p_hi; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertMUtf8ToUtf16() 128 *utf16Out++ = p_lo; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertMUtf8ToUtf16() 130 mutf8In += nbytes; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertMUtf8ToUtf16() 144 mutf8In += nbytes; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertRegionMUtf8ToUtf16() 156 *utf16Out++ = p_hi; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertRegionMUtf8ToUtf16() 162 *utf16Out++ = p_lo; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ConvertRegionMUtf8ToUtf16() 193 mutf81 += n1; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in CompareMUtf8ToMUtf8() [all …]
|
| D | leb128.h | 43 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DecodeUnsigned() 48 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DecodeUnsigned() 69 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 72 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 79 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 85 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 91 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 112 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DecodeSigned() 145 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in EncodeUnsigned() 151 out[i++] = byte; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in EncodeUnsigned() [all …]
|
| D | bit_memory_region.h | 137 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Read() 146 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Write() 148 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Write() 171 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Read() 173 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Read() 191 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in ReadBit() 216 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Write() 218 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Write() 222 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Write() 224 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Write()
|
| D | hash.h | 102 …LINTNEXTLINE(readability-implicit-bool-conversion, cppcoreguidelines-pro-bounds-pointer-arithmetic) 107 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 109 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 111 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 113 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 116 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 121 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
|
| D | span.h | 86 return data_ + size_; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in end() 91 return data_ + size_; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in end() 96 return data_ + size_; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in cend() 133 return data_[index]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) 140 return data_[index]; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) 180 … return Span(data_ + position, length); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in SubSpan() 186 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in SubSpan() 195 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in SubSpan()
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_executor.h | 127 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpWordBoundary() 147 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpLineStart() 161 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpLineEnd() 177 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpSaveStart() 189 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpSaveEnd() 203 … &captureResultList_[i]; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpSaveReset() 371 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpBackReference() 373 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpBackReference() 445 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in AdvanceOffset() 465 *pp += 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetChar() [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | object-references-iterator-inl.h | 37 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Iterate() 40 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Iterate() 59 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Iterate() 67 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Iterate() 167 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IterateClassReferences() 169 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IterateClassReferences() 182 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IterateClassReferences() 184 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IterateClassReferences() 205 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IterateObjectReferences() 207 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in IterateObjectReferences() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | dyn_chunk.h | 90 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetU64() 96 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetU32() 102 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PutU32() 108 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetU16() 114 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PutU16() 120 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetU8() 126 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PutU8()
|
| D | dyn_chunk.cpp | 63 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Insert() 79 if (memcpy_s(buf_ + size_, // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Emit() 100 if (memcpy_s(buf_ + size_, // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in EmitSelf() 102 buf_ + offset, // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in EmitSelf()
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/mem/ |
| D | dyn_chunk.h | 109 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetU32() 115 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PutU32() 121 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetU16() 127 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PutU16() 133 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetU8() 139 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PutU8()
|
| D | dyn_chunk.cpp | 62 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Insert() 78 if (memcpy_s(buf_ + size_, // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Emit() 99 if (memcpy_s(buf_ + size_, // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in EmitSelf() 101 buf_ + offset, // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in EmitSelf()
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | string_index_of.h | 70 auto end = dataTyped + length; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) 72 auto ptr = dataTyped + offset; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) 94 … ASSERT(ptr[idx] == character); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) 95 … return ptr + idx - dataTyped; // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) 97 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 167 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 203 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 206 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | helpers.h | 55 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 57 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic, hicpp-signed-bitwise) 67 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 69 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 71 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) 73 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)
|