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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
DivZeroChecker.cpp 60 if (!B->getRHS()->getType()->isIntegerType() ||
MallocSizeofChecker.cpp 160 if (!(*ai)->getType()->isIntegerType())
CheckSecuritySyntaxOnly.cpp 353 if (!FPT->getArgType(0)->isIntegerType())
610 if (! PT->getPointeeType()->isIntegerType())
733 if (! FTP->getArgType(i)->isIntegerType())
BasicObjCFoundationChecks.cpp 302 if (!T->isIntegerType())
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 102 assert(T->isIntegerType() || Loc::isLocType(T));
127 assert(T->isIntegerType() || Loc::isLocType(T));
134 assert(T->isIntegerType() || Loc::isLocType(T));
SValBuilder.h 81 (Ty2->isIntegerType() && Ty2->isIntegerType()));
ProgramState.h 675 if (Ex->isLValue() || Loc::isLocType(T) || T->isIntegerType())
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 35 if (type->isIntegerType())
298 if (castTy->isIntegerType() && Loc::isLocType(originalTy))
302 if (Loc::isLocType(castTy) && originalTy->isIntegerType()) {
332 assert(castTy->isIntegerType());
SimpleSValBuilder.cpp 105 if (!isLocType && !castTy->isIntegerType())
135 if (castTy->isIntegerType()) {
341 if (RSym->getType(Context)->isIntegerType()) {
499 if (lhsType->isIntegerType())
526 if (RSym->getType(Context)->isIntegerType()) {
    [all...]
SimpleConstraintManager.cpp 267 assert(T->isIntegerType() || Loc::isLocType(T));
ExprEngineC.cpp 523 if (Loc::isLocType(T) || T->isIntegerType()) {
560 assert(OOE->getType()->isIntegerType());
ExprEngine.cpp 120 if (!T->isIntegerType())
    [all...]
SymbolManager.cpp 358 if (T->isIntegerType())
BugReporterVisitors.cpp 714 else if (Ty->isIntegerType())
ProgramState.cpp 222 if (Loc::isLocType(T) || T->isIntegerType())
  /external/clang/lib/Sema/
SemaExpr.cpp 638 if (IntTy->isIntegerType()) {
766 if (IntTy->isIntegerType()) {
    [all...]
SemaChecking.cpp 630 if (IsAddSub && !ValType->isIntegerType() && !ValType->isPointerType()) {
635 if (!IsAddSub && !ValType->isIntegerType()) {
640 } else if (IsN && !ValType->isIntegerType() && !ValType->isPointerType()) {
700 if (Form == Init || (Form == Arithmetic && ValType->isIntegerType()))
844 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() &&
    [all...]
SemaStmt.cpp     [all...]
SemaCast.cpp     [all...]
  /external/clang/lib/AST/
Type.cpp 368 if (Complex->getElementType()->isIntegerType())
554 return VT->getElementType()->isIntegerType();
556 return isIntegerType();
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 256 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegerType)
Expr.h     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 530 assert((SrcType->isIntegerType() || isa<llvm::PointerType>(Src->getType())) &&
578 assert(SrcType->isIntegerType() && "Not ptr->ptr or int->ptr conversion?");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 

Completed in 324 milliseconds

1 2