Searched refs:Tag1 (Results 1 – 19 of 19) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | indexSignatures1.types | 267 type Tag1 = { __tag1__: void }; 268 >Tag1 : { __tag1__: void; } 275 type TaggedString1 = string & Tag1; 276 >TaggedString1 : string & Tag1 294 >s4 : string & Tag1 & Tag2 306 >key : string & Tag1 & Tag2 343 >s4 : string & Tag1 & Tag2 368 >s4 : string & Tag1 & Tag2 393 >s4 : string & Tag1 & Tag2 418 >s4 : string & Tag1 & Tag2 [all …]
|
D | intersectionReductionStrict.symbols | 256 const enum Tag1 {} 257 >Tag1 : Symbol(Tag1, Decl(intersectionReductionStrict.ts, 69, 21)) 262 declare let s1: string & Tag1; 264 >Tag1 : Symbol(Tag1, Decl(intersectionReductionStrict.ts, 69, 21)) 270 declare let t1: string & Tag1 | undefined; 272 >Tag1 : Symbol(Tag1, Decl(intersectionReductionStrict.ts, 69, 21))
|
D | intersectionReductionStrict.js | 73 const enum Tag1 {} 76 declare let s1: string & Tag1; 79 declare let t1: string & Tag1 | undefined;
|
D | intersectionReductionStrict.types | 212 const enum Tag1 {} 213 >Tag1 : Tag1 218 declare let s1: string & Tag1; 224 declare let t1: string & Tag1 | undefined;
|
D | intersectionReduction.js | 84 const enum Tag1 {} 87 declare let s1: string & Tag1; 90 declare let t1: string & Tag1 | undefined;
|
D | intersectionReduction.symbols | 295 const enum Tag1 {} 296 >Tag1 : Symbol(Tag1, Decl(intersectionReduction.ts, 80, 21)) 301 declare let s1: string & Tag1; 303 >Tag1 : Symbol(Tag1, Decl(intersectionReduction.ts, 80, 21)) 309 declare let t1: string & Tag1 | undefined; 311 >Tag1 : Symbol(Tag1, Decl(intersectionReduction.ts, 80, 21))
|
D | intersectionReduction.types | 245 const enum Tag1 {} 246 >Tag1 : Tag1 251 declare let s1: string & Tag1; 257 declare let t1: string & Tag1 | undefined;
|
D | intersectionReductionStrict.errors.txt | 86 const enum Tag1 {} 89 declare let s1: string & Tag1; 92 declare let t1: string & Tag1 | undefined;
|
D | intersectionReduction.errors.txt | 97 const enum Tag1 {} 100 declare let s1: string & Tag1; 103 declare let t1: string & Tag1 | undefined;
|
D | indexSignatures1.errors.txt | 61 …expression of type 'string' can't be used to index type '{ [key: string & Tag1 & Tag2]: string; }'. 62 …No index signature with a parameter of type 'string' was found on type '{ [key: string & Tag1 & Ta… 63 …ion of type 'TaggedString1' can't be used to index type '{ [key: string & Tag1 & Tag2]: string; }'. 64 …ion of type 'TaggedString2' can't be used to index type '{ [key: string & Tag1 & Tag2]: string; }'. 65 …gedString1 | TaggedString2' can't be used to index type '{ [key: string & Tag1 & Tag2]: string; }'. 207 type Tag1 = { __tag1__: void }; 210 type TaggedString1 = string & Tag1; 358 …expression of type 'string' can't be used to index type '{ [key: string & Tag1 & Tag2]: string; }'. 359 …ure with a parameter of type 'string' was found on type '{ [key: string & Tag1 & Tag2]: string; }'. 362 …ion of type 'TaggedString1' can't be used to index type '{ [key: string & Tag1 & Tag2]: string; }'. [all …]
|
D | indexSignatures1.js | 96 type Tag1 = { __tag1__: void }; 99 type TaggedString1 = string & Tag1; 557 type Tag1 = { 563 type TaggedString1 = string & Tag1;
|
D | indexSignatures1.symbols | 238 type Tag1 = { __tag1__: void }; 239 >Tag1 : Symbol(Tag1, Decl(indexSignatures1.ts, 90, 1)) 246 type TaggedString1 = string & Tag1; 248 >Tag1 : Symbol(Tag1, Decl(indexSignatures1.ts, 90, 1))
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionReductionStrict.ts | 74 const enum Tag1 {} enum 77 declare let s1: string & Tag1; 80 declare let t1: string & Tag1 | undefined;
|
D | intersectionReduction.ts | 85 const enum Tag1 {} enum 88 declare let s1: string & Tag1; 91 declare let t1: string & Tag1 | undefined;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | periodic_sampler_test.cc | 152 struct Tag1 {}; in TEST() struct 154 PeriodicSampler<Tag1, 25> sampler1; in TEST() 161 PeriodicSampler<Tag1, 25> sampler1; in TEST()
|
/third_party/PyYAML/tests/data/ |
D | multi-constructor.multi | 2 - !Tag1 [a, 1, b, 2]
|
D | multi-constructor.code | 2 {'Tag1': ['a', 1, 'b', 2]},
|
/third_party/typescript/tests/cases/conformance/types/members/ |
D | indexSignatures1.ts | 99 type Tag1 = { __tag1__: void }; alias 102 type TaggedString1 = string & Tag1;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TypeBasedAliasAnalysis.cpp | 457 if (MDString *Tag1 = dyn_cast<MDString>(getOperand(0))) { in isTBAAVtableAccess() local 458 if (Tag1->getString() == "vtable pointer") in isTBAAVtableAccess()
|