Searched refs:ValueSP (Results 1 – 4 of 4) sorted by relevance
143 typedef typename std::shared_ptr<ValueType> ValueSP; typedef144 typedef std::vector<std::pair<TypeMatcher, ValueSP>> MapType;145 typedef std::function<bool(const TypeMatcher &, const ValueSP &)>154 void Add(TypeMatcher matcher, const ValueSP &entry) { in Add()180 bool Get(FormattersMatchCandidate candidate, ValueSP &entry) { in Get()193 bool Get(const FormattersMatchVector &candidates, ValueSP &entry) { in Get()205 bool GetExact(TypeMatcher matcher, ValueSP &entry) { in GetExact()215 ValueSP GetAtIndex(size_t index) { in GetAtIndex()218 return ValueSP(); in GetAtIndex()256 ForEach([&request](const TypeMatcher &matcher, const ValueSP &value) { in AutoComplete()
41 using MapValueType = typename Subcontainer::ValueSP;
522 ValueSP value_sp; in GetValue()580 ValueSP NewScalarValue(CompilerType &type) { in NewScalarValue()581 ValueSP value_sp(new Value); in NewScalarValue()588 ValueSP GetIntegerValue(uint32_t reg_index) { in GetIntegerValue()592 return ValueSP(); in GetIntegerValue()595 ValueSP value_sp(NewScalarValue(m_type)); in GetIntegerValue()637 ValueSP GetFloatValue(CompilerType &type, uint32_t reg_index) { in GetFloatValue()644 ValueSP value_sp(NewScalarValue(type)); in GetFloatValue()670 ValueSP GetPointerValue(uint32_t reg_index) { in GetPointerValue()674 return ValueSP(); in GetPointerValue()[all …]
490 typedef std::shared_ptr<lldb_private::Value> ValueSP; typedef