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/Core/
SValBuilder.cpp 36 if (type->isIntegerType())
324 if (castTy->isIntegerType() && Loc::isLocType(originalTy))
328 if (Loc::isLocType(castTy) && originalTy->isIntegerType()) {
358 assert(castTy->isIntegerType());
370 if (castTy->isIntegerType())
SimpleConstraintManager.cpp 144 if (!T->isIntegerType())
ExprEngineC.cpp 70 RHS->getType()->isIntegerType() && RightV.isUnknown()) {
75 LHS->getType()->isIntegerType() && LeftV.isUnknown()) {
656 assert(OOE->getType()->isIntegerType());
    [all...]
SimpleSValBuilder.cpp 106 if (!isLocType && !castTy->isIntegerType())
134 if (castTy->isIntegerType()) {
    [all...]
ExprEngine.cpp 109 if (!T->isIntegerType())
    [all...]
SymbolManager.cpp 361 if (T->isIntegerType())
BugReporterVisitors.cpp 895 else if (Ty->isIntegerType())
    [all...]
ProgramState.cpp 211 if (Loc::isLocType(T) || T->isIntegerType())
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 82 (Ty1->isIntegerType() && Ty2->isIntegerType()));
BasicValueFactory.h 95 assert(T->isIntegerType() || Loc::isLocType(T));
ProgramState.h 684 if (Ex->isGLValue() || Loc::isLocType(T) || T->isIntegerType())
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 190 if (!(*ai)->getType()->isIntegerType())
CheckSecuritySyntaxOnly.cpp 354 if (!FPT->getArgType(0)->isIntegerType())
611 if (! PT->getPointeeType()->isIntegerType())
734 if (! FTP->getArgType(i)->isIntegerType())
BasicObjCFoundationChecks.cpp 323 if (!T->isIntegerType())
  /external/clang/lib/Sema/
SemaCast.cpp     [all...]
SemaStmtAsm.cpp 245 if (InTy->isIntegerType() || InTy->isPointerType())
252 if (OutTy->isIntegerType() || OutTy->isPointerType())
SemaExpr.cpp 737 if (IntTy->isIntegerType()) {
    [all...]
SemaChecking.cpp 80 if (!Ty->isIntegerType()) {
751 if (IsAddSub && !ValType->isIntegerType() && !ValType->isPointerType()) {
756 if (!IsAddSub && !ValType->isIntegerType()) {
761 } else if (IsN && !ValType->isIntegerType() && !ValType->isPointerType()) {
821 if (Form == Init || (Form == Arithmetic && ValType->isIntegerType()))
    [all...]
  /external/clang/lib/AST/
Type.cpp 396 if (Complex->getElementType()->isIntegerType())
582 return VT->getElementType()->isIntegerType();
584 return isIntegerType();
    [all...]
Expr.cpp 566 assert(type->isIntegerType() && "Illegal type in IntegerLiteral");
    [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 528 assert((SrcType->isIntegerType() || isa<llvm::PointerType>(Src->getType())) &&
576 assert(SrcType->isIntegerType() && "Not ptr->ptr or int->ptr conversion?");
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 

Completed in 321 milliseconds

1 2