Home
last modified time | relevance | path

Searched refs:isBooleanType (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dno-unnecessary-boolean-literal-compare.ts96 if (isBooleanType(expressionType)) {
113 function isBooleanType(expressionType: ts.Type): boolean { function
151 const allNonNullishTypesAreBoolean = nonNullishTypes.every(isBooleanType);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTypes.cpp185 bool isBooleanType(Type Ty) { in isBooleanType() function
243 return Ty != IceType_void && !isBooleanType(Ty); in isLoadStoreType()
DIceTypes.h92 bool isBooleanType(Type Ty); // scalar or vector
DIceTargetLoweringX8664.cpp192 if (isBooleanType(Var->getType())) { // only bool-type dest vars in init()
DIceTargetLoweringX8632.cpp183 if (isBooleanType(Var->getType())) { // only bool-type dest vars in init()