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

1 2

  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 36 if (type->isIntegralOrEnumerationType())
426 if (castTy->isIntegralOrEnumerationType() && Loc::isLocType(originalTy))
430 if (Loc::isLocType(castTy) && originalTy->isIntegralOrEnumerationType()) {
462 assert(castTy->isIntegralOrEnumerationType());
474 if (castTy->isIntegralOrEnumerationType())
SimpleConstraintManager.cpp 135 if (!T->isIntegralOrEnumerationType())
ExprEngineC.cpp 71 RHS->getType()->isIntegralOrEnumerationType() &&
77 LHS->getType()->isIntegralOrEnumerationType() &&
    [all...]
SimpleSValBuilder.cpp 112 if (!isLocType && !castTy->isIntegralOrEnumerationType())
140 if (castTy->isIntegralOrEnumerationType()) {
300 if (resultTy->isIntegralOrEnumerationType())
    [all...]
SymbolManager.cpp 343 if (T->isIntegralOrEnumerationType())
ExprEngine.cpp     [all...]
ProgramState.cpp 265 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 707 T->isIntegralOrEnumerationType())
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocOverflowSecurityChecker.cpp 121 if (!E->getType()->isIntegralOrEnumerationType())
BasicObjCFoundationChecks.cpp 448 if (!T->isIntegralOrEnumerationType())
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp     [all...]
SemaCast.cpp     [all...]
SemaTemplate.cpp 646 if (T->isIntegralOrEnumerationType() ||
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
ASTDiagnostic.cpp 889 if (DefaultNTTPD->getType()->isIntegralOrEnumerationType())
    [all...]
Expr.cpp 148 if (!E->getType()->isIntegralOrEnumerationType()) return false;
300 Var->getType()->isIntegralOrEnumerationType()) &&
    [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 262 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegralOrEnumerationType)
ExprObjC.h 844 return getKeyExpr()->getType()->isIntegralOrEnumerationType();
    [all...]
Type.h     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp 856 if (Ty->isIntegralOrEnumerationType())
    [all...]

Completed in 329 milliseconds

1 2