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

1 2 3 4 5

  /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())
ASTDiagnostic.cpp     [all...]
MicrosoftMangle.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceTypes.cpp 189 bool isBooleanType(Type Ty) {
192 llvm_unreachable("Invalid type for isBooleanType()");
247 return Ty != IceType_void && !isBooleanType(Ty);
IceTypes.h 92 bool isBooleanType(Type Ty); // scalar or vector
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 180 if (T.isBooleanType() &&
SemaCast.cpp     [all...]
SemaStmtAsm.cpp 533 (OutTy->isBooleanType() ? CK_IntegralToBoolean : CK_IntegralCast);
  /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 477 if (castTy->isBooleanType()) {
  /external/clang/include/clang/AST/
CanonicalType.h 257 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBooleanType)
  /external/clang/lib/Analysis/
BodyFarm.cpp 292 bool isBoolean = ResultTy->isBooleanType();
  /external/v8/tools/clang/rewrite_scoped_refptr/
RewriteScopedRefptr.cpp 40 return Node->isBooleanType();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 257 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBooleanType)
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 257 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBooleanType)
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 257 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBooleanType)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 257 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBooleanType)
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 257 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBooleanType)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 257 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBooleanType)
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 257 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBooleanType)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 257 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isBooleanType)
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 753 if (DstType->isBooleanType())
    [all...]
  /frameworks/compile/slang/
slang_rs_export_reduce.cpp 610 if (!ReturnTy->isBooleanType()) {
    [all...]

Completed in 2859 milliseconds

1 2 3 4 5