Home
last modified time | relevance | path

Searched refs:hasSignedIntegerRepresentation (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp916 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPForOuterLoop()
1121 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop()
1798 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()
1805 RMWOp = X.getType()->hasSignedIntegerRepresentation() in emitOMPAtomicRMW()
1845 X.getType()->hasSignedIntegerRepresentation()); in emitOMPAtomicRMW()
HDCGExprScalar.cpp2265 Ops.Ty->hasSignedIntegerRepresentation()) { in EmitUndefinedBehaviorIntegerDivAndRemCheck()
2737 Ops.Ty->hasSignedIntegerRepresentation(); in EmitShl()
2936 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
HDCGCall.cpp1564 if (RetTy->hasSignedIntegerRepresentation()) in ConstructAttributeList()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDCanonicalType.h289 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
HDType.h1774 bool hasSignedIntegerRepresentation() const;
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDFormatString.cpp376 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp2358 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in SetStep()
2742 bool IsSigned = UseVarType ? VarType->hasSignedIntegerRepresentation() in BuildNumIterations()
2743 : Type->hasSignedIntegerRepresentation(); in BuildNumIterations()
2759 NewSize, Type->hasSignedIntegerRepresentation() || in BuildNumIterations()
3210 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in CheckOpenMPLoop()
6117 bool IsSigned = Type->hasSignedIntegerRepresentation(); in ActOnOpenMPReductionClause()
HDSemaChecking.cpp6621 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
6622 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()
6626 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
HDSemaExpr.cpp1151 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
1152 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
6636 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
6641 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp1713 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
HDASTContext.cpp7826 assert(T->hasSignedIntegerRepresentation() && "Unexpected type"); in getCorrespondingUnsignedType()