Home
last modified time | relevance | path

Searched refs:isUnsignedIntegerOrEnumerationType (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDSValBuilder.h235 integer->getType()->isUnsignedIntegerOrEnumerationType())); in makeIntVal()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDCanonicalType.h296 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isUnsignedIntegerOrEnumerationType)
HDType.h1883 bool isUnsignedIntegerOrEnumerationType() const;
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp1739 bool Type::isUnsignedIntegerOrEnumerationType() const { in isUnsignedIntegerOrEnumerationType() function in Type
1755 return VT->getElementType()->isUnsignedIntegerOrEnumerationType(); in hasUnsignedIntegerRepresentation()
1757 return isUnsignedIntegerOrEnumerationType(); in hasUnsignedIntegerRepresentation()
HDExprConstant.cpp1536 Result.setIsUnsigned(DestType->isUnsignedIntegerOrEnumerationType()); in HandleIntToIntCast()
5903 E->getType()->isUnsignedIntegerOrEnumerationType()); in Success()
6788 E->getType()->isUnsignedIntegerOrEnumerationType()); in VisitBinOp()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprScalar.cpp613 bool SrcIsUnsigned = OrigSrcType->isUnsignedIntegerOrEnumerationType(); in EmitFloatConversionCheck()
643 bool Unsigned = DstType->isUnsignedIntegerOrEnumerationType(); in EmitFloatConversionCheck()
HDCGCall.cpp1644 else if (ParamType->isUnsignedIntegerOrEnumerationType()) { in ConstructAttributeList()
HDTargetInfo.cpp5910 if (Ty->isUnsignedIntegerOrEnumerationType() && TySize == 32) in shouldSignExtUnsignedType()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplate.cpp5104 if (IntegerType->isUnsignedIntegerOrEnumerationType() in CheckTemplateArgument()
5114 if (IntegerType->isUnsignedIntegerOrEnumerationType()) in CheckTemplateArgument()
HDSemaChecking.cpp6023 return IntRange(MaxWidth, Ty->isUnsignedIntegerOrEnumerationType()); in GetValueRange()
6249 BitField->getType()->isUnsignedIntegerOrEnumerationType()); in GetExprRange()