OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pieces
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/dwarf2/
expr.c
100
/* The
pieces
describing this variable. */
101
std::vector<dwarf_expr_piece>
pieces
;
member in struct:piece_closure
109
PIECES
. */
114
std::vector<dwarf_expr_piece> &&
pieces
,
123
c->
pieces
= std::move (
pieces
);
129
for (dwarf_expr_piece &piece : c->
pieces
)
137
mode": copy FROM into the
pieces
comprising V. If FROM == NULL,
139
composing it from its
pieces
. If CHECK_OPTIMIZED is true, then no
191
for (i = 0; i < c->
pieces
.size () && bits_to_skip >= c->pieces[i].size; i++
[
all
...]
/src/external/gpl3/gdb/dist/gdb/dwarf2/
expr.c
101
/* The
pieces
describing this variable. */
102
std::vector<dwarf_expr_piece>
pieces
;
member in struct:piece_closure
110
PIECES
. */
114
std::vector<dwarf_expr_piece> &&
pieces
,
123
c->
pieces
= std::move (
pieces
);
129
for (dwarf_expr_piece &piece : c->
pieces
)
137
mode": copy FROM into the
pieces
comprising V. If FROM == NULL,
139
composing it from its
pieces
. If CHECK_OPTIMIZED is true, then no
191
for (i = 0; i < c->
pieces
.size () && bits_to_skip >= c->pieces[i].size; i++
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc
219
DOESNT_MATTER. We need to be able to collect enough
pieces
to
222
able to store at least 8
pieces
.
224
We also need to be able to store enough
pieces
to represent
227
we need at least 12
pieces
. */
259
/* Divides types analyzed as IS_PST into individual
pieces
. The
pieces
261
auto_vec<piece, MAX_PIECES>
pieces
;
member in class:__anon15282::pure_scalable_type_info
2972
for (unsigned int i = 0; i <
pieces
.length (); ++i)
2973
res +=
pieces
[i].num_zr;
2983
for (unsigned int i = 0; i <
pieces
.length (); ++i
[
all
...]
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc
254
DOESNT_MATTER. We need to be able to collect enough
pieces
to
257
able to store at least 8
pieces
.
259
We also need to be able to store enough
pieces
to represent
262
we need at least 12
pieces
. */
294
/* Divides types analyzed as IS_PST into individual
pieces
. The
pieces
296
auto_vec<piece, MAX_PIECES>
pieces
;
member in class:__anon12664::pure_scalable_type_info
965
for (unsigned int i = 0; i <
pieces
.length (); ++i)
966
res +=
pieces
[i].num_zr;
976
for (unsigned int i = 0; i <
pieces
.length (); ++i
[
all
...]
Completed in 31 milliseconds
Indexes created Tue May 19 00:24:48 UTC 2026