Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStructuredData.cpp194 uint64_t SBStructuredData::GetIntegerValue(uint64_t fail_value) const { in GetIntegerValue() function in SBStructuredData
203 return m_impl_up->GetIntegerValue(fail_value); in GetUnsignedIntegerValue()
209 return m_impl_up->GetIntegerValue(fail_value); in GetSignedIntegerValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStructuredDataImpl.h121 uint64_t GetIntegerValue(uint64_t fail_value = 0) const {
126 int64_t GetIntegerValue(int64_t fail_value = 0) const {
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBStructuredData.h83 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.cpp526 value_sp = GetIntegerValue(0); in GetValue()
588 ValueSP GetIntegerValue(uint32_t reg_index) { in GetIntegerValue() function in __anon31ea58350111::ReturnValueExtractor
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp1259 if (Literal.GetIntegerValue(Val)) { in handleUIntLiteral()
1283 bool Overflowed = Literal.GetIntegerValue(Val); in handleIntLiteral()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp347 if (Literal.GetIntegerValue(Result.Val)) { in EvaluateValue()
H A DPreprocessor.cpp1436 if (Literal.GetIntegerValue(APVal)) in parseSimpleIntegerLiteral()
H A DLiteralSupport.cpp1506 bool NumericLiteralParser::GetIntegerValue(llvm::APInt &Val) { in GetIntegerValue() function in NumericLiteralParser
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp350 llvm::sys::toTimePoint(oso_symbol->GetIntegerValue(0)); in InitOSO()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp3776 if (Literal.GetIntegerValue(ResultVal)) in ActOnNumericConstant()
3950 if (Literal.GetIntegerValue(ResultVal)) { in ActOnNumericConstant()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp53116 result = (uint64_t)((lldb::SBStructuredData const *)arg1)->GetIntegerValue(arg2); in _wrap_SBStructuredData_GetIntegerValue__SWIG_0()
53140 result = (uint64_t)((lldb::SBStructuredData const *)arg1)->GetIntegerValue(); in _wrap_SBStructuredData_GetIntegerValue__SWIG_1()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc11064 …rser15GetIntegerValueERN4llvm5APIntE", "clang::NumericLiteralParser::GetIntegerValue(llvm::APInt&)…