OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_type
(Results
1 - 25
of
144
) sorted by relevancy
1
2
3
4
5
6
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/thread/
context.d
31
m_type
= Call.FN;
36
m_type
= Call.DG;
40
switch (
m_type
)
59
Call
m_type
= Call.NO;
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
svalue.h
92
tree get_type () const { return
m_type
; }
182
: m_complexity (c),
m_type
(type)
187
tree
m_type
;
member in class:ana::svalue
200
:
m_type
(type), m_reg (reg)
206
hstate.add_ptr (
m_type
);
213
return (
m_type
== other.
m_type
&& m_reg == other.m_reg);
216
void mark_deleted () {
m_type
= reinterpret_cast<tree> (1); }
217
void mark_empty () {
m_type
= reinterpret_cast<tree> (2); }
218
bool is_deleted () const { return
m_type
== reinterpret_cast<tree> (1);
221
tree
m_type
;
member in struct:ana::region_svalue::key_t
392
tree
m_type
;
member in struct:ana::poisoned_svalue::key_t
499
tree
m_type
;
member in struct:ana::setjmp_svalue::key_t
620
tree
m_type
;
member in struct:ana::unaryop_svalue::key_t
708
tree
m_type
;
member in struct:ana::binop_svalue::key_t
799
tree
m_type
;
member in struct:ana::sub_svalue::key_t
880
tree
m_type
;
member in struct:ana::repeated_svalue::key_t
967
tree
m_type
;
member in struct:ana::bits_within_svalue::key_t
1143
tree
m_type
;
member in struct:ana::widening_svalue::key_t
1257
tree
m_type
;
member in struct:ana::compound_svalue::key_t
1385
tree
m_type
;
member in struct:ana::conjured_svalue::key_t
1495
tree
m_type
;
member in struct:ana::asm_output_svalue::key_t
1628
tree
m_type
;
member in struct:ana::const_fn_result_svalue::key_t
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
reggroups.h
47
m_type
(type)
56
{ return
m_type
; }
63
enum reggroup_type
m_type
;
member in struct:reggroup
location.h
110
return
m_type
;
116
:
m_type
(t)
122
m_type
(t)
128
m_type
(other.
m_type
)
142
enum location_spec_type
m_type
;
member in struct:location_spec
target-descriptions.c
65
return
m_type
;
74
m_type
= builtin_type (m_gdbarch)->builtin_bool;
77
m_type
= builtin_type (m_gdbarch)->builtin_int8;
80
m_type
= builtin_type (m_gdbarch)->builtin_int16;
83
m_type
= builtin_type (m_gdbarch)->builtin_int32;
86
m_type
= builtin_type (m_gdbarch)->builtin_int64;
89
m_type
= builtin_type (m_gdbarch)->builtin_int128;
92
m_type
= builtin_type (m_gdbarch)->builtin_uint8;
95
m_type
= builtin_type (m_gdbarch)->builtin_uint16;
98
m_type
= builtin_type (m_gdbarch)->builtin_uint32
308
type *
m_type
;
local
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
reggroups.h
47
m_type
(type)
56
{ return
m_type
; }
63
enum reggroup_type
m_type
;
member in struct:reggroup
location.h
110
return
m_type
;
116
:
m_type
(t)
122
m_type
(t)
128
m_type
(other.
m_type
)
142
enum location_spec_type
m_type
;
member in struct:location_spec
target-descriptions.c
66
return
m_type
;
75
m_type
= builtin_type (m_gdbarch)->builtin_bool;
78
m_type
= builtin_type (m_gdbarch)->builtin_int8;
81
m_type
= builtin_type (m_gdbarch)->builtin_int16;
84
m_type
= builtin_type (m_gdbarch)->builtin_int32;
87
m_type
= builtin_type (m_gdbarch)->builtin_int64;
90
m_type
= builtin_type (m_gdbarch)->builtin_int128;
93
m_type
= builtin_type (m_gdbarch)->builtin_uint8;
96
m_type
= builtin_type (m_gdbarch)->builtin_uint16;
99
m_type
= builtin_type (m_gdbarch)->builtin_uint32
309
type *
m_type
;
local
[
all
...]
/src/external/bsd/elftosb/dist/common/
SRecordSourceFile.cpp
130
bool isDataRecord = theRecord.
m_type
== 3 || theRecord.
m_type
== 2 || theRecord.
m_type
== 1;
160
bool isEntryPointRecord = theRecord.
m_type
== 7 || theRecord.
m_type
== 8 || theRecord.
m_type
== 9;
StExecutableImage.cpp
35
if (region.
m_type
== FILL_REGION && region.m_data != NULL)
77
region.
m_type
= FILL_REGION;
96
region.
m_type
= TEXT_REGION;
250
if (region.
m_type
== TEXT_REGION && oldData)
265
newRegion.
m_type
= region.
m_type
;
270
if (region.
m_type
== TEXT_REGION && oldData)
306
if (region.
m_type
== inRegion.
m_type
&& region.m_flags == inRegion.m_flags)
339
switch (inOldRegion.
m_type
)
[
all
...]
Operation.h
65
ExecuteOperation() : Operation(), m_target(), m_argument(0),
m_type
(kCall), m_isHAB(false) {}
73
inline void setExecuteType(execute_type_t type) {
m_type
= type; }
74
inline execute_type_t getExecuteType() { return
m_type
; }
82
execute_type_t
m_type
;
member in class:elftosb::ExecuteOperation
/src/external/gpl3/gcc/dist/gcc/analyzer/
svalue.h
94
tree get_type () const { return
m_type
; }
186
: symbol (c, id),
m_type
(type)
190
tree
m_type
;
member in class:ana::svalue
203
:
m_type
(type), m_reg (reg)
209
hstate.add_ptr (
m_type
);
216
return (
m_type
== other.
m_type
&& m_reg == other.m_reg);
219
void mark_deleted () {
m_type
= reinterpret_cast<tree> (1); }
220
void mark_empty () {
m_type
= reinterpret_cast<tree> (2); }
221
bool is_deleted () const { return
m_type
== reinterpret_cast<tree> (1);
224
tree
m_type
;
member in struct:ana::region_svalue::key_t
304
tree
m_type
;
member in struct:ana::constant_svalue::key_t
437
tree
m_type
;
member in struct:ana::poisoned_svalue::key_t
544
tree
m_type
;
member in struct:ana::setjmp_svalue::key_t
666
tree
m_type
;
member in struct:ana::unaryop_svalue::key_t
755
tree
m_type
;
member in struct:ana::binop_svalue::key_t
847
tree
m_type
;
member in struct:ana::sub_svalue::key_t
928
tree
m_type
;
member in struct:ana::repeated_svalue::key_t
1016
tree
m_type
;
member in struct:ana::bits_within_svalue::key_t
1193
tree
m_type
;
member in struct:ana::widening_svalue::key_t
1308
tree
m_type
;
member in struct:ana::compound_svalue::key_t
1437
tree
m_type
;
member in struct:ana::conjured_svalue::key_t
1551
tree
m_type
;
member in struct:ana::asm_output_svalue::key_t
1686
tree
m_type
;
member in struct:ana::const_fn_result_svalue::key_t
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
tree-vector-builder.h
34
tree_vector_builder () :
m_type
(0) {}
38
tree type () const { return
m_type
; }
60
tree
m_type
;
member in class:tree_vector_builder
81
m_type
= type;
101
return INTEGRAL_TYPE_P (TREE_TYPE (
m_type
));
tree-vector-builder.cc
45
TREE_TYPE (v) =
m_type
;
/src/external/gpl3/gcc.old/dist/gcc/
tree-vector-builder.h
34
tree_vector_builder () :
m_type
(0) {}
38
tree type () const { return
m_type
; }
60
tree
m_type
;
member in class:tree_vector_builder
81
m_type
= type;
101
return INTEGRAL_TYPE_P (TREE_TYPE (
m_type
));
tree-vector-builder.cc
45
TREE_TYPE (v) =
m_type
;
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
erase_fn_imps.hpp
49
if (p_nd == 0 || p_nd->
m_type
== i_node)
55
_GLIBCXX_DEBUG_ASSERT(p_nd->
m_type
== leaf_node);
81
_GLIBCXX_DEBUG_ASSERT(p_parent->
m_type
== i_node);
96
_GLIBCXX_DEBUG_ASSERT(p_parent->
m_type
== i_node);
106
if (p_nd->m_p_parent->
m_type
== head_node)
109
_GLIBCXX_DEBUG_ASSERT(p_nd->m_p_parent->
m_type
== i_node);
147
if (p_nd->
m_type
== i_node)
149
_GLIBCXX_DEBUG_ASSERT(p_nd->
m_type
== i_node);
162
_GLIBCXX_DEBUG_ASSERT(p_nd->
m_type
== leaf_node);
179
_GLIBCXX_DEBUG_ASSERT(it.m_p_nd->
m_type
== leaf_node)
[
all
...]
find_fn_imps.hpp
51
if (p_nd == 0 || p_nd->
m_type
!= leaf_node)
76
if (p_nd == 0 || p_nd->
m_type
!= leaf_node)
108
while (p_nd->
m_type
!= leaf_node)
110
_GLIBCXX_DEBUG_ASSERT(p_nd->
m_type
== i_node);
140
if (p_nd->
m_type
== leaf_node)
149
_GLIBCXX_DEBUG_ASSERT(p_nd->
m_type
== i_node);
213
if (p_nd->
m_type
== leaf_node)
216
_GLIBCXX_DEBUG_ASSERT(p_nd->
m_type
== i_node);
225
if (p_nd->
m_type
== leaf_node)
228
_GLIBCXX_DEBUG_ASSERT(p_nd->
m_type
== i_node)
[
all
...]
debug_fn_imps.hpp
62
PB_DS_DEBUG_VERIFY(m_p_head->m_p_min->
m_type
== leaf_node);
63
PB_DS_DEBUG_VERIFY(m_p_head->m_p_max->
m_type
== leaf_node);
106
if (p_nd->
m_type
== leaf_node)
108
PB_DS_DEBUG_VERIFY(p_nd->
m_type
== i_node);
pat_trie_base.hpp
106
const node_type
m_type
;
member in struct:__gnu_pbds::detail::pat_trie_base::_Node_base
108
_Node_base(node_type type) :
m_type
(type)
196
PB_DS_DEBUG_VERIFY(base_type::
m_type
== leaf_node);
537
_GLIBCXX_DEBUG_ASSERT(m_p_nd->
m_type
== leaf_node);
544
_GLIBCXX_DEBUG_ASSERT(m_p_nd->
m_type
== leaf_node);
602
if (m_p_nd->
m_type
== head_node)
609
while (p_y->
m_type
!= head_node && get_larger_sibling(m_p_nd) == 0)
615
if (p_y->
m_type
== head_node)
630
if (m_p_nd->
m_type
== head_node)
637
while (p_y->
m_type
!= head_node && get_smaller_sibling(m_p_nd) == 0
[
all
...]
trace_fn_imps.hpp
65
std::cerr << ((p_nd->
m_type
== pat_trie_leaf_node_type) ? "l " : "i ");
75
if (p_nd->
m_type
== pat_trie_leaf_node_type)
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
erase_fn_imps.hpp
49
if (p_nd == 0 || p_nd->
m_type
== i_node)
55
_GLIBCXX_DEBUG_ASSERT(p_nd->
m_type
== leaf_node);
81
_GLIBCXX_DEBUG_ASSERT(p_parent->
m_type
== i_node);
96
_GLIBCXX_DEBUG_ASSERT(p_parent->
m_type
== i_node);
106
if (p_nd->m_p_parent->
m_type
== head_node)
109
_GLIBCXX_DEBUG_ASSERT(p_nd->m_p_parent->
m_type
== i_node);
147
if (p_nd->
m_type
== i_node)
149
_GLIBCXX_DEBUG_ASSERT(p_nd->
m_type
== i_node);
162
_GLIBCXX_DEBUG_ASSERT(p_nd->
m_type
== leaf_node);
179
_GLIBCXX_DEBUG_ASSERT(it.m_p_nd->
m_type
== leaf_node)
[
all
...]
find_fn_imps.hpp
51
if (p_nd == 0 || p_nd->
m_type
!= leaf_node)
76
if (p_nd == 0 || p_nd->
m_type
!= leaf_node)
108
while (p_nd->
m_type
!= leaf_node)
110
_GLIBCXX_DEBUG_ASSERT(p_nd->
m_type
== i_node);
140
if (p_nd->
m_type
== leaf_node)
149
_GLIBCXX_DEBUG_ASSERT(p_nd->
m_type
== i_node);
213
if (p_nd->
m_type
== leaf_node)
216
_GLIBCXX_DEBUG_ASSERT(p_nd->
m_type
== i_node);
225
if (p_nd->
m_type
== leaf_node)
228
_GLIBCXX_DEBUG_ASSERT(p_nd->
m_type
== i_node)
[
all
...]
debug_fn_imps.hpp
62
PB_DS_DEBUG_VERIFY(m_p_head->m_p_min->
m_type
== leaf_node);
63
PB_DS_DEBUG_VERIFY(m_p_head->m_p_max->
m_type
== leaf_node);
106
if (p_nd->
m_type
== leaf_node)
108
PB_DS_DEBUG_VERIFY(p_nd->
m_type
== i_node);
/src/external/bsd/atf/dist/atf-c/
error.h
45
const char *
m_type
;
member in struct:atf_error
Completed in 107 milliseconds
1
2
3
4
5
6
Indexes created Mon Aug 03 00:25:36 UTC 2026