/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 1678 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop() 1829 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop() 1858 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeOuterLoop() 2028 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop() 2686 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeLoop() 2926 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW() 2933 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW() 2973 X.getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicRMW()
|
D | CGExpr.cpp | 3054 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr() 3086 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr() 3092 Length->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr() 3120 Length->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
|
D | CGExprScalar.cpp | 2239 Ops.Ty->hasSignedIntegerRepresentation()) { in EmitUndefinedBehaviorIntegerDivAndRemCheck() 2709 Ops.Ty->hasSignedIntegerRepresentation(); in EmitShl() 2910 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
|
D | CGCall.cpp | 1808 if (RetTy->hasSignedIntegerRepresentation()) in ConstructAttributeList()
|
/external/clang/include/clang/AST/ |
D | CanonicalType.h | 289 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
|
D | Type.h | 1820 bool hasSignedIntegerRepresentation() const;
|
/external/llvm-project/clang/include/clang/AST/ |
D | CanonicalType.h | 305 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
|
D | Type.h | 2211 bool hasSignedIntegerRepresentation() const;
|
/external/llvm-project/clang/include/clang/CodeGen/ |
D | CGFunctionInfo.h | 175 if (Ty->hasSignedIntegerRepresentation())
|
/external/clang/lib/Analysis/ |
D | FormatString.cpp | 407 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
|
/external/llvm-project/clang/lib/AST/ |
D | FormatString.cpp | 456 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
|
D | Type.cpp | 2040 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
|
D | ASTContext.cpp | 3821 EltTy->hasSignedIntegerRepresentation() == IsSigned) || \ in getScalableVectorType() 9988 assert((T->hasSignedIntegerRepresentation() || T->isSignedFixedPointType()) && in getCorrespondingUnsignedType()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 2419 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPOuterLoop() 2591 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop() 2647 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeOuterLoop() 2979 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop() 4713 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPDistributeLoop() 5065 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW() 5072 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW() 5113 X.getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicRMW()
|
D | CGExprScalar.cpp | 109 LHSCI, RHSCI, Opcode, Ty->hasSignedIntegerRepresentation(), Result); in mayHaveIntegerOverflow() 3079 Ops.Ty->hasSignedIntegerRepresentation() && in EmitUndefinedBehaviorIntegerDivAndRemCheck() 3757 Ops.Ty->hasSignedIntegerRepresentation() && in EmitShl() 4003 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
|
D | CGExpr.cpp | 3928 LowerBound->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr() 3962 LowerBound->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr() 3968 Length->getType()->hasSignedIntegerRepresentation()) in EmitOMPArraySectionExpr() 3998 Length->getType()->hasSignedIntegerRepresentation()); in EmitOMPArraySectionExpr()
|
D | CGExprAgg.cpp | 990 ArgTy->hasSignedIntegerRepresentation() ? InstInfo.SCmp : InstInfo.UCmp; in EmitCompare()
|
D | CGOpenMPRuntimeGPU.cpp | 2449 CastTy->hasSignedIntegerRepresentation()); in castValueToType()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 4079 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in SetStep() 4454 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in BuildNumIterations() 4455 : Type->hasSignedIntegerRepresentation(); in BuildNumIterations() 4473 NewSize, Type->hasSignedIntegerRepresentation() || in BuildNumIterations() 5066 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in CheckOpenMPLoop() 9376 bool IsSigned = Type->hasSignedIntegerRepresentation(); in ActOnOpenMPReductionClause()
|
D | SemaChecking.cpp | 7697 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison() 7698 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison() 7702 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
|
D | SemaExpr.cpp | 1218 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion() 1219 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion() 7180 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment() 7185 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExpr.cpp | 1252 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion() 1253 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion() 8816 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment() 8821 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment() 9707 bool IntSigned = IntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy() 9708 bool OtherIntSigned = OtherIntTy->hasSignedIntegerRepresentation(); in canConvertIntToOtherIntTy() 9753 Float.convertFromAPInt(Result, IntTy->hasSignedIntegerRepresentation(), in canConvertIntTyToFloatTy() 9756 !IntTy->hasSignedIntegerRepresentation()); in canConvertIntTyToFloatTy()
|
D | SemaOpenMP.cpp | 6655 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in setStep() 7177 if ((LowerSize <= UpperSize && UpperTy->hasSignedIntegerRepresentation()) || in calculateNumIters() 7178 (LowerSize > UpperSize && LowerTy->hasSignedIntegerRepresentation())) { in calculateNumIters() 7459 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in buildNumIterations() 7460 : Type->hasSignedIntegerRepresentation(); in buildNumIterations() 7478 NewSize, Type->hasSignedIntegerRepresentation() || in buildNumIterations() 8350 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in checkOpenMPLoop() 15374 bool IsSigned = Type->hasSignedIntegerRepresentation(); in actOnOMPReductionKindClause()
|
D | SemaChecking.cpp | 11309 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison() 11310 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison() 11314 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
|
/external/clang/lib/AST/ |
D | Type.cpp | 1736 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
|