Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h305 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
H A DType.h2130 bool hasUnsignedIntegerRepresentation() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp2997 else if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitDiv()
3014 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitRem()
3530 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitShr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1914 bool Type::hasUnsignedIntegerRepresentation() const { in hasUnsignedIntegerRepresentation() function in Type
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp10253 if (!T->hasUnsignedIntegerRepresentation()) { in AnalyzeComparison()
10528 T->hasUnsignedIntegerRepresentation()); in DiagnoseFloatingImpCast()
H A DSemaExpr.cpp9476 LHSType->hasUnsignedIntegerRepresentation() || in DiagnoseBadShiftValues()