Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/util/
Dcpp_ifblock.hpp78 bool enter_elif_block(bool new_status) in enter_elif_block() function in boost::wave::util::if_block_stack
Dcpp_iterator.hpp1141 if (!ctx.enter_elif_block(false)) { in handle_pp_directive()
2113 if (!ctx.enter_elif_block(false)) { in on_elif()
2169 if (!ctx.enter_elif_block(if_status)) {
/third_party/boost/boost/wave/
Dcpp_context.hpp355 bool enter_elif_block(bool new_status) in enter_elif_block() function in boost::wave::context
356 { return ifblocks.enter_elif_block(new_status); } in enter_elif_block()