Home
last modified time | relevance | path

Searched refs:GetIntegerValue (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp189 uint64_t SBStructuredData::GetIntegerValue(uint64_t fail_value) const { in GetIntegerValue() function in SBStructuredData
198 return m_impl_up->GetIntegerValue(fail_value); in GetUnsignedIntegerValue()
204 return m_impl_up->GetIntegerValue(fail_value); in GetSignedIntegerValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h131 uint64_t GetIntegerValue(uint64_t fail_value = 0) const {
136 int64_t GetIntegerValue(int64_t fail_value = 0) const {
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h82 uint64_t GetIntegerValue(uint64_t fail_value = 0) const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymbol.h117 uint64_t GetIntegerValue(uint64_t fail_value = 0) const {
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h119 bool GetIntegerValue(llvm::APInt &Val);
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
H A DABISysV_ppc64.cpp523 value_sp = GetIntegerValue(0); in GetValue()
584 ValueSP GetIntegerValue(uint32_t reg_index) { in GetIntegerValue() function in __anon31ea58350111::ReturnValueExtractor
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp345 if (Literal.GetIntegerValue(Result.Val)) { in EvaluateValue()
H A DPreprocessor.cpp1404 if (Literal.GetIntegerValue(APVal)) in parseSimpleIntegerLiteral()
H A DLiteralSupport.cpp1466 bool NumericLiteralParser::GetIntegerValue(llvm::APInt &Val) { in GetIntegerValue() function in NumericLiteralParser
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp349 llvm::sys::toTimePoint(oso_symbol->GetIntegerValue(0)); in InitOSO()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3727 if (Literal.GetIntegerValue(ResultVal)) in ActOnNumericConstant()
3894 if (Literal.GetIntegerValue(ResultVal)) { in ActOnNumericConstant()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp51988 result = (uint64_t)((lldb::SBStructuredData const *)arg1)->GetIntegerValue(arg2); in _wrap_SBStructuredData_GetIntegerValue__SWIG_0()
52012 result = (uint64_t)((lldb::SBStructuredData const *)arg1)->GetIntegerValue(); in _wrap_SBStructuredData_GetIntegerValue__SWIG_1()