Home
last modified time | relevance | path

Searched defs:isUnsigned (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h31 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
H A DSValBuilder.h310 NonLoc makeIntVal(const llvm::APInt& integer, bool isUnsigned) { in makeIntVal()
321 NonLoc makeIntVal(uint64_t integer, bool isUnsigned) { in makeIntVal()
H A DBasicValueFactory.h189 const llvm::APSInt &getIntValue(uint64_t X, bool isUnsigned) { in getIntValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h78 bool isUnsigned() const { return IsUnsigned; } in isUnsigned() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h166 bool isUnsigned = asImpl().readBool(); in readAPSInt() local
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h72 bool isUnsigned : 1; variable
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp61 bool isUnsigned() const { return Val.isUnsigned(); } in isUnsigned() function in __anon807bcb150111::PPValue
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp365 bool VariantValue::isUnsigned() const { in isUnsigned() function in clang::ast_matchers::dynamic::VariantValue
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h453 bool isUnsigned() const { return !isSigned(); } in isUnsigned() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp278 static bool isUnsigned(SValBuilder &SVB, NonLoc Value) { in isUnsigned() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetBuiltins.h217 bool isUnsigned() const { return (Flags & UnsignedFlag) != 0; } in isUnsigned() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp781 bool isUnsigned) override { in getBitvector()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp166 static bool isUnsigned(Kind Cmp) { in isUnsigned() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3438 bool isUnsigned = isFloatDIType(DIGV->getType()) emitDebugInfoForGlobal() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h503 bool isUnsigned() const { return SubclassData32; } in isUnsigned() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp357 bool clang::ento::RangeSet::isUnsigned() const { in isUnsigned() function in clang::ento::RangeSet
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3743 bool CmpInst::isUnsigned(Predicate predicate) { in isUnsigned() function in CmpInst
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp389 bool DependentBitIntType::isUnsigned() const { in isUnsigned() function in DependentBitIntType
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp9582 bool isUnsigned = CharType->isUnsignedIntegerType(); in CheckC23ConstexprInitStringLiteral() local