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

1 2

  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 36 if (type->isIntegralOrEnumerationType())
411 !originalTy->isIntegralOrEnumerationType() &&
435 if (castTy->isIntegralOrEnumerationType() && Loc::isLocType(originalTy))
439 if (Loc::isLocType(castTy) && originalTy->isIntegralOrEnumerationType()) {
471 assert(castTy->isIntegralOrEnumerationType());
483 if (castTy->isIntegralOrEnumerationType())
SimpleConstraintManager.cpp 104 if (!T->isIntegralOrEnumerationType())
ExprEngineC.cpp 72 RHS->getType()->isIntegralOrEnumerationType() &&
78 LHS->getType()->isIntegralOrEnumerationType() &&
    [all...]
SimpleSValBuilder.cpp 112 if (!isLocType && !castTy->isIntegralOrEnumerationType())
166 if (castTy->isIntegralOrEnumerationType()) {
326 if (resultTy->isIntegralOrEnumerationType())
    [all...]
SymbolManager.cpp 338 if (T->isIntegralOrEnumerationType())
ExprEngine.cpp     [all...]
ProgramState.cpp 244 if (Loc::isLocType(T) || T->isIntegralOrEnumerationType())
BugReporterVisitors.cpp     [all...]
RegionStore.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 81 (Ty1->isIntegralOrEnumerationType() &&
82 Ty2->isIntegralOrEnumerationType()));
BasicValueFactory.h 96 assert(T->isIntegralOrEnumerationType() || Loc::isLocType(T));
ProgramState.h 704 T->isIntegralOrEnumerationType())
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 121 if (!E->getType()->isIntegralOrEnumerationType())
BasicObjCFoundationChecks.cpp 483 if (!T->isIntegralOrEnumerationType())
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp     [all...]
SemaCast.cpp     [all...]
SemaTemplate.cpp 633 if (T->isIntegralOrEnumerationType() ||
    [all...]
SemaChecking.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ASTDiagnostic.cpp     [all...]
Expr.cpp 118 if (!E->getType()->isIntegralOrEnumerationType()) return false;
272 Var->getType()->isIntegralOrEnumerationType()) &&
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 261 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegralOrEnumerationType)
ExprObjC.h 845 return getKeyExpr()->getType()->isIntegralOrEnumerationType();
    [all...]
Type.h     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 849 if (Ty->isIntegralOrEnumerationType())
    [all...]

Completed in 808 milliseconds

1 2