Home
last modified time | relevance | path

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

1234

/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 …]
DgenericCallsWithoutParens.errors.txt2 …4: A 'new' expression with type arguments must always be followed by a parenthesized argument list.
16 !!! error TS1384: A 'new' expression with type arguments must always be followed by a parenthesized
DgenericConstructExpressionWithoutArgs.errors.txt1 …4: A 'new' expression with type arguments must always be followed by a parenthesized argument list.
15 !!! error TS1384: A 'new' expression with type arguments must always be followed by a parenthesized
DgenericObjectCreationWithoutTypeArgs.errors.txt1 …4: A 'new' expression with type arguments must always be followed by a parenthesized argument list.
12 !!! error TS1384: A 'new' expression with type arguments must always be followed by a parenthesized
DparserConstructorAmbiguity3.errors.txt1 …4: A 'new' expression with type arguments must always be followed by a parenthesized argument list.
9 !!! error TS1384: A 'new' expression with type arguments must always be followed by a parenthesized
DnewOperatorErrorCases.errors.txt3 …4: A 'new' expression with type arguments must always be followed by a parenthesized argument list.
44 !!! error TS1384: A 'new' expression with type arguments must always be followed by a parenthesized
DtemplateStringWithEmbeddedYieldKeyword.types5 // Once this is supported, yield *must* be parenthesized.
DtemplateStringWithEmbeddedYieldKeyword.symbols5 // Once this is supported, yield *must* be parenthesized.
DtemplateStringWithEmbeddedYieldKeywordES6.symbols5 // Once this is supported, yield *must* be parenthesized.
DtemplateStringWithEmbeddedYieldKeywordES6.types5 // Once this is supported, yield *must* be parenthesized.
DtemplateStringInYieldKeyword.symbols5 // Once this is supported, the inner expression does not need to be parenthesized.
DtemplateStringInYieldKeyword.types5 // 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/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/node/deps/acorn/acorn/
DCHANGELOG.md501 A binary operator after a parenthesized arrow expression is no longer incorrectly treated as an err…
523 Allow all forms of member expressions to be parenthesized as lvalue.
537 Fix incorrect error raised for parenthesized simple assignment targets, so that `(x) = 1` parses ag…
543 Solve spurious parenthesized pattern errors by temporarily erring on the side of accepting programs…
563 Disallow parenthesized pattern expressions.
567 Don't allow the `async` keyword to be parenthesized.
688 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/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/basics/
Dparenthesized-use-strict.src.ts.shot3 exports[`typescript basics parenthesized-use-strict.src 1`] = `
/third_party/typescript_eslint/packages/typescript-estree/tests/snapshots/typescript/types/
Dparenthesized-type.src.ts.shot3 exports[`typescript types parenthesized-type.src 1`] = `
/third_party/boost/libs/local_function/doc/
Drelease_notes.qbk28 # Replaced parenthesized syntax with variadic and sequencing macro syntaxes.
/third_party/boost/tools/build/doc/src/
Dregex.adoc46 `indices` is omitted returns a list of first parenthesized groups of all

1234