Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h289 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
H A DType.h1681 bool hasSignedIntegerRepresentation() const;
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp565 const bool IVSigned = IVExpr->getType()->hasSignedIntegerRepresentation(); in EmitOMPWorksharingLoop()
H A DCGExprScalar.cpp2195 Ops.Ty->hasSignedIntegerRepresentation()) { in EmitUndefinedBehaviorIntegerDivAndRemCheck()
2673 if (Ops.Ty->hasSignedIntegerRepresentation()) { in EmitShl()
2856 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
H A DCGCall.cpp1469 if (RetTy->hasSignedIntegerRepresentation()) in ConstructAttributeList()
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DFormatString.cpp374 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp2026 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in SetStep()
2330 NewSize, Type->hasSignedIntegerRepresentation()); in BuildNumIterations()
2680 LastIteration32.get()->getType()->hasSignedIntegerRepresentation(), in CheckOpenMPLoop()
H A DSemaChecking.cpp6081 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
6082 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()
6086 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
H A DSemaExpr.cpp1086 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
1087 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
6315 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
6320 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp750 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
H A DASTContext.cpp7474 assert(T->hasSignedIntegerRepresentation() && "Unexpected type"); in getCorrespondingUnsignedType()