HomeSort by relevance Sort by last modified time
    Searched refs:isBooleanType (Results 1 - 25 of 25) 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())
MicrosoftMangle.cpp 781 if (T->isBooleanType())
    [all...]
Expr.cpp 59 if (E->getType()->isBooleanType()) return true;
    [all...]
ItaniumMangle.cpp     [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 178 if (T.isBooleanType() && S.LangOpts.CPlusPlus)
SemaCast.cpp     [all...]
SemaStmtAsm.cpp 305 (OutTy->isBooleanType() ? CK_IntegralToBoolean : CK_IntegralCast);
SemaOverload.cpp 228 if (getToType(1)->isBooleanType() &&
    [all...]
SemaCodeComplete.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclAttr.cpp 287 return QT->isBooleanType() || QT->isIntegerType();
    [all...]
SemaChecking.cpp     [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 559 if (DstType->isBooleanType())
666 if (DstTy->isBooleanType()) {
    [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 854 if (MK == NSAPI::NSNumberWithBool && OrigTy->isBooleanType())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 893 else if (Ty->isBooleanType())
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]

Completed in 892 milliseconds