Home
last modified time | relevance | path

Searched defs:R20 (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
Drepeat.h21 #define R20(P, S) R18(P,S##0) R18(P,S##1) R18(P,S##2) R18(P,S##3) macro
/third_party/typescript/tests/cases/conformance/types/tuple/
DvariadicTuples1.ts284 type R20 = Last<readonly [number, symbol, string]>; alias