Home
last modified time | relevance | path

Searched defs:z16 (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DdeclarationEmitDestructuringArrayPattern4.ts5 var [x16, y16, z16, ...a8] = [1, 2, 3]; variable
/third_party/typescript/tests/baselines/reference/
DdeclarationEmitDestructuringArrayPattern4.js5 var [x16, y16, z16, ...a8] = [1, 2, 3]; variable
DgenericRestParameters1.js61 const z16 = f11(42, "hello", ...t1); // [42, "hello", boolean] constant
218 var z16 = f11.apply(void 0, __spreadArray([42, "hello"], t1, false)); // [42, "hello", boolean] variable
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_screen.h86 enum SVGA3dSurfaceFormat z16; member