Home
last modified time | relevance | path

Searched refs:m_type (Results 1 – 25 of 99) sorted by relevance

1234

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDUnwindPlan.h63 m_type(unspecified), in RegisterLocation()
80 m_type = unspecified; in SetUnspecified()
86 m_type = undefined; in SetUndefined()
92 m_type = same; in SetSame()
98 return m_type == same; in IsSame()
104 return m_type == unspecified; in IsUnspecified()
110 return m_type == isCFAPlusOffset; in IsCFAPlusOffset()
116 return m_type == atCFAPlusOffset; in IsAtCFAPlusOffset()
122 return m_type == inOtherRegister; in IsInOtherRegister()
128 return m_type == atDWARFExpression; in IsAtDWARFExpression()
[all …]
HDClangASTType.h37 m_type (type), in ClangASTType()
45 m_type (rhs.m_type), in ClangASTType()
51 m_type (0), in ClangASTType()
65 m_type = rhs.m_type;
77 return m_type != NULL && m_ast != NULL;
84 return m_type < rhs.m_type;
91 return m_type != NULL && m_ast != NULL; in IsValid()
257 return m_type; in GetOpaqueQualType()
267 m_type = type; in SetClangType()
653 m_type = NULL; in Clear()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDRegisterValue.h50 m_type (eTypeInvalid) in RegisterValue()
56 m_type (eTypeUInt8) in RegisterValue()
63 m_type (eTypeUInt16) in RegisterValue()
70 m_type (eTypeUInt32) in RegisterValue()
77 m_type (eTypeUInt64) in RegisterValue()
85 m_type (eTypeUInt128) in RegisterValue()
92 m_type (eTypeFloat) in RegisterValue()
99 m_type (eTypeDouble) in RegisterValue()
106 m_type (eTypeLongDouble) in RegisterValue()
120 return m_type; in GetType()
[all …]
HDOpcode.h44 Opcode () : m_byte_order (lldb::eByteOrderInvalid), m_type (eTypeInvalid) in Opcode()
48 Opcode (uint8_t inst, lldb::ByteOrder order) : m_byte_order (order), m_type (eType8) in Opcode()
53 Opcode (uint16_t inst, lldb::ByteOrder order) : m_byte_order (order), m_type (eType16) in Opcode()
58 Opcode (uint32_t inst, lldb::ByteOrder order) : m_byte_order (order), m_type (eType32) in Opcode()
63 Opcode (uint64_t inst, lldb::ByteOrder order) : m_byte_order (order), m_type (eType64) in Opcode()
77 m_type = Opcode::eTypeInvalid; in Clear()
82 return m_type; in GetType()
88 switch (m_type)
104 switch (m_type)
120 switch (m_type)
[all …]
HDScalar.h44 Scalar(int v) : m_type(e_sint), m_data() { m_data.sint = v; } in Scalar()
45 Scalar(unsigned int v) : m_type(e_uint), m_data() { m_data.uint = v; } in Scalar()
46 Scalar(long v) : m_type(e_slong), m_data() { m_data.slong = v; } in Scalar()
47 Scalar(unsigned long v) : m_type(e_ulong), m_data() { m_data.ulong = v; } in Scalar()
48 Scalar(long long v) : m_type(e_slonglong), m_data() { m_data.slonglong = v; } in Scalar()
49 Scalar(unsigned long long v): m_type(e_ulonglong), m_data() { m_data.ulonglong = v; } in Scalar()
50 Scalar(float v) : m_type(e_float), m_data() { m_data.flt = v; } in Scalar()
51 Scalar(double v) : m_type(e_double), m_data() { m_data.dbl = v; } in Scalar()
52 Scalar(long double v) : m_type(e_long_double), m_data() { m_data.ldbl = v; } in Scalar()
86 Clear() { m_type = e_void; m_data.ulonglong = 0; } in Clear()
[all …]
HDStructuredData.h88 m_type (t) in m_type() function
105 m_type = Type::eTypeInvalid; in Clear()
111 return m_type; in GetType()
117 m_type = t; in SetType()
123 if (m_type == Type::eTypeArray) in GetAsArray()
131 if (m_type == Type::eTypeDictionary) in GetAsDictionary()
139 if (m_type == Type::eTypeInteger) in GetAsInteger()
156 if (m_type == Type::eTypeFloat) in GetAsFloat()
173 if (m_type == Type::eTypeBoolean) in GetAsBoolean()
190 if (m_type == Type::eTypeString) in GetAsString()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
HDFormatClasses.h108 m_type() in TypeNameSpecifierImpl()
114 m_type() in TypeNameSpecifierImpl()
117 m_type.m_type_name.assign(name); in TypeNameSpecifierImpl()
124 m_type() in TypeNameSpecifierImpl()
128 m_type.m_type_name.assign(type->GetName().GetCString()); in TypeNameSpecifierImpl()
129 m_type.m_type_pair.SetType(type); in TypeNameSpecifierImpl()
135 m_type() in TypeNameSpecifierImpl()
139 m_type.m_type_name.assign(type.GetConstTypeName().GetCString()); in TypeNameSpecifierImpl()
140 m_type.m_type_pair.SetType(type); in TypeNameSpecifierImpl()
147 if (m_type.m_type_name.size()) in GetName()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDScalar.cpp79 m_type(e_void), in Scalar()
88 m_type(rhs.m_type), in Scalar()
171 switch (m_type) in GetByteSize()
191 switch (m_type) in IsZero()
214 switch (m_type) in GetValue()
233 switch (m_type) in GetTypeAsCString()
259 m_type = rhs.m_type; in operator =()
268 m_type = e_sint; in operator =()
277 m_type = e_uint; in operator =()
285 m_type = e_slong; in operator =()
[all …]
HDError.cpp29 m_type (eErrorTypeInvalid), in Error()
39 m_type (type), in Error()
46 m_type (rhs.m_type), in Error()
53 m_type (eErrorTypeInvalid), in Error()
72 m_type = rhs.m_type; in operator =()
86 m_type = eErrorTypeMachKernel; in operator =()
109 switch (m_type) in AsCString()
145 m_type = eErrorTypeInvalid; in Clear()
164 return m_type; in GetType()
259 m_type = eErrorTypeMachKernel; in SetMachError()
[all …]
HDRegisterValue.cpp238 switch (m_type) in GetScalarValue()
269 m_type = eTypeInvalid; in Clear()
275 m_type = eTypeInvalid; in SetType()
285 m_type = eTypeUInt8; in SetType()
287 m_type = eTypeUInt16; in SetType()
289 m_type = eTypeUInt32; in SetType()
291 m_type = eTypeUInt64; in SetType()
294 m_type = eTypeUInt128; in SetType()
300 m_type = eTypeFloat; in SetType()
302 m_type = eTypeDouble; in SetType()
[all …]
HDEvent.cpp32 m_type (event_type), in Event()
39 m_type (event_type), in Event()
58 if (m_broadcaster->GetEventNames (event_name, m_type, false)) in Dump()
63 m_type, event_name.GetString().c_str()); in Dump()
68 m_broadcaster->GetBroadcasterName().GetCString(), m_type); in Dump()
72 static_cast<const void*>(this), m_type); in Dump()
/NextBSD/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
Derase_fn_imps.hpp53 if (p_nd == NULL || p_nd->m_type == pat_trie_internal_node_type) in erase()
59 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == pat_trie_leaf_node_type); in erase()
85 _GLIBCXX_DEBUG_ASSERT(p_parent->m_type == pat_trie_internal_node_type); in erase_fixup()
100 _GLIBCXX_DEBUG_ASSERT(p_parent->m_type == pat_trie_internal_node_type); in erase_fixup()
110 if (p_nd->m_p_parent->m_type == pat_trie_head_node_type) in erase_fixup()
113 _GLIBCXX_DEBUG_ASSERT(p_nd->m_p_parent->m_type == in erase_fixup()
153 if (p_nd->m_type == pat_trie_internal_node_type) in clear_imp()
155 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == pat_trie_internal_node_type); in clear_imp()
168 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == pat_trie_leaf_node_type); in clear_imp()
185 _GLIBCXX_DEBUG_ASSERT(it.m_p_nd->m_type == pat_trie_leaf_node_type); in erase()
[all …]
Dfind_fn_imps.hpp55 if (p_nd == NULL || p_nd->m_type != pat_trie_leaf_node_type) in find()
80 if (p_nd == NULL || p_nd->m_type != pat_trie_leaf_node_type) in find()
112 while (p_nd->m_type != pat_trie_leaf_node_type) in find_imp()
114 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == pat_trie_internal_node_type); in find_imp()
144 if (p_nd->m_type == pat_trie_leaf_node_type) in lower_bound_imp()
153 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == pat_trie_internal_node_type); in lower_bound_imp()
217 if (p_nd->m_type == pat_trie_leaf_node_type) in pref_begin()
220 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == pat_trie_internal_node_type); in pref_begin()
229 if (p_nd->m_type == pat_trie_leaf_node_type) in pref_end()
232 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == pat_trie_internal_node_type); in pref_end()
[all …]
Dpoint_iterators.hpp181 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_leaf_node_type); in operator ->()
188 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_leaf_node_type); in operator *()
246 if (m_p_nd->m_type == pat_trie_head_node_type) in inc()
253 while (p_y->m_type != pat_trie_head_node_type && in inc()
260 if (p_y->m_type == pat_trie_head_node_type) in inc()
275 if (m_p_nd->m_type == pat_trie_head_node_type) in dec()
282 while (p_y->m_type != pat_trie_head_node_type && in dec()
289 if (p_y->m_type == pat_trie_head_node_type) in dec()
339 if (p_nd->m_type == pat_trie_leaf_node_type) in leftmost_descendant()
347 if (p_nd->m_type == pat_trie_leaf_node_type) in rightmost_descendant()
[all …]
Dnode_iterators.hpp125 if (m_p_nd->m_type == pat_trie_leaf_node_type) in pref_begin()
130 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type); in pref_begin()
138 if (m_p_nd->m_type == pat_trie_leaf_node_type) in pref_end()
143 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type); in pref_end()
217 if (m_p_nd->m_type == pat_trie_leaf_node_type) in num_children()
219 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type); in num_children()
228 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == pat_trie_internal_node_type); in get_child()
324 _GLIBCXX_DEBUG_ASSERT(base_type::m_p_nd->m_type == pat_trie_internal_node_type); in get_child()
Dinsert_join_fn_imps.hpp110 if (p_l->m_type == pat_trie_leaf_node_type) in rec_join_prep()
112 if (p_r->m_type == pat_trie_leaf_node_type) in rec_join_prep()
119 _GLIBCXX_DEBUG_ASSERT(p_r->m_type == pat_trie_internal_node_type); in rec_join_prep()
125 _GLIBCXX_DEBUG_ASSERT(p_l->m_type == pat_trie_internal_node_type); in rec_join_prep()
126 if (p_r->m_type == pat_trie_leaf_node_type) in rec_join_prep()
133 _GLIBCXX_DEBUG_ASSERT(p_r->m_type == pat_trie_internal_node_type); in rec_join_prep()
212 if (p_l->m_type == pat_trie_leaf_node_type) in rec_join()
214 if (p_r->m_type == pat_trie_leaf_node_type) in rec_join()
222 _GLIBCXX_DEBUG_ASSERT(p_r->m_type == pat_trie_internal_node_type); in rec_join()
230 _GLIBCXX_DEBUG_ASSERT(p_l->m_type == pat_trie_internal_node_type); in rec_join()
[all …]
Ddebug_fn_imps.hpp66 _GLIBCXX_DEBUG_ASSERT(m_p_head->m_p_min->m_type == pat_trie_leaf_node_type); in assert_valid()
67 _GLIBCXX_DEBUG_ASSERT(m_p_head->m_p_max->m_type == pat_trie_leaf_node_type); in assert_valid()
110 if (p_nd->m_type == pat_trie_leaf_node_type) in recursive_count_leafs()
112 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == pat_trie_internal_node_type); in recursive_count_leafs()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDSymbol.cpp40 m_type (eSymbolTypeInvalid), in Symbol()
76 m_type (type), in Symbol()
109 m_type (type), in Symbol()
129 m_type (rhs.m_type), in Symbol()
153 m_type = rhs.m_type; in operator =()
176 m_type = eSymbolTypeInvalid; in Clear()
198 if (m_type == eSymbolTypeReExported) in GetReExportedSymbolName()
215 if (m_type == eSymbolTypeReExported) in GetReExportedSymbolSharedLibrary()
239 if (m_type == eSymbolTypeReExported) in SetReExportedSymbolSharedLibrary()
259 return m_type == eSymbolTypeTrampoline; in IsTrampoline()
[all …]
HDSymbolContext.cpp743 m_type (eNothingSpecified) in SymbolContextSpecifier()
762 m_type |= eLineStartSpecified; in AddLineSpecification()
766 m_type |= eLineEndSpecified; in AddLineSpecification()
790 m_type |= eModuleSpecified; in AddSpecification()
801 m_type |= eFileSpecified; in AddSpecification()
806 m_type |= eLineStartSpecified; in AddSpecification()
811 m_type |= eLineEndSpecified; in AddSpecification()
815 m_type |= eFunctionSpecified; in AddSpecification()
820 m_type = eClassOrNamespaceSpecified; in AddSpecification()
841 m_type = eNothingSpecified; in Clear()
[all …]
HDUnwindPlan.cpp24 if (m_type == rhs.m_type) in operator ==()
26 switch (m_type) in operator ==()
55 m_type = atDWARFExpression; in SetAtDWARFExpression()
65 m_type = isDWARFExpression; in SetIsDWARFExpression()
73 switch (m_type) in Dump()
95 if (m_type == atCFAPlusOffset) in Dump()
98 if (m_type == atCFAPlusOffset) in Dump()
119 if (m_type == atDWARFExpression) in Dump()
141 if (m_type == rhs.m_type) in operator ==()
143 switch (m_type) in operator ==()
[all …]
HDFunction.cpp216 m_type (type), in Function()
240 m_type (type), in Function()
266 if (m_type != nullptr && m_type->GetDeclaration().GetLine() != 0) in GetStartLineSourceInfo()
268 source_file = m_type->GetDeclaration().GetFile(); in GetStartLineSourceInfo()
269 line_no = m_type->GetDeclaration().GetLine(); in GetStartLineSourceInfo()
370 if (m_type) in Dump()
371 s->Printf(", type = %p", static_cast<void*>(m_type)); in Dump()
503 if (m_type == nullptr) in GetType()
522 m_type = sym_file->ResolveTypeUID(m_type_uid); in GetType()
524 return m_type; in GetType()
[all …]
/NextBSD/contrib/atf/atf-c/detail/
HDfs.c72 int m_type; member
97 "umask %05o", stat_type_to_string(data->m_type), in invalid_umask_format()
109 data.m_type = type; in invalid_umask_error()
128 int m_type; member
141 snprintf(buf, buflen, "Unknown file type %d of %s", data->m_type, in unknown_type_format()
153 data.m_type = type; in unknown_type_error()
558 case S_IFBLK: st->m_type = atf_fs_stat_blk_type; break; in atf_fs_stat_init()
559 case S_IFCHR: st->m_type = atf_fs_stat_chr_type; break; in atf_fs_stat_init()
560 case S_IFDIR: st->m_type = atf_fs_stat_dir_type; break; in atf_fs_stat_init()
561 case S_IFIFO: st->m_type = atf_fs_stat_fifo_type; break; in atf_fs_stat_init()
[all …]
HDprocess.c106 return (sb->m_type == atf_process_stream_type_capture) || in stream_is_valid()
107 (sb->m_type == atf_process_stream_type_connect) || in stream_is_valid()
108 (sb->m_type == atf_process_stream_type_inherit) || in stream_is_valid()
109 (sb->m_type == atf_process_stream_type_redirect_fd) || in stream_is_valid()
110 (sb->m_type == atf_process_stream_type_redirect_path); in stream_is_valid()
116 sb->m_type = atf_process_stream_type_capture; in atf_process_stream_init_capture()
130 sb->m_type = atf_process_stream_type_connect; in atf_process_stream_init_connect()
141 sb->m_type = atf_process_stream_type_inherit; in atf_process_stream_init_inherit()
151 sb->m_type = atf_process_stream_type_redirect_fd; in atf_process_stream_init_redirect_fd()
162 sb->m_type = atf_process_stream_type_redirect_path; in atf_process_stream_init_redirect_path()
[all …]
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDCPPLanguageRuntime.h46 m_type (eTypeInvalid), in MethodName()
58 m_type (eTypeInvalid), in MethodName()
74 if (m_type == eTypeInvalid) in IsValid()
82 return m_type; in GetType()
112 Type m_type; variable
/NextBSD/lib/libthr/thread/
HDthr_mutexattr.c111 (*attr)->m_type = kind; in _pthread_mutexattr_setkind_np()
125 ret = attr->m_type; in _pthread_mutexattr_getkind_np()
137 (*attr)->m_type = type; in _pthread_mutexattr_settype()
148 if (attr == NULL || *attr == NULL || (*attr)->m_type >= in _pthread_mutexattr_gettype()
152 *type = (*attr)->m_type; in _pthread_mutexattr_gettype()

1234