Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Dtemplates.cpp208 struct loop_def { struct
227 loop_def(const std::string& vector_, const std::string& iterator_, in loop_def() argument
279 std::stack< loop_def > _loops;
342 loop_def& loop = _loops.top(); in handle_normal()
372 const loop_def loop(statement.arguments[0], statement.arguments[1], in handle_normal()