Searched refs:noexpandmacros (Results 1 – 2 of 2) sorted by relevance
191 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
1075 vector<std::string> const &noexpandmacros = in do_actual_work() local1077 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()