Searched refs:ValueType (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DFlags.h32 typedef uint32_t ValueType; typedef in class:lldb_private::Flags
43 Flags (ValueType flags = 0) :
72 /// Returns all of the flags as a Flags::ValueType.
74 ValueType
90 return sizeof (ValueType) * 8;
100 Reset (ValueType flags)
114 ValueType
115 Clear (ValueType mask = ~(ValueType)0) argument
132 ValueType
[all...]
H A DError.h32 /// of type Error::ValueType. This value should be large enough to hold
51 /// to fit into ValueType.
53 typedef uint32_t ValueType; typedef in class:lldb_private::Error
69 Error (ValueType err, lldb::ErrorType type = lldb::eErrorTypeGeneric);
146 ValueType
225 SetError (ValueType err, lldb::ErrorType type);
303 ValueType m_code; ///< Error code as an integer value.
H A DUUID.h28 typedef uint8_t ValueType[20]; typedef in class:lldb_private::UUID
92 DecodeUUIDBytesFromCString (const char *cstr, ValueType &uuid_bytes, const char **end, uint32_t num_uuid_bytes = 16);
99 ValueType m_uuid;
H A DValue.h34 enum ValueType enum in class:lldb_private::Value
139 ValueType
152 SetValueType (ValueType value_type)
260 GetValueTypeAsCString (ValueType context_type);
276 ValueType m_value_type;
H A DValueObjectCast.h41 virtual lldb::ValueType
H A DValueObjectVariable.h46 virtual lldb::ValueType
H A DValueObjectRegister.h37 virtual lldb::ValueType
84 virtual lldb::ValueType
142 virtual lldb::ValueType
H A DValueObjectChild.h53 virtual lldb::ValueType
H A DValueObjectDynamicValue.h44 virtual lldb::ValueType
H A DValueObjectMemory.h53 virtual lldb::ValueType
H A DValueObjectSyntheticFilter.h51 virtual lldb::ValueType
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DRange.h22 typedef uint64_t ValueType; typedef in class:lldb_utility::Range
24 static const ValueType OPEN_END = UINT64_MAX;
28 Range (ValueType low = 0,
29 ValueType high = OPEN_END);
34 ValueType
40 ValueType
47 SetLow (ValueType low)
53 SetHigh (ValueType high)
67 typedef bool (*RangeCallback)(ValueType index);
72 ValueType
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Utility/
H A DRange.cpp21 Range::Range (Range::ValueType low,
22 Range::ValueType high) :
79 ValueType counter = m_low;
95 Range::ValueType
/freebsd-10.1-release/contrib/llvm/include/llvm/DebugInfo/
H A DDWARFFormValue.h38 struct ValueType { struct in class:llvm::DWARFFormValue
39 ValueType() : data(NULL) { function in struct:llvm::DWARFFormValue::ValueType
52 ValueType Value; // Contains all data for the form.
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DVariable.h34 lldb::ValueType scope,
86 lldb::ValueType
170 lldb::ValueType m_scope; // global, parameter, local
H A DVariableList.h54 FindVariable (const ConstString& name, lldb::ValueType value_type);
73 AppendVariablesWithScope (lldb::ValueType type,
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h37 } ValueType; typedef in class:DWARFFormValue
51 const ValueType& Value() const { return m_value; }
78 ValueType m_value; // Contains all data for the form
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBFrame.h196 FindValue (const char *name, ValueType value_type);
199 FindValue (const char *name, ValueType value_type, lldb::DynamicValueType use_dynamic);
206 WatchValue (const char *name, ValueType value_type, uint32_t watch_type);
214 WatchLocation (const char *name, ValueType value_type, uint32_t watch_type, size_t size);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DUUID.cpp179 UUID::DecodeUUIDBytesFromCString (const char *p, ValueType &uuid_bytes, const char **end, uint32_t num_uuid_bytes)
216 for (uint32_t i = uuid_byte_idx; i < sizeof(ValueType); i++)
248 return ::memcmp (lhs.GetBytes(), rhs.GetBytes(), sizeof (lldb_private::UUID::ValueType)) == 0;
254 return ::memcmp (lhs.GetBytes(), rhs.GetBytes(), sizeof (lldb_private::UUID::ValueType)) != 0;
260 return ::memcmp (lhs.GetBytes(), rhs.GetBytes(), sizeof (lldb_private::UUID::ValueType)) < 0;
266 return ::memcmp (lhs.GetBytes(), rhs.GetBytes(), sizeof (lldb_private::UUID::ValueType)) <= 0;
272 return ::memcmp (lhs.GetBytes(), rhs.GetBytes(), sizeof (lldb_private::UUID::ValueType)) > 0;
278 return ::memcmp (lhs.GetBytes(), rhs.GetBytes(), sizeof (lldb_private::UUID::ValueType)) >= 0;
H A DValueObjectCast.cpp83 lldb::ValueType
H A DValueObjectChild.cpp57 lldb::ValueType
126 Value::ValueType value_type = parent->GetValue().GetValueType();
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h29 typedef TypeCategoryImpl ValueType; typedef in class:lldb_private::TypeCategoryMap
30 typedef ValueType::SharedPointer ValueSP;
147 friend class FormattersContainer<KeyType, ValueType>;
H A DFormattersContainer.h106 template<typename KeyType, typename ValueType>
109 template<typename KeyType, typename ValueType>
114 typedef typename ValueType::SharedPointer ValueSP;
246 friend class FormattersContainer<KeyType, ValueType>;
251 template<typename KeyType, typename ValueType>
255 typedef FormatMap<KeyType,ValueType> BackEndType;
263 typedef typename std::shared_ptr<FormattersContainer<KeyType, ValueType> > SharedPointer;
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h138 MVT ValueType; member in class:llvm::ScheduleDAGSDNodes::RegDefIter
146 return ValueType;
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h239 enum ValueType { enum in class:clang::ast_matchers::dynamic::VariantValue
253 ValueType Type;

Completed in 201 milliseconds

123