Searched defs:isBooleanType (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DBoolAssignmentChecker.cpp42 static bool isBooleanType(QualType Ty) { function
43 if (Ty->isBooleanType()) // C++ or C99
66 if (!isBooleanType(valTy))
/external/swiftshader/third_party/subzero/src/
H A DIceTypes.cpp189 bool isBooleanType(Type Ty) { function in namespace:Ice
192 llvm_unreachable("Invalid type for isBooleanType()");
247 return Ty != IceType_void && !isBooleanType(Ty);
/external/clang/include/clang/AST/
H A DType.h1629 bool isBooleanType() const;
5746 inline bool Type::isBooleanType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type

Completed in 137 milliseconds