Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/compiler/
DenumOperations.ts4 var anyType: any = 0; variable
/third_party/typescript/tests/baselines/reference/
DenumOperations.js5 var anyType: any = 0; variable
/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dno-unsafe-return.ts60 const anyType = util.isAnyOrAnyArrayTypeDiscriminated(tsNode, checker); constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
DOpDescriptor.h105 static inline SourcePred anyType() { in anyType() function