Lines Matching full:arithmetic
133 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpWordBoundary()
156 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpLineStart()
170 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpLineEnd()
185 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpSaveStart()
195 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpSaveEnd()
207 … &captureResultList_[i]; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpSaveReset()
368 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpBackReference()
370 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in HandleOpBackReference()
442 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in AdvanceOffset()
462 *pp += 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetChar()
467 … cptr += WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetChar()
473 … cptr += WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetChar()
491 … cptr += WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekChar()
506 *pp += 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in AdvancePtr()
510 …ptr += WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in AdvancePtr()
515 … cptr += WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in AdvancePtr()
527 c = *(cptr - 1); // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekPrevChar()
529 …ptr -= WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekPrevChar()
534 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekPrevChar()
549 c = *(cptr - 1); // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetPrevChar()
550 cptr -= 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetPrevChar()
553 …ptr -= WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetPrevChar()
558 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetPrevChar()
562 … cptr -= WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetPrevChar()
574 cptr -= 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PrevPtr()
577 …ptr -= WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PrevPtr()
580 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PrevPtr()
583 … cptr -= WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PrevPtr()
615 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PushStack()
622 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in SetStackValue()
629 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PopStack()
636 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekStack()
667 stateStack_ + // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekRegExpState()