Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DCanonicalType.h306 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
DType.h2223 bool hasUnsignedIntegerRepresentation() const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp3218 Ops.Ty->hasUnsignedIntegerRepresentation()); in EmitDiv()
3244 else if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitDiv()
3261 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitRem()
3872 Ops.Ty->hasUnsignedIntegerRepresentation(); in EmitShl()
3955 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitShr()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DType.cpp2089 bool Type::hasUnsignedIntegerRepresentation() const { in hasUnsignedIntegerRepresentation() function in Type
DASTContext.cpp10211 assert((T->hasUnsignedIntegerRepresentation() || in getCorrespondingSignedType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaChecking.cpp11819 if (!T->hasUnsignedIntegerRepresentation()) { in AnalyzeComparison()
12124 T->hasUnsignedIntegerRepresentation()); in DiagnoseFloatingImpCast()
DSemaExpr.cpp10968 LHSType->hasUnsignedIntegerRepresentation() || in DiagnoseBadShiftValues()
DSemaOpenMP.cpp9263 RealVType->hasUnsignedIntegerRepresentation() && in checkOpenMPLoop()