Home
last modified time | relevance | path

Searched refs:Tag1 (Results 1 – 19 of 19) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DindexSignatures1.types267 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 …]
DintersectionReductionStrict.symbols256 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))
DintersectionReductionStrict.js73 const enum Tag1 {}
76 declare let s1: string & Tag1;
79 declare let t1: string & Tag1 | undefined;
DintersectionReductionStrict.types212 const enum Tag1 {}
213 >Tag1 : Tag1
218 declare let s1: string & Tag1;
224 declare let t1: string & Tag1 | undefined;
DintersectionReduction.js84 const enum Tag1 {}
87 declare let s1: string & Tag1;
90 declare let t1: string & Tag1 | undefined;
DintersectionReduction.symbols295 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))
DintersectionReduction.types245 const enum Tag1 {}
246 >Tag1 : Tag1
251 declare let s1: string & Tag1;
257 declare let t1: string & Tag1 | undefined;
DintersectionReductionStrict.errors.txt86 const enum Tag1 {}
89 declare let s1: string & Tag1;
92 declare let t1: string & Tag1 | undefined;
DintersectionReduction.errors.txt97 const enum Tag1 {}
100 declare let s1: string & Tag1;
103 declare let t1: string & Tag1 | undefined;
DindexSignatures1.errors.txt61 …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 …]
DindexSignatures1.js96 type Tag1 = { __tag1__: void };
99 type TaggedString1 = string & Tag1;
557 type Tag1 = {
563 type TaggedString1 = string & Tag1;
DindexSignatures1.symbols238 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/
DintersectionReductionStrict.ts74 const enum Tag1 {} enum
77 declare let s1: string & Tag1;
80 declare let t1: string & Tag1 | undefined;
DintersectionReduction.ts85 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/
Dperiodic_sampler_test.cc152 struct Tag1 {}; in TEST() struct
154 PeriodicSampler<Tag1, 25> sampler1; in TEST()
161 PeriodicSampler<Tag1, 25> sampler1; in TEST()
/third_party/PyYAML/tests/data/
Dmulti-constructor.multi2 - !Tag1 [a, 1, b, 2]
Dmulti-constructor.code2 {'Tag1': ['a', 1, 'b', 2]},
/third_party/typescript/tests/cases/conformance/types/members/
DindexSignatures1.ts99 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/
DTypeBasedAliasAnalysis.cpp457 if (MDString *Tag1 = dyn_cast<MDString>(getOperand(0))) { in isTBAAVtableAccess() local
458 if (Tag1->getString() == "vtable pointer") in isTBAAVtableAccess()