Home
last modified time | relevance | path

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

/third_party/boost/libs/wave/tool/
Dtrace_macro_expansion.hpp236 TokenT const &macrodef, std::vector<TokenT> const &formal_args, argument
241 count_invocation(macrodef.get_value().c_str());
250 TokenT const &macrodef, std::vector<TokenT> const &formal_args,
256 std::string name (macrodef.get_value().c_str());
292 << macrodef.get_position() << ": see macro definition: "
293 << macrodef.get_value() << "(";
365 void expanding_object_like_macro(TokenT const &macrodef, argument
369 count_invocation(macrodef.get_value().c_str());
378 TokenT const &macrodef, ContainerT const &definition,
382 std::string name (macrodef.get_value().c_str());
[all …]
/third_party/boost/boost/wave/
Dpreprocessing_hooks.hpp73 TokenT const& macrodef, std::vector<TokenT> const& formal_args, in expanding_function_like_macro()
82 TokenT const& macrodef, std::vector<TokenT> const& formal_args,
/third_party/boost/boost/wave/util/
Dcpp_macromap.hpp230 macro_definition_type &macrodef, ContainerT &replacement_list,
363 macro_definition_type* macrodef = (*it).second.get(); in add_macro() local
364 if (macrodef->is_functionlike != has_parameters || in add_macro()
365 !impl::parameters_equal(macrodef->macroparameters, parameters) || in add_macro()
366 !impl::definition_equals(macrodef->macrodefinition, definition)) in add_macro()