Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h306 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
H A DType.h2474 bool hasUnsignedIntegerRepresentation() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3471 Ops.Ty->hasUnsignedIntegerRepresentation()); in EmitDiv()
3483 else if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitDiv()
3500 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitRem()
4156 Ops.Ty->hasUnsignedIntegerRepresentation(); in EmitShl()
4239 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitShr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2173 bool Type::hasUnsignedIntegerRepresentation() const { in hasUnsignedIntegerRepresentation() function in Type
H A DASTContext.cpp11086 assert((T->hasUnsignedIntegerRepresentation() || in getCorrespondingUnsignedType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14923 if (!T->hasUnsignedIntegerRepresentation()) { in AnalyzeComparison()
15235 T->hasUnsignedIntegerRepresentation()); in DiagnoseFloatingImpCast()
H A DSemaDeclAttr.cpp7209 if (!T->hasUnsignedIntegerRepresentation()) in isLegalTypeForHLSLSV_DispatchThreadID()
H A DSemaExpr.cpp12152 LHSType->hasUnsignedIntegerRepresentation() || in DiagnoseBadShiftValues()
H A DSemaOpenMP.cpp10094 RealVType->hasUnsignedIntegerRepresentation() && in checkOpenMPLoop()