Lines Matching refs:wave
70 public boost::wave::preprocess_exception
75 boost::wave::preprocess_exception::last_error_number + 1,
81 : boost::wave::preprocess_exception(what_, in bad_pragma_exception()
82 (boost::wave::preprocess_exception::error_code)code, line_, in bad_pragma_exception()
98 return boost::wave::util::severity_remark; in get_severity()
113 static boost::wave::util::severity severity_level(int code) in severity_level()
117 return boost::wave::util::severity_remark; in severity_level()
120 return boost::wave::util::severity_error; in severity_level()
122 return boost::wave::util::severity_fatal; in severity_level()
126 return boost::wave::util::get_severity(boost::wave::util::severity_remark); in severity_text()
144 : public boost::wave::context_policies::eat_whitespace<TokenT>
146 typedef boost::wave::context_policies::eat_whitespace<TokenT> base_type;
278 stream << boost::wave::util::impl::as_string(arguments[i]);
313 using namespace boost::wave;
323 stream << boost::wave::util::impl::as_string(arguments[k]);
331 stream << boost::wave::util::impl::as_string(arguments[j]);
446 stream << boost::wave::util::impl::as_string(result) << std::endl;
478 stream << boost::wave::util::impl::as_string(result) << std::endl;
524 boost::wave::util::impl::trim_sequence(values); // trim whitespace
530 using namespace boost::wave;
547 boost::wave::util::impl::as_string(values));
561 boost::wave::util::impl::as_string(values));
562 BOOST_WAVE_THROW_CTX(ctx, boost::wave::preprocess_exception,
611 using namespace boost::wave;
634 boost::wave::util::create_path(ctx.get_current_relative_filename().c_str()));
636 using boost::wave::util::impl::escape_lit;
637 file += escape_lit(boost::wave::util::native_file_string(filename)) + "\"";
797 throw_exception(ContextT const& ctx, boost::wave::preprocess_exception const& e)
812 bool is_import_directive_error(boost::wave::preprocess_exception const& e)
814 using namespace boost::wave;
865 option_str += boost::wave::util::impl::as_string(values);
868 BOOST_WAVE_THROW_CTX(ctx, boost::wave::preprocess_exception,
931 using namespace boost::wave;
988 using namespace boost::wave;
1051 boost::wave::util::create_directories(
1052 boost::wave::util::branch_path(fpath));
1069 BOOST_WAVE_THROW_CTX(ctx, boost::wave::preprocess_exception,
1098 using namespace boost::wave;
1113 fs::path fpath (boost::wave::util::create_path(
1115 fpath = boost::wave::util::complete_path(fpath, ctx.get_current_directory());
1128 current_outfile = boost::wave::util::complete_path(
1171 fs::path fpath(boost::wave::util::create_path(default_outfile));
1207 using namespace boost::wave;
1250 using namespace boost::wave;
1289 BOOST_WAVE_THROW_CTX(ctx, boost::wave::preprocess_exception,
1317 string_type system_str(boost::wave::util::impl::as_string(values));
1326 BOOST_WAVE_THROW_CTX(ctx, boost::wave::preprocess_exception,
1336 typedef boost::wave::iteration_context<