/third_party/spirv-tools/ |
D | build_defs.bzl | 48 grammars = [ 57 fmtargs = grammars + outs 60 srcs = grammars, 77 grammars = [ 86 fmtargs = grammars + outs 89 srcs = grammars, 106 grammars = [ 110 fmtargs = grammars + outs 113 srcs = grammars, 127 grammars = [ [all …]
|
/third_party/skia/third_party/externals/spirv-tools/ |
D | build_defs.bzl | 49 grammars = [ 58 fmtargs = grammars + outs 61 srcs = grammars, 78 grammars = [ 87 fmtargs = grammars + outs 90 srcs = grammars, 107 grammars = [ 111 fmtargs = grammars + outs 114 srcs = grammars, 128 grammars = [ [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/ |
D | build_defs.bzl | 49 grammars = [ 58 fmtargs = grammars + outs 61 srcs = grammars, 78 grammars = [ 87 fmtargs = grammars + outs 90 srcs = grammars, 107 grammars = [ 111 fmtargs = grammars + outs 114 srcs = grammars, 128 grammars = [ [all …]
|
/third_party/boost/boost/wave/grammars/ |
D | cpp_expression_grammar.hpp | 56 namespace grammars { namespace 88 typedef boost::wave::grammars::closures::closure_value type; 92 boost::wave::grammars::closures::closure_value 95 typedef boost::wave::grammars::closures::closure_value return_type; in operator ()() 116 typedef boost::wave::grammars::closures::closure_value type; 120 boost::wave::grammars::closures::closure_value 123 typedef boost::wave::grammars::closures::closure_value return_type; in operator ()() 159 typedef boost::wave::grammars::closures::closure_value type; 163 boost::wave::grammars::closures::closure_value 181 typedef boost::wave::grammars::closures::closure_value type; [all …]
|
D | cpp_value_error.hpp | 24 namespace grammars { namespace
|
/third_party/boost/libs/wave/samples/real_positions/ |
D | instantiate_cpp_literalgrs.cpp | 38 template struct boost::wave::grammars::intlit_grammar_gen<token_type>; 41 template struct boost::wave::grammars::chlit_grammar_gen<int, token_type>; 43 template struct boost::wave::grammars::chlit_grammar_gen<unsigned int, token_type>;
|
D | instantiate_cpp_exprgrammar.cpp | 38 template struct boost::wave::grammars::expression_grammar_gen<token_type>;
|
D | instantiate_has_include_grammar.cpp | 36 template struct boost::wave::grammars::has_include_grammar_gen<lexer_type>;
|
D | instantiate_defined_grammar.cpp | 36 template struct boost::wave::grammars::defined_grammar_gen<lexer_type>;
|
/third_party/boost/libs/wave/samples/cpp_tokens/ |
D | instantiate_cpp_literalgrs.cpp | 39 template struct boost::wave::grammars::intlit_grammar_gen<token_type>; 42 template struct boost::wave::grammars::chlit_grammar_gen<int, token_type>; 44 template struct boost::wave::grammars::chlit_grammar_gen<unsigned int, token_type>;
|
D | instantiate_cpp_exprgrammar.cpp | 39 template struct boost::wave::grammars::expression_grammar_gen<token_type>;
|
D | instantiate_defined_grammar.cpp | 36 template struct boost::wave::grammars::defined_grammar_gen<lexer_type>;
|
/third_party/boost/libs/wave/samples/list_includes/ |
D | instantiate_cpp_literalgrs.cpp | 39 template struct boost::wave::grammars::intlit_grammar_gen<token_type>; 42 template struct boost::wave::grammars::chlit_grammar_gen<int, token_type>; 44 template struct boost::wave::grammars::chlit_grammar_gen<unsigned int, token_type>;
|
D | instantiate_cpp_exprgrammar.cpp | 37 template struct boost::wave::grammars::expression_grammar_gen<token_type>;
|
/third_party/boost/libs/wave/src/ |
D | instantiate_cpp_literalgrs.cpp | 43 template struct boost::wave::grammars::intlit_grammar_gen<token_type>; 46 template struct BOOST_SYMBOL_VISIBLE boost::wave::grammars::chlit_grammar_gen<int, token_type>; 48 template struct BOOST_SYMBOL_VISIBLE boost::wave::grammars::chlit_grammar_gen<unsigned int, token_t…
|
/third_party/boost/libs/spirit/doc/lex/ |
D | introduction.qbk | 44 "Chomsky Hierarchy" of grammars: 46 * Type 0: Unrestricted grammars (e.g., natural languages) 47 * Type 1: Context-Sensitive grammars 48 * Type 2: Context-Free grammars 49 * Type 3: Regular grammars 51 The complexity of these grammars increases from regular grammars being the 52 simplest to unrestricted grammars being the most complex. Similarly, the 53 complexity of pattern recognition for these grammars increases. Although, a few 59 context-free grammars can always be parsed using a push-down automaton 62 In real programming languages and practical grammars, the parts that can be [all …]
|
/third_party/boost/libs/spirit/example/qi/ |
D | expect.cpp | 57 namespace grammars { namespace 94 grammars::ident<iterator_type> id; in main()
|
/third_party/boost/libs/xpressive/doc/ |
D | tips_n_tricks.qbk | 20 are completely thread-safe once their initialization (and that of any grammars of 73 With static regexes, you can create grammars by nesting regexes inside one 77 in grammars. It's best to build regex grammars from a single thread. Once built,
|
/third_party/boost/boost/wave/util/ |
D | cpp_iterator.hpp | 167 typedef boost::wave::grammars::predefined_macros_grammar_gen<lexer_type> in add_macro_definition() 252 typedef boost::wave::grammars::cpp_grammar_gen<lexer_type, token_sequence_type> 2026 grammars::value_error status = grammars::error_noerror; in on_if() 2048 if_status = grammars::expression_grammar_gen<result_type>:: in on_if() 2064 && status == grammars::error_noerror); 2068 if (grammars::error_noerror != status) { 2074 if (grammars::error_division_by_zero & status) { 2078 else if (grammars::error_integer_overflow & status) { 2082 else if (grammars::error_character_overflow & status) { 2129 grammars::value_error status = grammars::error_noerror; in on_elif() [all …]
|
/third_party/boost/libs/metaparse/example/grammar_calculator/ |
D | README | 2 with grammars.
|
/third_party/boost/libs/wave/samples/waveidl/ |
D | instantiate_defined_grammar.cpp | 39 template struct boost::wave::grammars::defined_grammar_gen<lexer_type>;
|
D | instantiate_has_include_grammar.cpp | 39 template struct boost::wave::grammars::has_include_grammar_gen<lexer_type>;
|
D | instantiate_predef_macros.cpp | 39 template struct boost::wave::grammars::predefined_macros_grammar_gen<lexer_type>;
|
/third_party/boost/libs/wave/samples/token_statistics/ |
D | instantiate_has_include_grammar.cpp | 39 template struct boost::wave::grammars::has_include_grammar_gen<lexer_type>;
|
D | instantiate_defined_grammar.cpp | 39 template struct boost::wave::grammars::defined_grammar_gen<lexer_type>;
|