/third_party/python/Parser/ |
H A D | parser.c | 9801 expr_ty rest; in mapping_pattern_rule() local 9805 (rest = double_star_pattern_rule(p)) // double_star_pattern in mapping_pattern_rule() 9822 _res = _PyAST_MatchMapping ( NULL , NULL , rest -> v . Name . id , EXTRA ); in mapping_pattern_rule() 9846 expr_ty rest; in mapping_pattern_rule() local 9854 (rest = double_star_pattern_rule(p)) // double_star_pattern in mapping_pattern_rule() 9871 _res = _PyAST_MatchMapping ( CHECK ( asdl_expr_seq* , _PyPegen_get_pattern_keys ( p , items ) ) , CHECK ( asdl_pattern_seq* , _PyPegen_get_patterns ( p , items ) ) , rest -> v . Name . id , EXTRA ); in mapping_pattern_rule() [all...] |
/third_party/python/Python/ |
H A D | compile.c | 2795 /* 5. generate the rest of the code for the call */ in compiler_class() 3625 [orig, res, rest/exc, match?] COPY 1 3626 [orig, res, rest/exc, match?, match?] POP_JUMP_IF_NONE C1 3628 [orig, res, rest, match] <assign to V1> (or POP if no V1) 3630 [orig, res, rest] SETUP_FINALLY R1 3631 [orig, res, rest] <code for S1> 3632 [orig, res, rest] JUMP L2 3634 [orig, res, rest, i, v] R1: LIST_APPEND 3 ) exc raised in except* body - add to res 3635 [orig, res, rest, i] POP 3636 [orig, res, rest] JUM [all...] |
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | 7846 var rest = path.substring(rootLength).split(ts.directorySeparator); 7847 if (rest.length && !ts.lastOrUndefined(rest)) 7848 rest.pop(); 7849 return __spreadArray([root], rest, true); 8277 A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma: diag(1013, ts.DiagnosticCategory.Error, "A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma_1013", "A rest parameter or binding pattern may not have a trailing comma."), 8278 A_rest_parameter_must_be_last_in_a_parameter_list: diag(1014, ts.DiagnosticCategory.Error, "A_rest_parameter_must_be_last_in_a_parameter_list_1014", "A rest parameter must be last in a parameter list."), 8281 An_index_signature_cannot_have_a_rest_parameter: diag(1017, ts.DiagnosticCategory.Error, "An_index_signature_cannot_have_a_rest_parameter_1017", "An index signature cannot have a rest parameter."), 8302 A_rest_parameter_cannot_be_optional: diag(1047, ts.DiagnosticCategory.Error, "A_rest_parameter_cannot_be_optional_1047", "A rest parameter cannot be optional."), 8303 A_rest_parameter_cannot_have_an_initializer: diag(1048, ts.DiagnosticCategory.Error, "A_rest_parameter_cannot_have_an_initializer_1048", "A rest paramete [all...] |
H A D | tsc.js | 5106 var rest = path.substring(rootLength).split(ts.directorySeparator); 5107 if (rest.length && !ts.lastOrUndefined(rest)) 5108 rest.pop(); 5109 return __spreadArray([root], rest, true); 5414 A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma: diag(1013, ts.DiagnosticCategory.Error, "A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma_1013", "A rest parameter or binding pattern may not have a trailing comma."), 5415 A_rest_parameter_must_be_last_in_a_parameter_list: diag(1014, ts.DiagnosticCategory.Error, "A_rest_parameter_must_be_last_in_a_parameter_list_1014", "A rest parameter must be last in a parameter list."), 5418 An_index_signature_cannot_have_a_rest_parameter: diag(1017, ts.DiagnosticCategory.Error, "An_index_signature_cannot_have_a_rest_parameter_1017", "An index signature cannot have a rest parameter."), 5439 A_rest_parameter_cannot_be_optional: diag(1047, ts.DiagnosticCategory.Error, "A_rest_parameter_cannot_be_optional_1047", "A rest parameter cannot be optional."), 5440 A_rest_parameter_cannot_have_an_initializer: diag(1048, ts.DiagnosticCategory.Error, "A_rest_parameter_cannot_have_an_initializer_1048", "A rest paramete [all...] |
H A D | tsserverlibrary.js | 7865 var rest = path.substring(rootLength).split(ts.directorySeparator); 7866 if (rest.length && !ts.lastOrUndefined(rest)) 7867 rest.pop(); 7868 return __spreadArray([root], rest, true); 8296 A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma: diag(1013, ts.DiagnosticCategory.Error, "A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma_1013", "A rest parameter or binding pattern may not have a trailing comma."), 8297 A_rest_parameter_must_be_last_in_a_parameter_list: diag(1014, ts.DiagnosticCategory.Error, "A_rest_parameter_must_be_last_in_a_parameter_list_1014", "A rest parameter must be last in a parameter list."), 8300 An_index_signature_cannot_have_a_rest_parameter: diag(1017, ts.DiagnosticCategory.Error, "An_index_signature_cannot_have_a_rest_parameter_1017", "An index signature cannot have a rest parameter."), 8321 A_rest_parameter_cannot_be_optional: diag(1047, ts.DiagnosticCategory.Error, "A_rest_parameter_cannot_be_optional_1047", "A rest parameter cannot be optional."), 8322 A_rest_parameter_cannot_have_an_initializer: diag(1048, ts.DiagnosticCategory.Error, "A_rest_parameter_cannot_have_an_initializer_1048", "A rest paramete [all...] |
H A D | tsserver.js | 7866 var rest = path.substring(rootLength).split(ts.directorySeparator); 7867 if (rest.length && !ts.lastOrUndefined(rest)) 7868 rest.pop(); 7869 return __spreadArray([root], rest, true); 8297 A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma: diag(1013, ts.DiagnosticCategory.Error, "A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma_1013", "A rest parameter or binding pattern may not have a trailing comma."), 8298 A_rest_parameter_must_be_last_in_a_parameter_list: diag(1014, ts.DiagnosticCategory.Error, "A_rest_parameter_must_be_last_in_a_parameter_list_1014", "A rest parameter must be last in a parameter list."), 8301 An_index_signature_cannot_have_a_rest_parameter: diag(1017, ts.DiagnosticCategory.Error, "An_index_signature_cannot_have_a_rest_parameter_1017", "An index signature cannot have a rest parameter."), 8322 A_rest_parameter_cannot_be_optional: diag(1047, ts.DiagnosticCategory.Error, "A_rest_parameter_cannot_be_optional_1047", "A rest parameter cannot be optional."), 8323 A_rest_parameter_cannot_have_an_initializer: diag(1048, ts.DiagnosticCategory.Error, "A_rest_parameter_cannot_have_an_initializer_1048", "A rest paramete [all...] |
H A D | typescript.js | 7856 var rest = path.substring(rootLength).split(ts.directorySeparator); 7857 if (rest.length && !ts.lastOrUndefined(rest)) 7858 rest.pop(); 7859 return __spreadArray([root], rest, true); 8287 A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma: diag(1013, ts.DiagnosticCategory.Error, "A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma_1013", "A rest parameter or binding pattern may not have a trailing comma."), 8288 A_rest_parameter_must_be_last_in_a_parameter_list: diag(1014, ts.DiagnosticCategory.Error, "A_rest_parameter_must_be_last_in_a_parameter_list_1014", "A rest parameter must be last in a parameter list."), 8291 An_index_signature_cannot_have_a_rest_parameter: diag(1017, ts.DiagnosticCategory.Error, "An_index_signature_cannot_have_a_rest_parameter_1017", "An index signature cannot have a rest parameter."), 8312 A_rest_parameter_cannot_be_optional: diag(1047, ts.DiagnosticCategory.Error, "A_rest_parameter_cannot_be_optional_1047", "A rest parameter cannot be optional."), 8313 A_rest_parameter_cannot_have_an_initializer: diag(1048, ts.DiagnosticCategory.Error, "A_rest_parameter_cannot_have_an_initializer_1048", "A rest paramete [all...] |
H A D | typescriptServices.js | 7856 var rest = path.substring(rootLength).split(ts.directorySeparator); 7857 if (rest.length && !ts.lastOrUndefined(rest)) 7858 rest.pop(); 7859 return __spreadArray([root], rest, true); 8287 A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma: diag(1013, ts.DiagnosticCategory.Error, "A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma_1013", "A rest parameter or binding pattern may not have a trailing comma."), 8288 A_rest_parameter_must_be_last_in_a_parameter_list: diag(1014, ts.DiagnosticCategory.Error, "A_rest_parameter_must_be_last_in_a_parameter_list_1014", "A rest parameter must be last in a parameter list."), 8291 An_index_signature_cannot_have_a_rest_parameter: diag(1017, ts.DiagnosticCategory.Error, "An_index_signature_cannot_have_a_rest_parameter_1017", "An index signature cannot have a rest parameter."), 8312 A_rest_parameter_cannot_be_optional: diag(1047, ts.DiagnosticCategory.Error, "A_rest_parameter_cannot_be_optional_1047", "A rest parameter cannot be optional."), 8313 A_rest_parameter_cannot_have_an_initializer: diag(1048, ts.DiagnosticCategory.Error, "A_rest_parameter_cannot_have_an_initializer_1048", "A rest paramete [all...] |
/third_party/libevdev/ |
H A D | configure | 3050 ... rest of stderr output deleted ... 15731 # distribution terms that you use for the rest of that program. 15974 # List of archive names. First name is the real one, the rest are links.
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | 7805 var rest = path.substring(rootLength).split(ts.directorySeparator); 7806 if (rest.length && !ts.lastOrUndefined(rest)) 7807 rest.pop(); 7808 return __spreadArray([root], rest, true); 8239 A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma: diag(1013, ts.DiagnosticCategory.Error, "A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma_1013", "A rest parameter or binding pattern may not have a trailing comma."), 8240 A_rest_parameter_must_be_last_in_a_parameter_list: diag(1014, ts.DiagnosticCategory.Error, "A_rest_parameter_must_be_last_in_a_parameter_list_1014", "A rest parameter must be last in a parameter list."), 8243 An_index_signature_cannot_have_a_rest_parameter: diag(1017, ts.DiagnosticCategory.Error, "An_index_signature_cannot_have_a_rest_parameter_1017", "An index signature cannot have a rest parameter."), 8264 A_rest_parameter_cannot_be_optional: diag(1047, ts.DiagnosticCategory.Error, "A_rest_parameter_cannot_be_optional_1047", "A rest parameter cannot be optional."), 8265 A_rest_parameter_cannot_have_an_initializer: diag(1048, ts.DiagnosticCategory.Error, "A_rest_parameter_cannot_have_an_initializer_1048", "A rest paramete [all...] |
/third_party/node/deps/cares/ |
H A D | configure | 2958 template <typename V, typename... Args> auto sum(V first, Args... rest) -> V 2960 return first + sum(rest...); 3703 ... rest of stderr output deleted ... 4611 ... rest of stderr output deleted ... 16347 *) ;; # Ignore the rest. 18549 ... rest of stderr output deleted ... 27251 # distribution terms that you use for the rest of that program. 27497 # List of archive names. First name is the real one, the rest are links.
|