Home
last modified time | relevance | path

Searched refs:BoolLiteralTokenType (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/wave/grammars/
Dcpp_predef_macros_grammar.hpp83 | pattern_p(BoolLiteralTokenType, in definition()
100 | pattern_p(BoolLiteralTokenType, in definition()
Dcpp_grammar.hpp338 | pattern_p(BoolLiteralTokenType, in definition()
362 | pattern_p(BoolLiteralTokenType, in definition()
395 | pattern_p(BoolLiteralTokenType, in definition()
559 | pattern_p(BoolLiteralTokenType, in definition()
Dcpp_defined_grammar.hpp97 | pattern_p(BoolLiteralTokenType, TokenTypeMask|PPTokenFlag) in definition()
/third_party/boost/boost/wave/
Dtoken_ids.hpp58 BoolLiteralTokenType = 0x22840000, enumerator
161 T_FALSE = TOKEN_FROM_ID(308, BoolLiteralTokenType),
162 T_TRUE = TOKEN_FROM_ID(309, BoolLiteralTokenType),
/third_party/boost/boost/wave/util/
Dinterpret_pragma.hpp98 | pattern_p(BoolLiteralTokenType, in interpret_pragma()
Dcpp_macromap_utils.hpp189 IS_CATEGORY(id, BoolLiteralTokenType)) && in token_equals()
Dcpp_macromap.hpp525 !IS_CATEGORY(id, BoolLiteralTokenType)) in is_defined()
750 IS_CATEGORY(id, BoolLiteralTokenType)) in expand_tokensequence_worker()
832 else if (expand_operator_defined && IS_CATEGORY(*first, BoolLiteralTokenType)) { in expand_tokensequence_worker()
1448 IS_CATEGORY(token_id(curr_token), BoolLiteralTokenType)); in expand_macro()
Dcpp_iterator.hpp873 || IS_CATEGORY(id, BoolLiteralTokenType)) in pp_token()
1031 IS_CATEGORY(id, BoolLiteralTokenType)) in extract_identifier()
/third_party/boost/libs/wave/samples/hannibal/
Dtranslation_unit_parser.h306 = pattern_p( BoolLiteralTokenType, TokenTypeMask) in definition()