Home
last modified time | relevance | path

Searched refs:saved_extra_block (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/regex/v4/
Dperl_matcher_non_recursive.hpp97 struct saved_extra_block : public saved_state struct
100 saved_extra_block(saved_state* b, saved_state* e) in saved_extra_block() argument
238 saved_extra_block* block = static_cast<saved_extra_block*>(backup_state); in extend_stack()
240 (void) new (block) saved_extra_block(m_stack_base, m_backup_state); in extend_stack()
1366 saved_extra_block* pmp = static_cast<saved_extra_block*>(m_backup_state); in unwind_extra_block()