Home
last modified time | relevance | path

Searched refs:hasSignedIntegerRepresentation (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/Analysis/
DFormatString.cpp351 if (PromoArg->hasSignedIntegerRepresentation() && in matchesType()
/external/clang/include/clang/AST/
DCanonicalType.h290 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, hasSignedIntegerRepresentation)
DType.h1660 bool hasSignedIntegerRepresentation() const;
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2039 Ops.Ty->hasSignedIntegerRepresentation()) { in EmitUndefinedBehaviorIntegerDivAndRemCheck()
2503 if (Ops.Ty->hasSignedIntegerRepresentation()) { in EmitShl()
2681 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
DCGCall.cpp1097 if (RetTy->hasSignedIntegerRepresentation()) in ConstructAttributeList()
/external/clang/lib/AST/
DType.cpp735 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
DASTContext.cpp7467 assert(T->hasSignedIntegerRepresentation() && "Unexpected type"); in getCorrespondingUnsignedType()
/external/clang/lib/Sema/
DSemaChecking.cpp4899 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
4900 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()
4904 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
DSemaExpr.cpp1105 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
1106 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
5954 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
5959 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()