HomeSort by relevance Sort by last modified time
    Searched refs:isBooleanType (Results 1 - 23 of 23) 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/lib/AST/
TemplateBase.cpp 41 if (T->isBooleanType()) {
APValue.cpp 315 if (Ty->isBooleanType())
Expr.cpp 44 if (E->getType()->isBooleanType()) return true;
    [all...]
ItaniumMangle.cpp     [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 177 if (T->isBooleanType() && LangOpts.CPlusPlus)
SemaOverload.cpp 227 if (getToType(1)->isBooleanType() &&
    [all...]
SemaTemplate.cpp     [all...]
SemaCast.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaExpr.cpp     [all...]
SemaStmt.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDeclAttr.cpp 238 return QT->isBooleanType() || QT->isIntegerType();
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 258 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBooleanType)
Type.h     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 561 if (DstType->isBooleanType())
668 if (DstTy->isBooleanType()) {
    [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 712 else if (Ty->isBooleanType())
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 2187 milliseconds