/third_party/typescript/tests/baselines/reference/ |
D | stringLiteralsErrors.errors.txt | 1 tests/cases/compiler/stringLiteralsErrors.ts(2,18): error TS1002: Unterminated string literal. 2 tests/cases/compiler/stringLiteralsErrors.ts(3,3): error TS1002: Unterminated string literal. 3 tests/cases/compiler/stringLiteralsErrors.ts(4,18): error TS1002: Unterminated string literal. 4 tests/cases/compiler/stringLiteralsErrors.ts(5,3): error TS1002: Unterminated string literal. 5 tests/cases/compiler/stringLiteralsErrors.ts(8,20): error TS1002: Unterminated string literal. 6 tests/cases/compiler/stringLiteralsErrors.ts(9,3): error TS1002: Unterminated string literal. 7 tests/cases/compiler/stringLiteralsErrors.ts(10,20): error TS1002: Unterminated string literal. 8 tests/cases/compiler/stringLiteralsErrors.ts(11,3): error TS1002: Unterminated string literal. 9 tests/cases/compiler/stringLiteralsErrors.ts(14,24): error TS1002: Unterminated string literal. 10 tests/cases/compiler/stringLiteralsErrors.ts(15,24): error TS1002: Unterminated string literal. [all …]
|
D | jsdocLiteral.types | 3 * @param {'literal'} p1 4 * @param {"literal"} p2 5 * @param {'literal' | 'other'} p3 6 * @param {'literal' | number} p4 10 >f : (p1: 'literal', p2: "literal", p3: 'literal' | 'other', p4: 'literal' | number, p5: 12 | true … 11 >p1 : "literal" 12 >p2 : "literal" 13 >p3 : "literal" | "other" 14 >p4 : number | "literal" 23 >p1 : "literal" [all …]
|
D | templateLiteralTypes4.errors.txt | 1 tests/cases/conformance/types/literal/templateLiteralTypes4.ts(285,12): error TS2345: Argument of t… 2 tests/cases/conformance/types/literal/templateLiteralTypes4.ts(289,12): error TS2345: Argument of t… 5 ==== tests/cases/conformance/types/literal/templateLiteralTypes4.ts (2 errors) ==== 40 // infer from literal enums 47 // infer from non-literal enums 52 // string > template-literal > (string-literal | string-literal-enum) > 53 // number > enum > (number-literal | number-literal-enum) > 54 // bigint > bigint-literal > 55 // boolean > (boolean-literal | undefined | null) 58 // string > string-literal-enum [all …]
|
D | super_inside-object-literal-getters-and-setters.symbols | 1 === tests/cases/compiler/super_inside-object-literal-getters-and-setters.ts === 3 >ObjectLiteral : Symbol(ObjectLiteral, Decl(super_inside-object-literal-getters-and-setters.ts, 0, … 6 >ThisInObjectLiteral : Symbol(ThisInObjectLiteral, Decl(super_inside-object-literal-getters-and-set… 9 >_foo : Symbol(_foo, Decl(super_inside-object-literal-getters-and-setters.ts, 1, 31)) 12 … : Symbol(foo, Decl(super_inside-object-literal-getters-and-setters.ts, 2, 18), Decl(super_inside-… 17 … : Symbol(foo, Decl(super_inside-object-literal-getters-and-setters.ts, 2, 18), Decl(super_inside-… 18 >value : Symbol(value, Decl(super_inside-object-literal-getters-and-setters.ts, 6, 16)) 21 >value : Symbol(value, Decl(super_inside-object-literal-getters-and-setters.ts, 6, 16)) 25 >test : Symbol(test, Decl(super_inside-object-literal-getters-and-setters.ts, 8, 10)) 33 >F : Symbol(F, Decl(super_inside-object-literal-getters-and-setters.ts, 13, 1)) [all …]
|
D | objectLiteralErrors.errors.txt | 1 …ons/objectLiterals/objectLiteralErrors.ts(2,18): error TS1117: An object literal cannot have multi… 2 …ons/objectLiterals/objectLiteralErrors.ts(3,19): error TS1117: An object literal cannot have multi… 3 …ons/objectLiterals/objectLiteralErrors.ts(4,18): error TS1117: An object literal cannot have multi… 4 …ons/objectLiterals/objectLiteralErrors.ts(5,21): error TS1117: An object literal cannot have multi… 5 …ons/objectLiterals/objectLiteralErrors.ts(6,19): error TS1117: An object literal cannot have multi… 6 …ons/objectLiterals/objectLiteralErrors.ts(7,18): error TS1117: An object literal cannot have multi… 7 …ons/objectLiterals/objectLiteralErrors.ts(8,20): error TS1117: An object literal cannot have multi… 8 …ons/objectLiterals/objectLiteralErrors.ts(9,20): error TS1117: An object literal cannot have multi… 9 …ns/objectLiterals/objectLiteralErrors.ts(10,20): error TS1117: An object literal cannot have multi… 10 …ns/objectLiterals/objectLiteralErrors.ts(11,21): error TS1117: An object literal cannot have multi… [all …]
|
D | superInObjectLiterals_ES5.errors.txt | 1 …_ES5.ts(7,9): error TS2659: 'super' is only allowed in members of object literal expressions when … 2 …ES5.ts(10,9): error TS2659: 'super' is only allowed in members of object literal expressions when … 3 …ES5.ts(14,9): error TS2659: 'super' is only allowed in members of object literal expressions when … 4 …TS2660: 'super' can only be referenced in members of derived classes or object literal expressions. 5 …TS2660: 'super' can only be referenced in members of derived classes or object literal expressions. 6 …TS2660: 'super' can only be referenced in members of derived classes or object literal expressions. 7 …S5.ts(39,17): error TS2659: 'super' is only allowed in members of object literal expressions when … 8 …S5.ts(42,17): error TS2659: 'super' is only allowed in members of object literal expressions when … 9 …S5.ts(46,17): error TS2659: 'super' is only allowed in members of object literal expressions when … 10 …TS2660: 'super' can only be referenced in members of derived classes or object literal expressions. [all …]
|
D | super_inside-object-literal-getters-and-setters.errors.txt | 1 tests/cases/compiler/super_inside-object-literal-getters-and-setters.ts(4,13): error TS1056: Access… 2 …ler/super_inside-object-literal-getters-and-setters.ts(5,20): error TS2659: 'super' is only allowe… 3 tests/cases/compiler/super_inside-object-literal-getters-and-setters.ts(7,13): error TS1056: Access… 4 …ler/super_inside-object-literal-getters-and-setters.ts(8,13): error TS2659: 'super' is only allowe… 5 …ide-object-literal-getters-and-setters.ts(11,20): error TS2660: 'super' can only be referenced in … 6 tests/cases/compiler/super_inside-object-literal-getters-and-setters.ts(20,17): error TS1056: Acces… 7 …ler/super_inside-object-literal-getters-and-setters.ts(21,24): error TS2659: 'super' is only allow… 10 ==== tests/cases/compiler/super_inside-object-literal-getters-and-setters.ts (7 errors) ==== 19 !!! error TS2659: 'super' is only allowed in members of object literal expressions when option 'tar… 26 !!! error TS2659: 'super' is only allowed in members of object literal expressions when option 'tar… [all …]
|
D | indirectTypeParameterReferences.js | 10 const literal = (fn: (aPlusB: A & B) => void) => null function 12 return {combined, literal} 15 const {combined, literal} = flowtypes<{a: string}>({b: 'b-value'}) 17 literal(aPlusB => { 37 var literal = function (fn) { return null; }; function 38 return { combined: combined, literal: literal }; 40 var _a = flowtypes({ b: 'b-value' }), combined = _a.combined, literal = _a.literal; 41 literal(function (aPlusB) {
|
D | this_inside-object-literal-getters-and-setters.symbols | 1 === tests/cases/compiler/this_inside-object-literal-getters-and-setters.ts === 3 >ObjectLiteral : Symbol(ObjectLiteral, Decl(this_inside-object-literal-getters-and-setters.ts, 0, 0… 6 >ThisInObjectLiteral : Symbol(ThisInObjectLiteral, Decl(this_inside-object-literal-getters-and-sett… 9 >_foo : Symbol(_foo, Decl(this_inside-object-literal-getters-and-setters.ts, 1, 31)) 12 …oo : Symbol(foo, Decl(this_inside-object-literal-getters-and-setters.ts, 2, 18), Decl(this_inside-… 17 …oo : Symbol(foo, Decl(this_inside-object-literal-getters-and-setters.ts, 2, 18), Decl(this_inside-… 18 >value : Symbol(value, Decl(this_inside-object-literal-getters-and-setters.ts, 6, 16)) 21 >value : Symbol(value, Decl(this_inside-object-literal-getters-and-setters.ts, 6, 16)) 25 >test : Symbol(test, Decl(this_inside-object-literal-getters-and-setters.ts, 8, 10))
|
D | templateLiteralTypes4.types | 1 === tests/cases/conformance/types/literal/templateLiteralTypes4.ts === 81 // infer from literal enums 106 // infer from non-literal enums 122 // string > template-literal > (string-literal | string-literal-enum) > 123 // number > enum > (number-literal | number-literal-enum) > 124 // bigint > bigint-literal > 125 // boolean > (boolean-literal | undefined | null) 128 // string > string-literal-enum 140 // string > (number-literal | number-literal-enum) 151 // string > bigint-literal [all …]
|
D | decoratorsOnComputedProperties.errors.txt | 1 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 2 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 3 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 4 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 5 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 6 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 11 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 14 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 17 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 18 …omputed property name in a class property declaration must have a simple literal type or a 'unique… [all …]
|
D | identifierStartAfterNumericLiteral.errors.txt | 1 …teral.ts(1,16): error TS1351: An identifier or keyword cannot immediately follow a numeric literal. 2 …iteral.ts(3,2): error TS1351: An identifier or keyword cannot immediately follow a numeric literal. 4 …iteral.ts(4,4): error TS1351: An identifier or keyword cannot immediately follow a numeric literal. 10 …iteral.ts(7,2): error TS1351: An identifier or keyword cannot immediately follow a numeric literal. 11 …iteral.ts(8,4): error TS1351: An identifier or keyword cannot immediately follow a numeric literal. 12 tests/cases/compiler/identifierStartAfterNumericLiteral.ts(9,1): error TS1352: A bigint literal can… 15 tests/cases/compiler/identifierStartAfterNumericLiteral.ts(10,1): error TS1352: A bigint literal ca… 18 …teral.ts(11,2): error TS1351: An identifier or keyword cannot immediately follow a numeric literal. 20 …teral.ts(12,4): error TS1351: An identifier or keyword cannot immediately follow a numeric literal. 22 …teral.ts(13,4): error TS1351: An identifier or keyword cannot immediately follow a numeric literal. [all …]
|
D | indirectTypeParameterReferences.types | 9 >flowtypes : <A>(b: B) => { combined: (fn: (combined: A & B) => void) => any; literal: (fn: (aPlusB… 10 … literal = (fn: (aPlusB: A & B) => void) => null return {combined, literal}} : <A>(b: B) => { com… 23 const literal = (fn: (aPlusB: A & B) => void) => null 24 >literal : (fn: (aPlusB: A & B) => void) => any 30 return {combined, literal} 31 >{combined, literal} : { combined: (fn: (combined: A & B) => void) => any; literal: (fn: (aPlusB: A… 33 >literal : (fn: (aPlusB: A & B) => void) => any 36 const {combined, literal} = flowtypes<{a: string}>({b: 'b-value'}) 38 >literal : (fn: (aPlusB: { a: string; } & B) => void) => any 39 …ue'}) : { combined: (fn: (combined: { a: string; } & B) => void) => any; literal: (fn: (aPlusB: { … [all …]
|
D | duplicateObjectLiteralProperty_computedName.errors.txt | 1 …icateObjectLiteralProperty_computedName.ts(3,5): error TS1117: An object literal cannot have multi… 2 …icateObjectLiteralProperty_computedName.ts(8,5): error TS1117: An object literal cannot have multi… 3 …cateObjectLiteralProperty_computedName.ts(13,5): error TS1117: An object literal cannot have multi… 4 …cateObjectLiteralProperty_computedName.ts(23,5): error TS1117: An object literal cannot have multi… 5 …cateObjectLiteralProperty_computedName.ts(28,5): error TS1117: An object literal cannot have multi… 6 …cateObjectLiteralProperty_computedName.ts(33,5): error TS1117: An object literal cannot have multi… 14 !!! error TS1117: An object literal cannot have multiple properties with the same name. 21 !!! error TS1117: An object literal cannot have multiple properties with the same name. 28 !!! error TS1117: An object literal cannot have multiple properties with the same name. 40 !!! error TS1117: An object literal cannot have multiple properties with the same name. [all …]
|
D | importAssertionNonstring.errors.txt | 1 tests/cases/compiler/mod.mts(1,52): error TS2837: Import assertion values must be string literal ex… 2 tests/cases/compiler/mod.mts(3,52): error TS2837: Import assertion values must be string literal ex… 3 tests/cases/compiler/mod.mts(5,52): error TS2837: Import assertion values must be string literal ex… 4 tests/cases/compiler/mod.mts(7,52): error TS2837: Import assertion values must be string literal ex… 5 tests/cases/compiler/mod.mts(9,52): error TS2837: Import assertion values must be string literal ex… 6 tests/cases/compiler/mod.mts(11,66): error TS2837: Import assertion values must be string literal e… 12 !!! error TS2837: Import assertion values must be string literal expressions. 16 !!! error TS2837: Import assertion values must be string literal expressions. 20 !!! error TS2837: Import assertion values must be string literal expressions. 24 !!! error TS2837: Import assertion values must be string literal expressions. [all …]
|
D | numericLiteralTypes3.errors.txt | 1 tests/cases/conformance/types/literal/numericLiteralTypes3.ts(8,5): error TS2322: Type 'B' is not a… 3 tests/cases/conformance/types/literal/numericLiteralTypes3.ts(9,5): error TS2322: Type 'C' is not a… 5 tests/cases/conformance/types/literal/numericLiteralTypes3.ts(10,5): error TS2322: Type 'D' is not … 7 tests/cases/conformance/types/literal/numericLiteralTypes3.ts(14,5): error TS2322: Type '1' is not … 8 tests/cases/conformance/types/literal/numericLiteralTypes3.ts(16,5): error TS2322: Type 'C' is not … 10 tests/cases/conformance/types/literal/numericLiteralTypes3.ts(17,5): error TS2322: Type 'D' is not … 12 tests/cases/conformance/types/literal/numericLiteralTypes3.ts(24,5): error TS2322: Type 'D' is not … 14 tests/cases/conformance/types/literal/numericLiteralTypes3.ts(29,5): error TS2322: Type 'B' is not … 16 tests/cases/conformance/types/literal/numericLiteralTypes3.ts(30,5): error TS2322: Type 'C' is not … 18 tests/cases/conformance/types/literal/numericLiteralTypes3.ts(35,5): error TS2322: Type '0' is not … [all …]
|
D | nullishCoalescingOperator3.types | 2 declare const a1: 'literal' | undefined | null 3 >a1 : "literal" | null | undefined 30 >aa1 : boolean | "" | 0 | "literal" | 1 | "whatever" 31 >a1 ?? a2 ?? a3 ?? a4 ?? a5 ?? a6 ?? 'whatever' : boolean | "" | 0 | "literal" | 1 | "whatever" 32 >a1 ?? a2 ?? a3 ?? a4 ?? a5 ?? a6 : boolean | "" | 0 | "literal" | 1 | null | undefined 33 >a1 ?? a2 ?? a3 ?? a4 ?? a5 : true | "" | 0 | "literal" | 1 | null | undefined 34 >a1 ?? a2 ?? a3 ?? a4 : "" | 0 | "literal" | 1 | null | undefined 35 >a1 ?? a2 ?? a3 : "" | "literal" | 1 | null | undefined 36 >a1 ?? a2 : "" | "literal" | null | undefined 37 >a1 : "literal" | null | undefined
|
D | computedPropertyNames12_ES5.errors.txt | 1 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 2 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 3 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 4 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 5 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 6 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 7 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 8 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 18 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 21 …omputed property name in a class property declaration must have a simple literal type or a 'unique… [all …]
|
D | computedPropertyNames12_ES6.errors.txt | 1 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 2 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 3 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 4 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 5 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 6 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 7 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 8 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 18 …omputed property name in a class property declaration must have a simple literal type or a 'unique… 21 …omputed property name in a class property declaration must have a simple literal type or a 'unique… [all …]
|
D | typeUsedAsTypeLiteralIndex.errors.txt | 1 …ror TS1170: A computed property name in a type literal must refer to an expression whose type is a… 3 …ror TS1170: A computed property name in a type literal must refer to an expression whose type is a… 5 …ror TS1170: A computed property name in a type literal must refer to an expression whose type is a… 7 …ror TS1170: A computed property name in a type literal must refer to an expression whose type is a… 16 …ror TS1170: A computed property name in a type literal must refer to an expression whose type is a… 30 …ror TS1170: A computed property name in a type literal must refer to an expression whose type is a… 39 …ror TS1170: A computed property name in a type literal must refer to an expression whose type is a… 48 …ror TS1170: A computed property name in a type literal must refer to an expression whose type is a…
|
D | templateLiteralTypesPatterns.errors.txt | 1 tests/cases/conformance/types/literal/templateLiteralTypesPatterns.ts(7,7): error TS2322: Type '"no… 2 tests/cases/conformance/types/literal/templateLiteralTypesPatterns.ts(14,10): error TS2345: Argumen… 3 tests/cases/conformance/types/literal/templateLiteralTypesPatterns.ts(16,10): error TS2345: Argumen… 4 tests/cases/conformance/types/literal/templateLiteralTypesPatterns.ts(26,7): error TS2345: Argument… 5 tests/cases/conformance/types/literal/templateLiteralTypesPatterns.ts(35,11): error TS2345: Argumen… 6 tests/cases/conformance/types/literal/templateLiteralTypesPatterns.ts(36,11): error TS2345: Argumen… 7 tests/cases/conformance/types/literal/templateLiteralTypesPatterns.ts(37,11): error TS2345: Argumen… 8 tests/cases/conformance/types/literal/templateLiteralTypesPatterns.ts(38,11): error TS2345: Argumen… 9 tests/cases/conformance/types/literal/templateLiteralTypesPatterns.ts(39,11): error TS2345: Argumen… 10 tests/cases/conformance/types/literal/templateLiteralTypesPatterns.ts(60,9): error TS2345: Argument… [all …]
|
/third_party/python/Tools/peg_generator/pegen/ |
D | grammar_parser.py | 105 (literal := self.expect("@")) 116 (literal := self.expect("@")) 129 (literal := self.expect("@")) 174 (literal := self.expect(":")) 195 (literal := self.expect(":")) 214 (literal := self.expect(":")) 233 (literal := self.expect('[')) 248 (literal := self.expect('[')) 272 (literal := self.expect('(')) 291 (literal := self.expect("|")) [all …]
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instrfactory.cpp | 139 bool InstrFactory::load_const(nir_load_const_instr *literal, Shader& shader) in load_const() argument 143 if (literal->def.bit_size == 64) { in load_const() 144 for (int i = 0; i < literal->def.num_components; ++i) { in load_const() 145 auto dest0 = m_value_factory.dest(literal->def, 2 * i, pin_none); in load_const() 146 auto src0 = m_value_factory.literal(literal->value[i].u64 & 0xffffffff); in load_const() 149 auto dest1 = m_value_factory.dest(literal->def, 2 * i + 1, pin_none); in load_const() 150 auto src1 = m_value_factory.literal((literal->value[i].u64 >> 32) & 0xffffffff); in load_const() 154 Pin pin = literal->def.num_components == 1 ? pin_free : pin_none; in load_const() 155 for (int i = 0; i < literal->def.num_components; ++i) { in load_const() 156 auto dest = m_value_factory.dest(literal->def, i, pin); in load_const() [all …]
|
/third_party/node/deps/v8/src/debug/ |
D | liveedit.cc | 533 FunctionLiteral* literal; member 537 SourcePositionEvent(FunctionLiteral* literal, bool is_start) in SourcePositionEvent() 538 : position(is_start ? literal->start_position() in SourcePositionEvent() 539 : literal->end_position()), in SourcePositionEvent() 541 literal(literal) {} in SourcePositionEvent() 555 if (a.literal->end_position() != b.literal->end_position()) { in LessThan() 556 return a.literal->end_position() > b.literal->end_position(); in LessThan() 560 return a.literal->function_literal_id() < in LessThan() 561 b.literal->function_literal_id(); in LessThan() 565 if (a.literal->start_position() != b.literal->start_position()) { in LessThan() [all …]
|
/third_party/node/deps/v8/src/ast/ |
D | ast-value-factory.cc | 302 base::Vector<const uint8_t> literal( \ in AstStringConstants() 306 literal.begin(), literal.length(), hash_seed_); \ in AstStringConstants() 307 name##_string_ = zone_.New<AstRawString>(true, literal, raw_hash_field); \ in AstStringConstants() 318 base::Vector<const uint8_t> literal) { in GetOneByteStringInternal() argument 319 if (literal.length() == 1 && literal[0] < kMaxOneCharStringValue) { in GetOneByteStringInternal() 320 int key = literal[0]; in GetOneByteStringInternal() 323 literal.begin(), literal.length(), hash_seed_); in GetOneByteStringInternal() 324 one_character_strings_[key] = GetString(raw_hash_field, true, literal); in GetOneByteStringInternal() 329 literal.begin(), literal.length(), hash_seed_); in GetOneByteStringInternal() 330 return GetString(raw_hash_field, true, literal); in GetOneByteStringInternal() [all …]
|