Lines Matching full:arithmetic
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()
470 … cptr += WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetChar()
476 … cptr += WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetChar()
494 … cptr += WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekChar()
509 *pp += 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in AdvancePtr()
513 …ptr += WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in AdvancePtr()
518 … cptr += WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in AdvancePtr()
530 c = *(cptr - 1); // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekPrevChar()
532 …ptr -= WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekPrevChar()
537 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekPrevChar()
552 c = *(cptr - 1); // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetPrevChar()
553 cptr -= 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetPrevChar()
556 …ptr -= WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetPrevChar()
561 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetPrevChar()
565 … cptr -= WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in GetPrevChar()
577 cptr -= 1; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PrevPtr()
580 …ptr -= WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PrevPtr()
583 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PrevPtr()
586 … cptr -= WIDE_CHAR_SIZE; // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PrevPtr()
648 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PushStack()
655 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in SetStackValue()
662 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PopStack()
669 // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekStack()
701 stateStack_ + // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekRegExpState()