Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DEnumeratedArray.h27 for (IndexType IX = 0; IX < Size; ++IX) { in EnumeratedArray() local
32 auto IX = static_cast<const IndexType>(Index); variable
/third_party/typescript/tests/cases/conformance/types/members/
DindexSignatures1.ts21 interface IX { [key: `a${string}`]: string, [key: `${string}a`]: string } interface
/third_party/python/Lib/test/
Dtest_range.py322 class IX: class
/third_party/typescript/tests/baselines/reference/
DindexSignatures1.js21 function gg2(x: IX, y: IY) {