Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCanonicalType.h306 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
H A DType.h2363 bool hasUnsignedIntegerRepresentation() const;
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprScalar.cpp3452 Ops.Ty->hasUnsignedIntegerRepresentation()); in EmitDiv()
3478 else if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitDiv()
3495 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitRem()
4106 Ops.Ty->hasUnsignedIntegerRepresentation(); in EmitShl()
4189 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitShr()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp2335 Ty->hasUnsignedIntegerRepresentation()); in EvaluateInContext()
2341 Ty->hasUnsignedIntegerRepresentation()); in EvaluateInContext()
H A DType.cpp2132 bool Type::hasUnsignedIntegerRepresentation() const { in hasUnsignedIntegerRepresentation() function in Type
H A DASTContext.cpp10979 assert((T->hasUnsignedIntegerRepresentation() || in getCorrespondingUnsignedType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp13183 if (!T->hasUnsignedIntegerRepresentation()) { in AnalyzeComparison()
13494 T->hasUnsignedIntegerRepresentation()); in DiagnoseFloatingImpCast()
H A DSemaDeclAttr.cpp7021 if (!T->hasUnsignedIntegerRepresentation()) in isLegalTypeForHLSLSV_DispatchThreadID()
H A DSemaExpr.cpp11719 LHSType->hasUnsignedIntegerRepresentation() || in DiagnoseBadShiftValues()
H A DSemaOpenMP.cpp9879 RealVType->hasUnsignedIntegerRepresentation() && in checkOpenMPLoop()