Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTypes.cpp185 bool isBooleanType(Type Ty) { in isBooleanType() function
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DUtils.ts120 export function isBooleanType(tsType: Type): boolean { function