Home
last modified time | relevance | path

Searched defs:token_type (Results 1 – 25 of 132) sorted by relevance

123456

/third_party/python/Lib/email/
D_header_value_parser.py117 token_type = None variable in TokenList
194 token_type = 'unstructured' variable in UnstructuredTokenList
198 token_type = 'phrase' variable in Phrase
201 token_type = 'word' variable in Word
205 token_type = 'cfws' variable in CFWSList
209 token_type = 'atom' variable in Atom
213 token_type = 'token' variable in Token
218 token_type = 'encoded-word' variable in EncodedWord
226 token_type = 'quoted-string' variable in QuotedString
253 token_type = 'bare-quoted-string' variable in BareQuotedString
[all …]
/third_party/boost/libs/spirit/test/lex/
Dtoken_omit.cpp186 base_iterator_type, lex::omit, mpl::false_> token_type; in main() typedef
202 base_iterator_type, lex::omit, mpl::false_> token_type; in main() typedef
220 base_iterator_type, lex::omit, mpl::true_> token_type; in main() typedef
237 base_iterator_type, lex::omit, mpl::true_> token_type; in main() typedef
Dtoken_iterpair.cpp183 base_iterator_type, mpl::vector<>, mpl::false_> token_type; in main() typedef
199 base_iterator_type, mpl::vector<>, mpl::false_> token_type; in main() typedef
217 base_iterator_type, mpl::vector<>, mpl::true_> token_type; in main() typedef
234 base_iterator_type, mpl::vector<>, mpl::true_> token_type; in main() typedef
Dtoken_moretypes.cpp222 base_iterator_type, mpl::vector<double, int>, mpl::false_> token_type; in main() typedef
240 base_iterator_type, mpl::vector<double, int>, mpl::false_> token_type; in main() typedef
260 base_iterator_type, mpl::vector<double, int>, mpl::true_> token_type; in main() typedef
279 base_iterator_type, mpl::vector<double, int>, mpl::true_> token_type; in main() typedef
Dtoken_onetype.cpp210 base_iterator_type, mpl::vector<double>, mpl::false_> token_type; in main() typedef
227 base_iterator_type, mpl::vector<double>, mpl::false_> token_type; in main() typedef
246 base_iterator_type, mpl::vector<double>, mpl::true_> token_type; in main() typedef
264 base_iterator_type, mpl::vector<double>, mpl::true_> token_type; in main() typedef
Dlexertl2.cpp66 typedef lex::lexertl::token<base_iterator_type> token_type; in main() typedef
79 typedef lex::lexertl::token<base_iterator_type> token_type; in main() typedef
Dregression_less_8563.cpp33 typedef lex::lexertl::token<char const*> token_type; in main() typedef
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.h50 #define LEXER_IS_UNARY_OP_TOKEN(token_type) \ argument
52 #define LEXER_IS_UNARY_LVALUE_OP_TOKEN(token_type) \ argument
73 #define LEXER_IS_BINARY_OP_TOKEN(token_type) \ argument
80 #define LEXER_IS_BINARY_LVALUE_TOKEN(token_type) \ argument
224 #define LEXER_UNARY_OP_TOKEN_TO_OPCODE(token_type) \ argument
227 #define LEXER_UNARY_LVALUE_OP_TOKEN_TO_OPCODE(token_type) \ argument
230 #define LEXER_BINARY_OP_TOKEN_TO_OPCODE(token_type) \ argument
233 #define LEXER_BINARY_LVALUE_OP_TOKEN_TO_OPCODE(token_type) \ argument
/third_party/boost/libs/wave/samples/cpp_tokens/
Dinstantiate_cpp_exprgrammar.cpp37 typedef boost::wave::cpplexer::slex_token<> token_type; typedef
Dinstantiate_cpp_grammar.cpp37 typedef boost::wave::cpplexer::slex_token<> token_type; typedef
Dinstantiate_cpp_literalgrs.cpp37 typedef boost::wave::cpplexer::slex_token<> token_type; typedef
/third_party/boost/libs/wave/samples/list_includes/
Dinstantiate_cpp_exprgrammar.cpp35 typedef boost::wave::cpplexer::lex_token<> token_type; typedef
Dinstantiate_cpp_literalgrs.cpp37 typedef boost::wave::cpplexer::lex_token<> token_type; typedef
Dinstantiate_cpp_grammar.cpp37 typedef boost::wave::cpplexer::lex_token<> token_type; typedef
/third_party/boost/libs/wave/samples/real_positions/
Dinstantiate_cpp_exprgrammar.cpp36 typedef lex_token<> token_type; typedef
Dinstantiate_cpp_grammar.cpp37 typedef lex_token<> token_type; typedef
Dinstantiate_cpp_literalgrs.cpp36 typedef lex_token<> token_type; typedef
/third_party/boost/libs/wave/src/
Dinstantiate_cpp_exprgrammar.cpp41 typedef boost::wave::cpplexer::lex_token<> token_type; typedef
Dinstantiate_defined_grammar.cpp40 typedef boost::wave::cpplexer::lex_token<> token_type; typedef
Dinstantiate_has_include_grammar.cpp40 typedef boost::wave::cpplexer::lex_token<> token_type; typedef
Dinstantiate_predef_macros.cpp40 typedef boost::wave::cpplexer::lex_token<> token_type; typedef
Dinstantiate_cpp_literalgrs.cpp40 typedef boost::wave::cpplexer::lex_token<> token_type; typedef
Dinstantiate_cpp_grammar.cpp41 typedef boost::wave::cpplexer::lex_token<> token_type; typedef
/third_party/boost/libs/wave/samples/token_statistics/
Dinstantiate_cpp_grammar.cpp37 typedef boost::wave::cpplexer::lex_token<> token_type; typedef
/third_party/boost/libs/wave/samples/waveidl/
Dinstantiate_cpp_grammar.cpp37 typedef boost::wave::cpplexer::lex_token<> token_type; typedef

123456