HomeSort by relevance Sort by last modified time
    Searched refs:isBooleanType (Results 1 - 25 of 45) 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 56 if (T->isBooleanType() && !Policy.MSVCFormatting) {
APValue.cpp 350 if (Ty->isBooleanType())
MicrosoftMangle.cpp     [all...]
Expr.cpp 116 if (E->getType()->isBooleanType()) return true;
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 180 if (T.isBooleanType() &&
SemaCast.cpp     [all...]
SemaStmtAsm.cpp 533 (OutTy->isBooleanType() ? CK_IntegralToBoolean : CK_IntegralCast);
SemaOverload.cpp 218 if (getToType(1)->isBooleanType() &&
    [all...]
SemaCodeComplete.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp     [all...]
SemaDeclAttr.cpp 354 return QT->isBooleanType() || QT->isIntegerType();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 105 if (castTy->isBooleanType()) {
142 if (castTy->isBooleanType()) {
467 assert(resultTy->isBooleanType() ||
469 assert(symIntExpr->getType()->isBooleanType() ||
    [all...]
SValBuilder.cpp 433 if (castTy->isBooleanType()) {
BugReporterVisitors.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 257 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBooleanType)
Type.h     [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 291 bool isBoolean = ResultTy->isBooleanType();
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 753 if (DstType->isBooleanType())
    [all...]
CGExpr.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_export_reduce.cpp 609 if (!ReturnTy->isBooleanType()) {
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]

Completed in 87 milliseconds

1 2