Home
last modified time | relevance | path

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

/third_party/boost/boost/wave/util/
Dcpp_macromap.hpp879 int nested_parenthesis_level = 1; in collect_arguments() local
884 while (++next != end && nested_parenthesis_level) { in collect_arguments()
900 ++nested_parenthesis_level; in collect_arguments()
907 if (--nested_parenthesis_level >= 1) in collect_arguments()
938 if (1 == nested_parenthesis_level) { in collect_arguments()
987 if (nested_parenthesis_level >= 1) { in collect_arguments()