Home
last modified time | relevance | path

Searched refs:isIntegerType (Results 1 – 25 of 33) sorted by relevance

12

/external/clang/lib/Sema/
DSemaStmtAsm.cpp473 if (InTy->isIntegerType() || InTy->isPointerType()) in ActOnGCCAsmStmt()
480 if (OutTy->isIntegerType() || OutTy->isPointerType()) in ActOnGCCAsmStmt()
DSemaExpr.cpp1003 if (IntTy->isIntegerType()) { in handleIntegerToComplexFloatConversion()
1078 if (IntTy->isIntegerType()) { in handleIntToFloatConversion()
3155 if (!QT->isIntegerType() || QT->isBooleanType() || QT->isCharType()) { in CheckLoopHintExpr()
4225 if (!IndexExpr->getType()->isIntegerType() && !IndexExpr->isTypeDependent()) in CreateBuiltinArraySubscriptExpr()
6043 !Int.get()->getType()->isIntegerType()) in checkPointerIntegerMismatch()
6086 if (!LHSType->isIntegerType() && !LHSType->isRealFloatingType()) { in OpenCLArithmeticConversions()
6092 if (!RHSType->isIntegerType() && !RHSType->isRealFloatingType()) { in OpenCLArithmeticConversions()
6165 if (EleTy->isIntegerType()) return false; in checkOpenCLConditionVector()
7020 if (RHSType->isIntegerType()) { in CheckAssignmentConstraints()
7066 if (RHSType->isIntegerType()) { in CheckAssignmentConstraints()
[all …]
DSemaCast.cpp2105 && (SrcExpr.get()->getType()->isIntegerType() in CheckCXXCStyleCast()
2200 if (SrcType->isIntegerType() && DestType->isIntegerType() && in DiagnoseBadFunctionCast()
2340 (SrcType->isIntegerType() || SrcType->isFloatingType())) { in CheckCStyleCast()
DSemaChecking.cpp80 if (!Ty->isIntegerType()) { in SemaBuiltinAnnotation()
123 if (!Ty->isIntegerType()) { in SemaBuiltinOverflow()
137 if (!(PtrTy && PtrTy->getPointeeType()->isIntegerType() && in SemaBuiltinOverflow()
817 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() && in CheckARMBuiltinExclusiveCall()
1717 if (IsAddSub && !ValType->isIntegerType() && !ValType->isPointerType()) { in SemaAtomicOpsOverloaded()
1722 if (!IsAddSub && !ValType->isIntegerType()) { in SemaAtomicOpsOverloaded()
1732 } else if (IsN && !ValType->isIntegerType() && !ValType->isPointerType()) { in SemaAtomicOpsOverloaded()
1798 if (Form == Init || (Form == Arithmetic && ValType->isIntegerType())) in SemaAtomicOpsOverloaded()
1958 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() && in SemaBuiltinAtomicOverloaded()
2330 if (!ValType->isIntegerType() && !ValType->isAnyPointerType() && in SemaBuiltinNontemporalOverloaded()
[all …]
DSemaExprObjC.cpp831 if (!Method->parameters()[1]->getType()->isIntegerType()) { in BuildObjCArrayLiteral()
988 if (!CountType->isIntegerType()) { in BuildObjCDictionaryLiteral()
2587 ReceiverType->isIntegerType())) { in BuildInstanceMessage()
DSemaCodeComplete.cpp6460 (ReturnType->isIntegerType() || ReturnType->isBooleanType())) || in AddObjCKeyValueCompletions()
6462 (Property->getType()->isIntegerType() || in AddObjCKeyValueCompletions()
6535 (ReturnType.isNull() || ReturnType->isIntegerType())) { in AddObjCKeyValueCompletions()
7004 ReturnType->isIntegerType() || in AddObjCKeyValueCompletions()
DSemaOpenMP.cpp3173 if (VarType->isIntegerType() || VarType->isPointerType() || in BuildNumIterations()
3251 if (!Type->isIntegerType() || UseVarType) { in BuildNumIterations()
3436 if (!VarType->isDependentType() && !VarType->isIntegerType() && in CheckOpenMPIterationSpace()
7343 if (Type->isIntegerType() || Type->isPointerType()) { in ActOnOpenMPReductionClause()
DSemaStmt.cpp1178 SrcType->isIntegerType()) { in DiagnoseAssignmentEnum()
3702 if(!FilterExpr->getType()->isIntegerType()) { in ActOnSEHExceptBlock()
DSemaExprCXX.cpp3384 assert(From->getType()->isIntegerType()); in PerformImplicitConversion()
3415 assert(ToType->isIntegerType()); in PerformImplicitConversion()
/external/clang/lib/StaticAnalyzer/Checkers/
DUnixAPIChecker.cpp101 if (!QT->isIntegerType()) { in CheckOpen()
/external/clang/lib/Analysis/
DBodyFarm.cpp183 if (!PredicateTy->isIntegerType()) in create_dispatch_once()
/external/clang/include/clang/AST/
DCanonicalType.h255 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegerType)
DExpr.h2146 return cast<Expr>(getRHS()->getType()->isIntegerType() ? getLHS():getRHS()); in getBase()
2150 return cast<Expr>(getRHS()->getType()->isIntegerType() ? getLHS():getRHS()); in getBase()
2154 return cast<Expr>(getRHS()->getType()->isIntegerType() ? getRHS():getLHS()); in getIdx()
2158 return cast<Expr>(getRHS()->getType()->isIntegerType() ? getRHS():getLHS()); in getIdx()
DType.h1595 bool isIntegerType() const; // C99 6.2.5p17 (int, char, bool, enum)
5528 inline bool Type::isIntegerType() const {
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
DbFile.cpp1403 …bool isIntegerType = (strcmp(memType,"char")==0) || (strcmp(memType,"int")==0) || (strcmp(memType,… in resolvePointersStructRecursive() local
1405 if (isIntegerType) in resolvePointersStructRecursive()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp587 assert((SrcType->isIntegerType() || isa<llvm::PointerType>(Src->getType())) && in EmitConversionToBool()
795 assert(SrcType->isIntegerType() && "Not ptr->ptr or int->ptr conversion?"); in EmitScalarConversion()
1671 if (!type->isBooleanType() && type->isIntegerType() && in EmitScalarPrePostIncDec()
1713 } else if (type->isIntegerType()) { in EmitScalarPrePostIncDec()
2128 if (!type->isBooleanType() && type->isIntegerType() && in EmitCompoundAssignLValue()
2275 Ops.Ty->isIntegerType()) { in EmitDiv()
2311 if (Ops.Ty->isIntegerType()) in EmitRem()
DTargetInfo.cpp3482 bool isI64 = Ty->isIntegerType() && getContext().getTypeSize(Ty) == 64; in EmitVAArg()
3484 Ty->isIntegerType() || Ty->isPointerType() || Ty->isAggregateType(); in EmitVAArg()
6226 if ((Ty->isIntegerType() && in EmitVAArg()
6255 llvm::Type *IntTy = (OrigTy->isIntegerType() ? Temp.getElementType() in EmitVAArg()
6689 if (Size < 64 && Ty->isIntegerType()) in classifyType()
DCGExpr.cpp1544 assert((LV.getType()->isIntegerType() || LV.getType()->isPointerType()) && in EmitLoadOfGlobalRegLValue()
1797 assert((Dst.getType()->isIntegerType() || Dst.getType()->isPointerType()) && in EmitStoreThroughGlobalRegLValue()
2279 if (T->isIntegerType()) { in EmitCheckTypeDescriptor()
/external/clang/lib/AST/
DExprConstant.cpp2127 assert(CharType->isIntegerType() && "unexpected character type"); in extractStringLiteralCharacter()
2144 assert(CharType->isIntegerType() && "unexpected character type"); in expandStringLiteral()
2896 if (!SubobjType->isIntegerType() || !RHS.isInt()) { in found()
3021 if (!SubobjType->isIntegerType()) { in found()
5668 if (SETy->isIntegerType()) { in VisitCastExpr()
5709 } else if (EltTy->isIntegerType()) { in VisitCastExpr()
5753 } else if (EltTy->isIntegerType()) { in VisitInitListExpr()
5782 if (EltTy->isIntegerType()) in ZeroInitialization()
6217 else if (ArgTy->isIntegerType()) in EvaluateBuiltinClassifyType()
8189 assert(SubExpr->getType()->isIntegerType() && in VisitImaginaryLiteral()
DExpr.cpp724 assert(type->isIntegerType() && "Illegal type in IntegerLiteral"); in IntegerLiteral()
1976 if (!AT || !AT->getElementType()->isIntegerType()) in isStringLiteralInit()
3309 CE->getSubExpr()->getType()->isIntegerType()) // from int. in isNullPointerConstant()
3361 if (!getType()->isIntegerType() || in isNullPointerConstant()
DType.cpp410 if (Complex->getElementType()->isIntegerType()) in getAsComplexIntegerType()
1595 return VT->getElementType()->isIntegerType(); in hasIntegerRepresentation()
1597 return isIntegerType(); in hasIntegerRepresentation()
DExprCXX.cpp744 if (ParamTy->isIntegerType()) in getLiteralOperatorKind()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3533 return Node->isIntegerType(); in AST_MATCHER()
/external/clang/test/Analysis/
Dmisc-ps.m117 // isIntegerType().
/external/lldb/source/Symbol/
DClangASTType.cpp1184 if (complex_element_type->isIntegerType()) in GetTypeInfo()
1264 if (vector_type->isIntegerType()) in GetTypeInfo()

12