#include <lestes/lang/cplus/lex/preprocessor.m.hh>
#include <lestes/common.hh>
#include <lestes/msg/reporting_support.hh>
Go to the source code of this file.
Namespaces | |
| namespace | lestes |
| namespace | lestes::lang |
| namespace | lestes::lang::cplus |
| namespace | lestes::lang::cplus::lex |
Functions | |
| ptr< ::lestes::msg::message_stencil0< bool > > | lestes::lang::cplus::lex::invalid_character_in_number (::lestes::msg::message_stencil0< bool >::create("invalid character in number",::lestes::msg::message::FLG_ERROR)) |
| ptr< ::lestes::msg::message_stencil0< bool > > | lestes::lang::cplus::lex::floating_exponent_empty (::lestes::msg::message_stencil0< bool >::create("floating literal exponent with no digits",::lestes::msg::message::FLG_ERROR)) |
| ptr< ::lestes::msg::message_stencil0< bool > > | lestes::lang::cplus::lex::floating_suffix_invalid (::lestes::msg::message_stencil0< bool >::create("floating literal with invalid suffix",::lestes::msg::message::FLG_ERROR)) |
| ptr< ::lestes::msg::message_stencil0< bool > > | lestes::lang::cplus::lex::integral_suffix_invalid (::lestes::msg::message_stencil0< bool >::create("integral literal with invalid suffix",::lestes::msg::message::FLG_ERROR)) |
| ptr< ::lestes::msg::message_stencil0< bool > > | lestes::lang::cplus::lex::integral_empty (::lestes::msg::message_stencil0< bool >::create("integral literal with no digits",::lestes::msg::message::FLG_ERROR)) |
| ptr< ::lestes::msg::message_stencil1< ucn_string > > | lestes::lang::cplus::lex::invalid_cpp_token (::lestes::msg::message_stencil1< ucn_string >::create("cannot convert `%0' to C++ token",::lestes::msg::message::FLG_ERROR,::lestes::msg::formatter< ucn_string >::instance())) |
| ptr< ::lestes::msg::message_stencil1< ucn_string > > | lestes::lang::cplus::lex::stray_character (::lestes::msg::message_stencil1< ucn_string >::create("stray character `%0'",::lestes::msg::message::FLG_ERROR,::lestes::msg::formatter< ucn_string >::instance())) |
Definition of warnings and errors issued for token transformation and numeric literal parsing.
Definition in file preprocessor.m.cc.
1.5.1-20070107