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

123

/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DFlags.h33 typedef uint32_t ValueType; typedef in class:lldb_private::Flags
44 Flags (ValueType flags = 0) :
73 /// Returns all of the flags as a Flags::ValueType.
75 ValueType
91 return sizeof (ValueType) * 8;
101 Reset (ValueType flags)
115 ValueType
116 Clear (ValueType mask = ~(ValueType)0) argument
133 ValueType
[all...]
H A DError.h33 /// of type Error::ValueType. This value should be large enough to hold
52 /// to fit into ValueType.
54 typedef uint32_t ValueType; typedef in class:lldb_private::Error
70 Error (ValueType err, lldb::ErrorType type = lldb::eErrorTypeGeneric);
147 ValueType
226 SetError (ValueType err, lldb::ErrorType type);
304 ValueType m_code; ///< Error code as an integer value.
H A DUUID.h26 typedef uint8_t ValueType[20]; typedef in class:lldb_private::UUID
90 DecodeUUIDBytesFromCString (const char *cstr, ValueType &uuid_bytes, const char **end, uint32_t num_uuid_bytes = 16);
97 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.0-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.0-release/contrib/llvm/include/llvm/DebugInfo/
H A DDWARFFormValue.h22 struct ValueType { struct in class:llvm::DWARFFormValue
23 ValueType() : data(NULL) { function in struct:llvm::DWARFFormValue::ValueType
45 ValueType Value; // Contains all data for the form.
50 const ValueType& value() const { return Value; }
/freebsd-10.0-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.0-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.h67 AppendVariablesWithScope (lldb::ValueType type,
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h36 } ValueType; typedef in class:DWARFFormValue
50 const ValueType& Value() const { return m_value; }
77 ValueType m_value; // Contains all data for the form
/freebsd-10.0-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.0-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();
H A DError.cpp40 Error::Error(ValueType err, ErrorType type) :
151 Error::ValueType
266 Error::SetError (ValueType err, ErrorType type)
/freebsd-10.0-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;
143 friend class FormatNavigator<KeyType, ValueType>;
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h138 MVT ValueType; member in class:llvm::ScheduleDAGSDNodes::RegDefIter
146 return ValueType;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueUUID.cpp94 UUID::ValueType uuid_bytes;

Completed in 209 milliseconds

123