Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCanonicalType.h291 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
DType.h1651 bool hasUnsignedIntegerRepresentation() const;
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2076 else if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitDiv()
2091 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitRem()
2554 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitShr()
DCGCall.cpp1060 else if (RetTy->hasUnsignedIntegerRepresentation()) in ConstructAttributeList()
/external/clang/lib/AST/
DType.cpp791 bool Type::hasUnsignedIntegerRepresentation() const { in hasUnsignedIntegerRepresentation() function in Type
/external/clang/lib/Sema/
DSemaChecking.cpp4556 } else if (!T->hasUnsignedIntegerRepresentation()) in AnalyzeComparison()
4565 if (!T->hasUnsignedIntegerRepresentation() || IsComparisonConstant) in AnalyzeComparison()
4726 T->hasUnsignedIntegerRepresentation()); in DiagnoseFloatingLiteralImpCast()
DSemaExpr.cpp6682 LHSType->hasUnsignedIntegerRepresentation()) in DiagnoseBadShiftValues()