Home
last modified time | relevance | path

Searched refs:ExtTokenTypeMask (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/wave/grammars/
Dcpp_predef_macros_grammar.hpp82 ExtTokenTypeMask|PPTokenFlag) // and, bit_and etc. in definition()
99 ExtTokenTypeMask|PPTokenFlag) // and, bit_and etc. in definition()
Dcpp_grammar.hpp337 ExtTokenTypeMask|PPTokenFlag) // and, bit_and etc. in definition()
361 ExtTokenTypeMask|PPTokenFlag) // and, bit_and etc. in definition()
394 ExtTokenTypeMask|PPTokenFlag) // and, bit_and etc. in definition()
558 ExtTokenTypeMask|PPTokenFlag) // and, bit_and etc. in definition()
Dcpp_defined_grammar.hpp93 ExtTokenTypeMask|PPTokenFlag) in definition()
/third_party/boost/boost/wave/
Dtoken_ids.hpp42 #define BASEID_FROM_TOKEN(tok) ((tok) & ~ExtTokenTypeMask)
73 ExtTokenTypeMask = 0x7FF80000, enumerator
333 ~(boost::wave::ExtTokenTypeMask|boost::wave::PPTokenFlag)) \
339 #define EXTCATEGORY_FROM_TOKEN(tok) ((tok) & boost::wave::ExtTokenTypeMask)
/third_party/boost/libs/wave/samples/lexed_tokens/
Dlexed_tokens.cpp45 if (ExtTokenTypeMask & id) { in operator <<()
/third_party/boost/libs/wave/samples/real_positions/
Dreal_positions.cpp51 if (ExtTokenTypeMask & id) { in operator <<()
/third_party/boost/boost/wave/util/
Dinterpret_pragma.hpp94 ExtTokenTypeMask|PPTokenFlag) // and, bit_and etc. in interpret_pragma()