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