HomeSort by relevance Sort by last modified time
    Searched defs:isBooleanType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
BoolAssignmentChecker.cpp 42 static bool isBooleanType(QualType Ty) {
43 if (Ty->isBooleanType()) // C++ or C99
66 if (!isBooleanType(valTy))
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 40 milliseconds