Home
last modified time | relevance | path

Searched refs:GetMaxValue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterFlags.cpp40 uint64_t max_value = GetMaxValue(); in Field()
89 uint64_t RegisterFlags::Field::GetMaxValue(unsigned start, unsigned end) { in GetMaxValue() function in RegisterFlags::Field
102 uint64_t RegisterFlags::Field::GetMaxValue() const { in GetMaxValue() function in RegisterFlags::Field
103 return GetMaxValue(m_start, m_end); in GetMaxValue()
107 return GetMaxValue() << m_start; in GetMask()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterFlags.h84 uint64_t GetMaxValue() const;
87 static uint64_t GetMaxValue(unsigned start, unsigned end);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp1637 class GetMaxValue { in initFunctionSummaries() class
1641 GetMaxValue(BasicValueFactory &BVF) : BVF(BVF) {} in initFunctionSummaries() function in StdLibraryFunctionsChecker::initFunctionSummaries::GetMaxValue
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp4392 RegisterFlags::Field::GetMaxValue(*start, *end); in ParseFlagsFields()