HomeSort by relevance Sort by last modified time
    Searched refs:isBooleanType (Results 1 - 25 of 29) sorted by null

1 2

  /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 349 if (Ty->isBooleanType())
MicrosoftMangle.cpp 854 mangleIntegerLiteral(Value, E->getType()->isBooleanType());
    [all...]
Expr.cpp 146 if (E->getType()->isBooleanType()) return true;
    [all...]
ItaniumMangle.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 178 if (T.isBooleanType() && S.LangOpts.CPlusPlus)
SemaStmtAsm.cpp 354 (OutTy->isBooleanType() ? CK_IntegralToBoolean : CK_IntegralCast);
SemaCast.cpp     [all...]
SemaOverload.cpp 242 if (getToType(1)->isBooleanType() &&
    [all...]
SemaCodeComplete.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclAttr.cpp 300 return QT->isBooleanType() || QT->isIntegerType();
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 283 bool isBoolean = ResultTy->isBooleanType();
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 105 if (castTy->isBooleanType()) {
441 assert(resultTy->isBooleanType() ||
443 assert(symIntExpr->getType()->isBooleanType() ||
    [all...]
SValBuilder.cpp 403 if (castTy->isBooleanType()) {
BugReporterVisitors.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 710 if (DstType->isBooleanType())
816 if (DstTy->isBooleanType()) {
    [all...]
CGExpr.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 258 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBooleanType)
Type.h     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 2177 milliseconds

1 2