Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaHLSL.cpp352 if (!T->hasUnsignedIntegerRepresentation()) in isLegalTypeForHLSLSV_DispatchThreadID()
998 return !PassedType->hasUnsignedIntegerRepresentation(); in CheckUnsignedIntRepresentation()
HDSemaChecking.cpp10150 if (!T->hasUnsignedIntegerRepresentation()) { in AnalyzeComparison()
10441 T->hasUnsignedIntegerRepresentation()); in DiagnoseFloatingImpCast()
HDSemaExpr.cpp11171 LHSType->hasUnsignedIntegerRepresentation() || in DiagnoseBadShiftValues()
HDSemaOpenMP.cpp9939 RealVType->hasUnsignedIntegerRepresentation() && in checkOpenMPLoop()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDCanonicalType.h306 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
HDType.h2727 bool hasUnsignedIntegerRepresentation() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprScalar.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()
HDCGBuiltin.cpp18331 assert(QT->hasUnsignedIntegerRepresentation()); in getDotProductIntrinsic()
18457 assert(E->getArg(0)->getType()->hasUnsignedIntegerRepresentation()); in EmitHLSLBuiltinExpr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp2236 bool Type::hasUnsignedIntegerRepresentation() const { in hasUnsignedIntegerRepresentation() function in Type
HDASTContext.cpp11565 assert((T->hasUnsignedIntegerRepresentation() || in getCorrespondingUnsignedType()