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.h1647 bool hasSignedIntegerRepresentation() const;
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2035 Ops.Ty->hasSignedIntegerRepresentation()) { in EmitUndefinedBehaviorIntegerDivAndRemCheck()
2499 if (Ops.Ty->hasSignedIntegerRepresentation()) { in EmitShl()
2677 } else if (LHSTy->hasSignedIntegerRepresentation()) { in EmitCompare()
DCGCall.cpp1058 if (RetTy->hasSignedIntegerRepresentation()) in ConstructAttributeList()
/external/clang/lib/AST/
DType.cpp751 bool Type::hasSignedIntegerRepresentation() const { in hasSignedIntegerRepresentation() function in Type
DASTContext.cpp7236 assert(T->hasSignedIntegerRepresentation() && "Unexpected type"); in getCorrespondingUnsignedType()
/external/clang/lib/Sema/
DSemaChecking.cpp4571 if (LHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
4572 assert(!RHS->getType()->hasSignedIntegerRepresentation() && in AnalyzeComparison()
4576 } else if (RHS->getType()->hasSignedIntegerRepresentation()) { in AnalyzeComparison()
DSemaExpr.cpp974 bool LHSSigned = LHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
975 bool RHSSigned = RHSType->hasSignedIntegerRepresentation(); in handleIntegerConversion()
5552 else if (lhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()
5557 else if (rhptee->hasSignedIntegerRepresentation()) in checkPointerTypesForAssignment()