Searched refs:stateStack_ (Results 1 – 2 of 2) sorted by relevance
307 stateStack_ + // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PushRegExpState()373 if (stateStack_ != nullptr) { in ReAllocStack()375 if (memcpy_s(newStack, stackSize, stateStack_, stackSize) != EOK) { in ReAllocStack()379 stateStack_ = newStack; in ReAllocStack()
661 stateStack_ + // NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-pointer-arithmetic) in PeekRegExpState()721 uint8_t *stateStack_ = nullptr; variable