Home
last modified time | relevance | path

Searched defs:GetValue (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project/lldb/include/lldb/Breakpoint/
H A DStoppointHitCounter.h22 uint32_t GetValue() const { return m_hit_count; } in GetValue() function
/llvm-project/lldb/include/lldb/Core/
H A DThreadSafeValue.h25 T GetValue() const { in GetValue() function
H A DValueObject.h
/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h312 N GetValue() { return m_value; } in GetValue() function
337 double GetValue() { return m_value; } in GetValue() function
356 bool GetValue() { return m_value; } in GetValue() function
374 llvm::StringRef GetValue() { return m_value; } in GetValue() function
565 void *GetValue() const { return m_object; } in GetValue() function
H A DPredicate.h71 T GetValue() const { in GetValue() function
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h150 MVT GetValue() const { in GetValue() function
/llvm-project/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableSet.cpp43 const void *CFCMutableSet::GetValue(const void *value) const { in GetValue() function in CFCMutableSet
/llvm-project/lldb/include/lldb/Interpreter/
H A DProperty.h45 const lldb::OptionValueSP &GetValue() const { return m_value_sp; } in GetValue() function
/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersHelpers.h142 uint64_t GetValue() const { GetValue() function
H A DTypeFormat.h102 uint32_t GetValue() { return m_flags; } in GetValue() function
H A DTypeSummary.h194 uint32_t GetValue() { return m_flags; } GetValue() function
H A DTypeSynthetic.h230 uint32_t GetValue() { return m_flags; } in GetValue() function
/llvm-project/lldb/include/lldb/Target/
H A DRegisterFlags.h90 uint64_t GetValue(uint64_t register_value) const { in GetValue() function
H A DStopInfo.h45 uint64_t GetValue() const { return m_value; } in GetValue() function
/llvm-project/clang/test/SemaCXX/
H A Dwarn-tautological-compare.cpp30 #define GetValue(ptr) ((ptr != 0) ? ptr[0] : 0) macro
H A Dwarn-bool-conversion.cpp138 #define GetValue(ptr) ((ptr) ? ptr[0] : 0) macro
/llvm-project/lldb/source/API/
H A DSBSymbol.cpp165 uint64_t SBSymbol::GetValue() { GetValue() function in SBSymbol
/llvm-project/lldb/include/lldb/Symbol/
H A DPostfixExpression.h93 int64_t GetValue() const { return m_value; } in GetValue() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-naming-member-decl-usage.cpp158 int GetValue() const { return value; } // A1 in GetValue() function
/llvm-project/flang/runtime/
H A Dtype-info.cpp18 RT_API_ATTRS Fortran::common::optional<TypeParameterValue> Value::GetValue( in GetValue() function in Fortran::runtime::typeInfo::Value
/llvm-project/flang/lib/Semantics/
H A Dcheck-case.cpp76 std::optional<Value> GetValue(const parser::CaseValue &caseValue) { GetValue() function in Fortran::semantics::CaseValues
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h93 ValT GetValue(BlkT *BB) { GetValue() function
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h65 unsigned GetValue() const { return m_id; } in GetValue() function
/llvm-project/lldb/tools/debugserver/source/
H A DJSONGenerator.h376 void *GetValue() const { return m_object; } in GetValue() function
/llvm-project/lldb/unittests/Utility/
H A DScalarTest.cpp278 TEST(ScalarTest, GetValue) { in TEST() argument

12