Home
last modified time | relevance | path

Searched refs:parenthesized (Results 1 – 25 of 69) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DunparenthesizedFunctionTypeInUnionOrIntersection.errors.txt1 …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 …]
DunparenthesizedConstructorTypeInUnionOrIntersection.errors.txt1 …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 …]
DtemplateStringWithEmbeddedYieldKeyword.types5 // Once this is supported, yield *must* be parenthesized.
DtemplateStringWithEmbeddedYieldKeywordES6.symbols5 // Once this is supported, yield *must* be parenthesized.
DtemplateStringWithEmbeddedYieldKeyword.symbols5 // Once this is supported, yield *must* be parenthesized.
DtemplateStringWithEmbeddedYieldKeywordES6.types5 // Once this is supported, yield *must* be parenthesized.
DtemplateStringInYieldKeyword.types5 // Once this is supported, the inner expression does not need to be parenthesized.
DtemplateStringInYieldKeyword.symbols5 // Once this is supported, the inner expression does not need to be parenthesized.
DtemplateStringWithEmbeddedYieldKeyword.errors.txt10 // Once this is supported, yield *must* be parenthesized.
DdeclarationEmitFirstTypeArgumentGenericFunctionType.types47 var prop4: Y<(<Tany>() => Tany), <Tany>() => Tany>; // parenthesized first type argument
DcastExpressionParentheses.symbols80 // nested parenthesized expression, should keep one pair of parenthese
DdeclarationEmitFirstTypeArgumentGenericFunctionType.symbols73 var prop4: Y<(<Tany>() => Tany), <Tany>() => Tany>; // parenthesized first type argument
DinferentialTypingWithFunctionTypeSyntacticScenarios.symbols83 // parenthesized expression
/third_party/rust/crates/syn/tests/
Dtest_parse_buffer.rs6 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/
Dcfg.rs4 use syn::{parenthesized, token, Attribute, LitStr, Token};
41 parenthesized!(content in input); in parse_single()
/third_party/gn/src/gn/
Dcommand_format.cc192 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/
Dattr.rs8 parenthesized,
127 parenthesized!(nested in input); in parse()
/third_party/node/deps/acorn/acorn/
DCHANGELOG.md601 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/
Dgrammar.rst12 In particular, ``&`` followed by a symbol, token or parenthesized
/third_party/rust/crates/syn/src/
Dmeta.rs275 parenthesized!(content in self.input); in parse_nested_meta()
Drestriction.rs95 let paren_token = parenthesized!(content in ahead); in parse_pub()
Dty.rs359 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()
Dgroup.rs146 macro_rules! parenthesized { macro
/third_party/rust/crates/syn/codegen/src/
Dparse.rs283 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/
Dregexp.md189 | `( ...)` | 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…

123