/third_party/typescript/tests/baselines/reference/ |
D | unparenthesizedFunctionTypeInUnionOrIntersection.errors.txt | 1 …OrIntersection.ts(1,19): error TS1385: Function type notation must be parenthesized when used in a… 2 …OrIntersection.ts(2,19): error TS1385: Function type notation must be parenthesized when used in a… 3 …OrIntersection.ts(3,12): error TS1385: Function type notation must be parenthesized when used in a… 4 …OrIntersection.ts(4,12): error TS1385: Function type notation must be parenthesized when used in a… 5 …OrIntersection.ts(5,19): error TS1385: Function type notation must be parenthesized when used in a… 6 …nOrIntersection.ts(8,4): error TS1385: Function type notation must be parenthesized when used in a… 7 …rIntersection.ts(11,19): error TS1387: Function type notation must be parenthesized when used in a… 8 …rIntersection.ts(12,19): error TS1387: Function type notation must be parenthesized when used in a… 9 …rIntersection.ts(13,12): error TS1387: Function type notation must be parenthesized when used in a… 10 …rIntersection.ts(14,12): error TS1387: Function type notation must be parenthesized when used in a… [all …]
|
D | unparenthesizedConstructorTypeInUnionOrIntersection.errors.txt | 1 …ntersection.ts(1,19): error TS1386: Constructor type notation must be parenthesized when used in a… 2 …ntersection.ts(2,19): error TS1386: Constructor type notation must be parenthesized when used in a… 3 …ntersection.ts(3,12): error TS1386: Constructor type notation must be parenthesized when used in a… 4 …ntersection.ts(4,12): error TS1386: Constructor type notation must be parenthesized when used in a… 5 …ntersection.ts(5,19): error TS1386: Constructor type notation must be parenthesized when used in a… 6 …Intersection.ts(8,4): error TS1386: Constructor type notation must be parenthesized when used in a… 7 …tersection.ts(11,19): error TS1388: Constructor type notation must be parenthesized when used in a… 8 …tersection.ts(12,19): error TS1388: Constructor type notation must be parenthesized when used in a… 9 …tersection.ts(13,12): error TS1388: Constructor type notation must be parenthesized when used in a… 10 …tersection.ts(14,12): error TS1388: Constructor type notation must be parenthesized when used in a… [all …]
|
D | templateStringWithEmbeddedYieldKeyword.types | 5 // Once this is supported, yield *must* be parenthesized.
|
D | templateStringWithEmbeddedYieldKeywordES6.symbols | 5 // Once this is supported, yield *must* be parenthesized.
|
D | templateStringWithEmbeddedYieldKeyword.symbols | 5 // Once this is supported, yield *must* be parenthesized.
|
D | templateStringWithEmbeddedYieldKeywordES6.types | 5 // Once this is supported, yield *must* be parenthesized.
|
D | templateStringInYieldKeyword.types | 5 // Once this is supported, the inner expression does not need to be parenthesized.
|
D | templateStringInYieldKeyword.symbols | 5 // Once this is supported, the inner expression does not need to be parenthesized.
|
D | templateStringWithEmbeddedYieldKeyword.errors.txt | 10 // Once this is supported, yield *must* be parenthesized.
|
D | declarationEmitFirstTypeArgumentGenericFunctionType.types | 47 var prop4: Y<(<Tany>() => Tany), <Tany>() => Tany>; // parenthesized first type argument
|
D | castExpressionParentheses.symbols | 80 // nested parenthesized expression, should keep one pair of parenthese
|
D | declarationEmitFirstTypeArgumentGenericFunctionType.symbols | 73 var prop4: Y<(<Tany>() => Tany), <Tany>() => Tany>; // parenthesized first type argument
|
D | inferentialTypingWithFunctionTypeSyntacticScenarios.symbols | 83 // parenthesized expression
|
/third_party/rust/crates/syn/tests/ |
D | test_parse_buffer.rs | 6 use syn::{parenthesized, Token}; 33 parenthesized!(a in input); in smuggled_speculative_cursor_between_brackets() 34 parenthesized!(b in input); in smuggled_speculative_cursor_between_brackets() 50 parenthesized!(a in input); in smuggled_speculative_cursor_into_brackets() 65 parenthesized!(content in input); in trailing_empty_none_group()
|
/third_party/rust/crates/cxx/syntax/ |
D | cfg.rs | 4 use syn::{parenthesized, token, Attribute, LitStr, Token}; 41 parenthesized!(content in input); in parse_single()
|
/third_party/gn/src/gn/ |
D | command_format.cc | 192 void AddParen(int prec, int outer_prec, bool* parenthesized); 693 void Printer::AddParen(int prec, int outer_prec, bool* parenthesized) { in AddParen() argument 696 *parenthesized = true; in AddParen() 722 bool parenthesized = false; in Expr() local 725 AddParen(kPrecedenceSuffix, outer_prec, &parenthesized); in Expr() 754 parenthesized = true; in Expr() 756 AddParen(prec_left, outer_prec, &parenthesized); in Expr() 759 if (parenthesized) in Expr()
|
/third_party/rust/crates/clap/clap_derive/src/ |
D | attr.rs | 8 parenthesized, 127 parenthesized!(nested in input); in parse()
|
/third_party/node/deps/acorn/acorn/ |
D | CHANGELOG.md | 601 A binary operator after a parenthesized arrow expression is no longer incorrectly treated as an err… 623 Allow all forms of member expressions to be parenthesized as lvalue. 637 Fix incorrect error raised for parenthesized simple assignment targets, so that `(x) = 1` parses ag… 643 Solve spurious parenthesized pattern errors by temporarily erring on the side of accepting programs… 663 Disallow parenthesized pattern expressions. 667 Don't allow the `async` keyword to be parenthesized. 788 A parenthesized class or function expression after `export default` is now parsed correctly.
|
/third_party/python/Doc/reference/ |
D | grammar.rst | 12 In particular, ``&`` followed by a symbol, token or parenthesized
|
/third_party/rust/crates/syn/src/ |
D | meta.rs | 275 parenthesized!(content in self.input); in parse_nested_meta()
|
D | restriction.rs | 95 let paren_token = parenthesized!(content in ahead); in parse_pub()
|
D | ty.rs | 359 let paren_token = parenthesized!(content in input); in ambig_ty() 641 paren_token: parenthesized!(args in input), in parse() 699 let paren_token = parenthesized!(content in input); in parse() 893 paren_token: parenthesized!(content in input), in parse()
|
D | group.rs | 146 macro_rules! parenthesized { macro
|
/third_party/rust/crates/syn/codegen/src/ |
D | parse.rs | 283 braced, bracketed, parenthesized, parse_quote, token, Attribute, Expr, Ident, Lit, LitStr, 356 parenthesized!(content in input); in eos_variant() 449 parenthesized!(nested in input); in parse_features()
|
/third_party/icu/docs/userguide/strings/ |
D | regexp.md | 189 | `( ...)` | Capturing parentheses. Range of input that matched the parenthesized subexpressio… 191 | `(?> ...)` | Atomic-match parentheses. First match of the parenthesized subexpression is the o… 193 | `(?= ...)` | Look-ahead assertion. True if the parenthesized pattern matches at the current in… 194 | `(?! ...)` | Negative look-ahead assertion. True if the parenthesized pattern does not match a… 195 | `(?<= ...)` | Look-behind assertion. True if the parenthesized pattern matches text preceding t… 196 | `(?<! ...)` | Negative Look-behind assertion. True if the parenthesized pattern does not match … 198 | `(?ismwx-ismwx:...)` | Flag settings. Evaluate the parenthesized expression with the specified f…
|