Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h306 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
H A DType.h2223 bool hasUnsignedIntegerRepresentation() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp3208 Ops.Ty->hasUnsignedIntegerRepresentation()); in EmitDiv()
3234 else if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitDiv()
3251 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitRem()
3859 Ops.Ty->hasUnsignedIntegerRepresentation(); in EmitShl()
3942 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitShr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp2086 bool Type::hasUnsignedIntegerRepresentation() const { in hasUnsignedIntegerRepresentation() function in Type
H A DASTContext.cpp10169 assert((T->hasUnsignedIntegerRepresentation() || in getCorrespondingSignedType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp11546 if (!T->hasUnsignedIntegerRepresentation()) { in AnalyzeComparison()
11851 T->hasUnsignedIntegerRepresentation()); in DiagnoseFloatingImpCast()
H A DSemaExpr.cpp10879 LHSType->hasUnsignedIntegerRepresentation() || in DiagnoseBadShiftValues()
H A DSemaOpenMP.cpp9239 RealVType->hasUnsignedIntegerRepresentation() && in checkOpenMPLoop()