Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCanonicalType.h290 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
DType.h1824 bool hasUnsignedIntegerRepresentation() const;
/external/llvm-project/clang/include/clang/AST/
DCanonicalType.h306 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
DType.h2215 bool hasUnsignedIntegerRepresentation() const;
/external/llvm-project/clang/lib/CodeGen/
DCGExprScalar.cpp3139 else if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitDiv()
3156 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitRem()
3762 Ops.Ty->hasUnsignedIntegerRepresentation(); in EmitShl()
3845 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitShr()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2286 else if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitDiv()
2302 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitRem()
2784 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitShr()
DCGCall.cpp1810 else if (RetTy->hasUnsignedIntegerRepresentation()) in ConstructAttributeList()
/external/clang/lib/AST/
DType.cpp1776 bool Type::hasUnsignedIntegerRepresentation() const { in hasUnsignedIntegerRepresentation() function in Type
/external/clang/lib/Sema/
DSemaChecking.cpp7682 } else if (!T->hasUnsignedIntegerRepresentation()) in AnalyzeComparison()
7691 if (!T->hasUnsignedIntegerRepresentation() || IsComparisonConstant) in AnalyzeComparison()
7871 T->hasUnsignedIntegerRepresentation()); in DiagnoseFloatingImpCast()
DSemaExpr.cpp8564 LHSType->hasUnsignedIntegerRepresentation() || in DiagnoseBadShiftValues()
/external/llvm-project/clang/lib/AST/
DType.cpp2086 bool Type::hasUnsignedIntegerRepresentation() const { in hasUnsignedIntegerRepresentation() function in Type
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp11286 if (!T->hasUnsignedIntegerRepresentation()) { in AnalyzeComparison()
11591 T->hasUnsignedIntegerRepresentation()); in DiagnoseFloatingImpCast()
DSemaExpr.cpp10766 LHSType->hasUnsignedIntegerRepresentation() || in DiagnoseBadShiftValues()
DSemaOpenMP.cpp8520 RealVType->hasUnsignedIntegerRepresentation() && in checkOpenMPLoop()