Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp352 if (!T->hasUnsignedIntegerRepresentation()) in isLegalTypeForHLSLSV_DispatchThreadID()
998 return !PassedType->hasUnsignedIntegerRepresentation(); in CheckUnsignedIntRepresentation()
H A DSemaChecking.cpp10150 if (!T->hasUnsignedIntegerRepresentation()) { in AnalyzeComparison()
10441 T->hasUnsignedIntegerRepresentation()); in DiagnoseFloatingImpCast()
H A DSemaExpr.cpp11171 LHSType->hasUnsignedIntegerRepresentation() || in DiagnoseBadShiftValues()
H A DSemaOpenMP.cpp9939 RealVType->hasUnsignedIntegerRepresentation() && in checkOpenMPLoop()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h306 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
H A DType.h2727 bool hasUnsignedIntegerRepresentation() const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp3757 Ops.Ty->hasUnsignedIntegerRepresentation()); in EmitDiv()
3769 else if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitDiv()
3786 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitRem()
4457 Ops.Ty->hasUnsignedIntegerRepresentation(); in EmitShl()
4543 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitShr()
H A DCGBuiltin.cpp18331 assert(QT->hasUnsignedIntegerRepresentation()); in getDotProductIntrinsic()
18457 assert(E->getArg(0)->getType()->hasUnsignedIntegerRepresentation()); in EmitHLSLBuiltinExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2236 bool Type::hasUnsignedIntegerRepresentation() const { in hasUnsignedIntegerRepresentation() function in Type
H A DASTContext.cpp11565 assert((T->hasUnsignedIntegerRepresentation() || in getCorrespondingUnsignedType()