Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCanonicalType.h290 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
DType.h1824 bool hasUnsignedIntegerRepresentation() const;
/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()