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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 101 if (!QT->isIntegerType()) {
  /external/clang/include/clang/AST/
CanonicalType.h 255 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegerType)
Expr.h     [all...]
Type.h     [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 183 if (!PredicateTy->isIntegerType())
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
SemaStmtAsm.cpp 473 if (InTy->isIntegerType() || InTy->isPointerType())
480 if (OutTy->isIntegerType() || OutTy->isPointerType())
SemaChecking.cpp 80 if (!Ty->isIntegerType()) {
123 if (!Ty->isIntegerType()) {
137 if (!(PtrTy && PtrTy->getPointeeType()->isIntegerType() &&
817 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() &&
    [all...]
SemaCast.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaStmt.cpp     [all...]
SemaOpenMP.cpp     [all...]
SemaOverload.cpp     [all...]
SemaDeclAttr.cpp 354 return QT->isBooleanType() || QT->isIntegerType();
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
bFile.cpp 1403 bool isIntegerType = (strcmp(memType,"char")==0) || (strcmp(memType,"int")==0) || (strcmp(memType,"short")==0);
1405 if (isIntegerType)
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 587 assert((SrcType->isIntegerType() || isa<llvm::PointerType>(Src->getType())) &&
795 assert(SrcType->isIntegerType() && "Not ptr->ptr or int->ptr conversion?");
    [all...]
TargetInfo.cpp     [all...]
CGExpr.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp 724 assert(type->isIntegerType() && "Illegal type in IntegerLiteral");
    [all...]
ExprConstant.cpp     [all...]
Type.cpp 410 if (Complex->getElementType()->isIntegerType())
    [all...]
ExprCXX.cpp 744 if (ParamTy->isIntegerType())
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.el_1.0.0.v201004212143.jar 
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 161 milliseconds

1 2