• Home
  • Raw
  • Download

Lines Matching full:arithmetic

129             // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic)  in HandleOpWordBoundary()
149 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpLineStart()
163 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpLineEnd()
178 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpSaveStart()
190 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpSaveEnd()
204 … &captureResultList_[i]; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpSaveReset()
372 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpBackReference()
374 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpBackReference()
446 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in AdvanceOffset()
466 *pp += 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetChar()
471 … cptr += WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetChar()
477 … cptr += WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetChar()
495 … cptr += WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekChar()
510 *pp += 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in AdvancePtr()
514 …ptr += WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in AdvancePtr()
519 … cptr += WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in AdvancePtr()
531 c = *(cptr - 1); // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekPrevChar()
533 …ptr -= WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekPrevChar()
538 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekPrevChar()
553 c = *(cptr - 1); // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetPrevChar()
554 cptr -= 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetPrevChar()
557 …ptr -= WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetPrevChar()
562 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetPrevChar()
566 … cptr -= WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetPrevChar()
578 cptr -= 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PrevPtr()
581 …ptr -= WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PrevPtr()
584 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PrevPtr()
587 … cptr -= WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PrevPtr()
649 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PushStack()
656 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in SetStackValue()
663 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PopStack()
670 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekStack()
702 stateStack_ + // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekRegExpState()