Home
last modified time | relevance | path

Searched refs:hasUnsignedIntegerRepresentation (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DCanonicalType.h306 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
H A DType.h2299 bool hasUnsignedIntegerRepresentation() const;
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp3281 Ops.Ty->hasUnsignedIntegerRepresentation()); in EmitDiv()
3307 else if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitDiv()
3324 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitRem()
3935 Ops.Ty->hasUnsignedIntegerRepresentation(); in EmitShl()
4018 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitShr()
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp2248 Ty->hasUnsignedIntegerRepresentation()); in EvaluateInContext()
2254 Ty->hasUnsignedIntegerRepresentation()); in EvaluateInContext()
H A DType.cpp2108 bool Type::hasUnsignedIntegerRepresentation() const { in hasUnsignedIntegerRepresentation() function in Type
H A DASTContext.cpp10848 assert((T->hasUnsignedIntegerRepresentation() || in getCorrespondingSignedType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp12858 if (!T->hasUnsignedIntegerRepresentation()) { in AnalyzeComparison()
13163 T->hasUnsignedIntegerRepresentation()); in DiagnoseFloatingImpCast()
H A DSemaExpr.cpp11458 LHSType->hasUnsignedIntegerRepresentation() || in DiagnoseBadShiftValues()
H A DSemaOpenMP.cpp9796 RealVType->hasUnsignedIntegerRepresentation() && in checkOpenMPLoop()