Home
last modified time | relevance | path

Searched defs:getMaxValue (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h194 const llvm::APSInt &getMaxValue(const llvm::APSInt &v) { in getMaxValue() function
202 const llvm::APSInt &getMaxValue(QualType T) { in getMaxValue() function
210 const llvm::APSInt &getMaxValue(APSIntType T) { in getMaxValue() function
H A DAPSIntType.h65 llvm::APSInt getMaxValue() const LLVM_READONLY { in getMaxValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DInstructionCost.h61 static CostType getMaxValue() { return std::numeric_limits<CostType>::max(); } in getMaxValue() function
H A DKnownBits.h134 APInt getMaxValue() const { in getMaxValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPSInt.h303 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue() function
H A DAPInt.h186 static APInt getMaxValue(unsigned numBits) { return getAllOnes(numBits); } in getMaxValue() function
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java402 getMaxValue() in getMaxValue() method in TestBean
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp353 int HexagonMCInstrInfo::getMaxValue(MCInstrInfo const &MCII, in getMaxValue() function in HexagonMCInstrInfo
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1651 } getMaxValue(BVF); in initFunctionSummaries() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp352 const llvm::APSInt &RangeSet::getMaxValue() const { in getMaxValue() function in RangeSet
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp4391 int HexagonInstrInfo::getMaxValue(const MachineInstr &MI) const { in getMaxValue() function in HexagonInstrInfo