Home
last modified time | relevance | path

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

/third_party/boost/libs/wave/tool/
Dtrace_macro_expansion.hpp191 noexpandmacros.insert(name); in add_noexpandmacro()
255 if (enabled_macro_counting() || !noexpandmacros.empty()) {
258 if (noexpandmacros.find(name.c_str()) != noexpandmacros.end())
381 if (enabled_macro_counting() || !noexpandmacros.empty()) {
384 if (noexpandmacros.find(name.c_str()) != noexpandmacros.end())
1484 std::set<std::string> noexpandmacros; // list of macros not to expand member in trace_macro_expansion
Dcpp.cpp1075 vector<std::string> const &noexpandmacros = in do_actual_work() local
1077 vector<std::string>::const_iterator end = noexpandmacros.end(); in do_actual_work()
1078 for (vector<std::string>::const_iterator cit = noexpandmacros.begin(); in do_actual_work()