Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDCanonicalType.h291 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasUnsignedIntegerRepresentation)
HDType.h1664 bool hasUnsignedIntegerRepresentation() const;
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprScalar.cpp2164 else if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitDiv()
2179 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitRem()
2642 if (Ops.Ty->hasUnsignedIntegerRepresentation()) in EmitShr()
HDCGCall.cpp1082 else if (RetTy->hasUnsignedIntegerRepresentation()) in ConstructAttributeList()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDType.cpp779 bool Type::hasUnsignedIntegerRepresentation() const { in hasUnsignedIntegerRepresentation() function in Type
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp5003 } else if (!T->hasUnsignedIntegerRepresentation()) in AnalyzeComparison()
5012 if (!T->hasUnsignedIntegerRepresentation() || IsComparisonConstant) in AnalyzeComparison()
5173 T->hasUnsignedIntegerRepresentation()); in DiagnoseFloatingLiteralImpCast()
HDSemaExpr.cpp7257 LHSType->hasUnsignedIntegerRepresentation()) in DiagnoseBadShiftValues()