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.h1800 bool hasUnsignedIntegerRepresentation() const;
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2299 else if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitDiv()
2315 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitRem()
2797 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitShr()
DCGCall.cpp1606 else if (RetTy->hasUnsignedIntegerRepresentation()) in ConstructAttributeList()
/external/clang/lib/Sema/
DSemaChecking.cpp6789 } else if (!T->hasUnsignedIntegerRepresentation()) in AnalyzeComparison()
6798 if (!T->hasUnsignedIntegerRepresentation() || IsComparisonConstant) in AnalyzeComparison()
6959 T->hasUnsignedIntegerRepresentation()); in DiagnoseFloatingLiteralImpCast()
DSemaExpr.cpp8128 LHSType->hasUnsignedIntegerRepresentation() || in DiagnoseBadShiftValues()
/external/clang/lib/AST/
DType.cpp1770 bool Type::hasUnsignedIntegerRepresentation() const { in hasUnsignedIntegerRepresentation() function in Type