/third_party/typescript/tests/baselines/reference/ |
D | promiseVoidErrorCallback.types | 8 __t2: string; 9 >__t2 : string 34 return { __t2: x.__t1 + ":foo_21" }; 35 >{ __t2: x.__t1 + ":foo_21" } : { __t2: string; } 36 >__t2 : string 46 >f1() .then(f2, (e: Error) => { throw e;}) .then((x: T2) => { return { __t3: x.__t2 + "… 65 >(x: T2) => { return { __t3: x.__t2 + "bar" };} : (x: T2) => { __t3: string; } 68 return { __t3: x.__t2 + "bar" }; 69 >{ __t3: x.__t2 + "bar" } : { __t3: string; } 71 >x.__t2 + "bar" : string [all …]
|
D | promiseVoidErrorCallback.symbols | 12 __t2: string; 13 >__t2 : Symbol(T2.__t2, Decl(promiseVoidErrorCallback.ts, 4, 14)) 41 return { __t2: x.__t1 + ":foo_21" }; 42 >__t2 : Symbol(__t2, Decl(promiseVoidErrorCallback.ts, 17, 12)) 69 return { __t3: x.__t2 + "bar" }; 71 >x.__t2 : Symbol(T2.__t2, Decl(promiseVoidErrorCallback.ts, 4, 14)) 73 >__t2 : Symbol(T2.__t2, Decl(promiseVoidErrorCallback.ts, 4, 14))
|
D | promiseVoidErrorCallback.js | 7 __t2: string; 19 return { __t2: x.__t1 + ":foo_21" }; 27 return { __t3: x.__t2 + "bar" }; 35 return { __t2: x.__t1 + ":foo_21" }; 42 return { __t3: x.__t2 + "bar" };
|
/third_party/typescript/tests/cases/compiler/ |
D | promiseVoidErrorCallback.ts | 7 __t2: string; property 19 return { __t2: x.__t1 + ":foo_21" }; 27 return { __t3: x.__t2 + "bar" };
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucptrie.h | 455 uint8_t __t1, __t2, __t3; \ 460 ++(src) != (limit) && (__t2 = *(src) - 0x80) <= 0x3f && \ 461 (__lead = ((int32_t)(trie)->index[(__lead << 6) + (__t1 & 0x3f)]) + __t2, 1) \ 466 (__t2 = *(src) - 0x80) <= 0x3f && \ 470 ucptrie_internalSmallU8Index((trie), __lead, __t2, __t3), 1) \
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucptrie.h | 455 uint8_t __t1, __t2, __t3; \ 460 ++(src) != (limit) && (__t2 = *(src) - 0x80) <= 0x3f && \ 461 (__lead = ((int32_t)(trie)->index[(__lead << 6) + (__t1 & 0x3f)]) + __t2, 1) \ 466 (__t2 = *(src) - 0x80) <= 0x3f && \ 470 ucptrie_internalSmallU8Index((trie), __lead, __t2, __t3), 1) \
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | ucptrie.h | 474 uint8_t __t1, __t2, __t3; \ 479 ++(src) != (limit) && (__t2 = *(src) - 0x80) <= 0x3f && \ 480 (__lead = ((int32_t)(trie)->index[(__lead << 6) + (__t1 & 0x3f)]) + __t2, 1) \ 485 (__t2 = *(src) - 0x80) <= 0x3f && \ 489 ucptrie_internalSmallU8Index((trie), __lead, __t2, __t3), 1) \
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucptrie.h | 455 uint8_t __t1, __t2, __t3; \ 460 ++(src) != (limit) && (__t2 = *(src) - 0x80) <= 0x3f && \ 461 (__lead = ((int32_t)(trie)->index[(__lead << 6) + (__t1 & 0x3f)]) + __t2, 1) \ 466 (__t2 = *(src) - 0x80) <= 0x3f && \ 470 ucptrie_internalSmallU8Index((trie), __lead, __t2, __t3), 1) \
|
/third_party/node/deps/icu-small/source/common/ |
D | ustrtrns.cpp | 314 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 318 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 319 *pDest++ = (((c)&0xf)<<12)|((src[i]&0x3f)<<6)|__t2; in u_strFromUTF8WithSub() 354 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 358 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 407 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 412 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 413 *pDest++ = (((c)&0xf)<<12)|((src[i]&0x3f)<<6)|__t2; in u_strFromUTF8WithSub() 454 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 459 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() [all …]
|
D | utrie2.h | 911 uint8_t __t1, __t2; \ 915 (__t2=(uint8_t)(*((src)+1)-0x80))<= 0x3f \ 920 … ((__t1&0x3f)<<(6-UTRIE2_SHIFT_2))+(__t2>>UTRIE2_SHIFT_2)]) \ 922 (__t2&UTRIE2_DATA_MASK)]; \
|
/third_party/icu/icu4c/source/common/ |
D | ustrtrns.cpp | 314 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 318 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 319 *pDest++ = (((c)&0xf)<<12)|((src[i]&0x3f)<<6)|__t2; in u_strFromUTF8WithSub() 354 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 358 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 407 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 412 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 413 *pDest++ = (((c)&0xf)<<12)|((src[i]&0x3f)<<6)|__t2; in u_strFromUTF8WithSub() 454 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 459 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() [all …]
|
D | utrie2.h | 911 uint8_t __t1, __t2; \ 915 (__t2=(uint8_t)(*((src)+1)-0x80))<= 0x3f \ 920 … ((__t1&0x3f)<<(6-UTRIE2_SHIFT_2))+(__t2>>UTRIE2_SHIFT_2)]) \ 922 (__t2&UTRIE2_DATA_MASK)]; \
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ustrtrns.cpp | 314 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 318 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 319 *pDest++ = (((c)&0xf)<<12)|((src[i]&0x3f)<<6)|__t2; in u_strFromUTF8WithSub() 354 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 358 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 407 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 412 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 413 *pDest++ = (((c)&0xf)<<12)|((src[i]&0x3f)<<6)|__t2; in u_strFromUTF8WithSub() 454 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 459 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() [all …]
|
D | utrie2.h | 911 uint8_t __t1, __t2; \ 915 (__t2=(uint8_t)(*((src)+1)-0x80))<= 0x3f \ 920 … ((__t1&0x3f)<<(6-UTRIE2_SHIFT_2))+(__t2>>UTRIE2_SHIFT_2)]) \ 922 (__t2&UTRIE2_DATA_MASK)]; \
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ustrtrns.cpp | 314 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 318 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 319 *pDest++ = (((c)&0xf)<<12)|((src[i]&0x3f)<<6)|__t2; in u_strFromUTF8WithSub() 354 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 358 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 407 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 412 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() 413 *pDest++ = (((c)&0xf)<<12)|((src[i]&0x3f)<<6)|__t2; in u_strFromUTF8WithSub() 454 uint8_t __t1, __t2; in u_strFromUTF8WithSub() local 459 (__t2=src[(i)+1]-0x80)<=0x3f) { in u_strFromUTF8WithSub() [all …]
|
D | utrie2.h | 911 uint8_t __t1, __t2; \ 915 (__t2=(uint8_t)(*((src)+1)-0x80))<= 0x3f \ 920 … ((__t1&0x3f)<<(6-UTRIE2_SHIFT_2))+(__t2>>UTRIE2_SHIFT_2)]) \ 922 (__t2&UTRIE2_DATA_MASK)]; \
|
/third_party/gn/src/base/third_party/icu/ |
D | icu_utf.h | 249 uint8_t __t1, __t2; \ 254 (__t2 = (s)[(i) + 1] - 0x80) <= 0x3f) { \ 255 (c) = (((c)&0xf) << 12) | ((__t1 & 0x3f) << 6) | __t2; \
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_utils.h | 180 simdscalar __t2 = _simd_unpacklo_ps(vMask2, vMask3); in vTranspose8x8() local 186 simdscalar __tt0 = _simd_shuffle_ps(__t0, __t2, _MM_SHUFFLE(1, 0, 1, 0)); in vTranspose8x8() 187 simdscalar __tt1 = _simd_shuffle_ps(__t0, __t2, _MM_SHUFFLE(3, 2, 3, 2)); in vTranspose8x8()
|