/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 473 if (InTy->isIntegerType() || InTy->isPointerType()) in ActOnGCCAsmStmt() 480 if (OutTy->isIntegerType() || OutTy->isPointerType()) in ActOnGCCAsmStmt()
|
D | SemaExpr.cpp | 1003 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 …]
|
D | SemaCast.cpp | 2105 && (SrcExpr.get()->getType()->isIntegerType() in CheckCXXCStyleCast() 2200 if (SrcType->isIntegerType() && DestType->isIntegerType() && in DiagnoseBadFunctionCast() 2340 (SrcType->isIntegerType() || SrcType->isFloatingType())) { in CheckCStyleCast()
|
D | SemaChecking.cpp | 80 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 …]
|
D | SemaExprObjC.cpp | 831 if (!Method->parameters()[1]->getType()->isIntegerType()) { in BuildObjCArrayLiteral() 988 if (!CountType->isIntegerType()) { in BuildObjCDictionaryLiteral() 2587 ReceiverType->isIntegerType())) { in BuildInstanceMessage()
|
D | SemaCodeComplete.cpp | 6460 (ReturnType->isIntegerType() || ReturnType->isBooleanType())) || in AddObjCKeyValueCompletions() 6462 (Property->getType()->isIntegerType() || in AddObjCKeyValueCompletions() 6535 (ReturnType.isNull() || ReturnType->isIntegerType())) { in AddObjCKeyValueCompletions() 7004 ReturnType->isIntegerType() || in AddObjCKeyValueCompletions()
|
D | SemaOpenMP.cpp | 3173 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()
|
D | SemaStmt.cpp | 1178 SrcType->isIntegerType()) { in DiagnoseAssignmentEnum() 3702 if(!FilterExpr->getType()->isIntegerType()) { in ActOnSEHExceptBlock()
|
D | SemaExprCXX.cpp | 3384 assert(From->getType()->isIntegerType()); in PerformImplicitConversion() 3415 assert(ToType->isIntegerType()); in PerformImplicitConversion()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | UnixAPIChecker.cpp | 101 if (!QT->isIntegerType()) { in CheckOpen()
|
/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 183 if (!PredicateTy->isIntegerType()) in create_dispatch_once()
|
/external/clang/include/clang/AST/ |
D | CanonicalType.h | 255 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIntegerType)
|
D | Expr.h | 2146 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()
|
D | Type.h | 1595 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/ |
D | bFile.cpp | 1403 …bool isIntegerType = (strcmp(memType,"char")==0) || (strcmp(memType,"int")==0) || (strcmp(memType,… in resolvePointersStructRecursive() local 1405 if (isIntegerType) in resolvePointersStructRecursive()
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 587 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()
|
D | TargetInfo.cpp | 3482 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()
|
D | CGExpr.cpp | 1544 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/ |
D | ExprConstant.cpp | 2127 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()
|
D | Expr.cpp | 724 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()
|
D | Type.cpp | 410 if (Complex->getElementType()->isIntegerType()) in getAsComplexIntegerType() 1595 return VT->getElementType()->isIntegerType(); in hasIntegerRepresentation() 1597 return isIntegerType(); in hasIntegerRepresentation()
|
D | ExprCXX.cpp | 744 if (ParamTy->isIntegerType()) in getLiteralOperatorKind()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 3533 return Node->isIntegerType(); in AST_MATCHER()
|
/external/clang/test/Analysis/ |
D | misc-ps.m | 117 // isIntegerType().
|
/external/lldb/source/Symbol/ |
D | ClangASTType.cpp | 1184 if (complex_element_type->isIntegerType()) in GetTypeInfo() 1264 if (vector_type->isIntegerType()) in GetTypeInfo()
|