OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fieldlist
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/objcp/
objcp-decl.cc
53
tree t, tree
fieldlist
, tree attributes)
57
for (field =
fieldlist
; field; field = next_field)
68
if (
fieldlist
)
objcp-decl.h
42
#define finish_struct(loc, t,
fieldlist
, attributes, struct_info) \
43
objcp_finish_struct (loc, t,
fieldlist
, attributes)
/src/external/gpl3/gcc/dist/gcc/objcp/
objcp-decl.cc
53
tree t, tree
fieldlist
, tree attributes)
57
for (field =
fieldlist
; field; field = next_field)
68
if (
fieldlist
)
objcp-decl.h
42
#define finish_struct(loc, t,
fieldlist
, attributes, struct_info) \
43
objcp_finish_struct (loc, t,
fieldlist
, attributes)
/src/external/gpl3/gcc.old/dist/gcc/objc/
objc-runtime-shared-support.cc
73
objc_finish_struct (tree type, tree
fieldlist
)
77
return finish_struct (input_location, type,
fieldlist
, NULL_TREE,
/src/external/gpl3/gcc/dist/gcc/objc/
objc-runtime-shared-support.cc
73
objc_finish_struct (tree type, tree
fieldlist
)
77
return finish_struct (input_location, type,
fieldlist
, NULL_TREE,
/src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc
8520
/* Subroutine of detect_field_duplicates: add the fields of
FIELDLIST
8524
detect_field_duplicates_hash (tree
fieldlist
,
8530
for (x =
fieldlist
; x ; x = DECL_CHAIN (x))
8560
/* Generate an error for any duplicate field names in
FIELDLIST
. Munge
8564
detect_field_duplicates (tree
fieldlist
)
8586
if (!
fieldlist
|| !DECL_CHAIN (
fieldlist
))
8588
x =
fieldlist
;
8602
for (x = DECL_CHAIN (
fieldlist
); x; x = DECL_CHAIN (x))
8612
for (y =
fieldlist
; y != x; y = TREE_CHAIN (y)
[
all
...]
/src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc
9069
/* Subroutine of detect_field_duplicates: add the fields of
FIELDLIST
9073
detect_field_duplicates_hash (tree
fieldlist
,
9079
for (x =
fieldlist
; x ; x = DECL_CHAIN (x))
9109
/* Generate an error for any duplicate field names in
FIELDLIST
. Munge
9113
detect_field_duplicates (tree
fieldlist
)
9135
if (!
fieldlist
|| !DECL_CHAIN (
fieldlist
))
9137
x =
fieldlist
;
9151
for (x = DECL_CHAIN (
fieldlist
); x; x = DECL_CHAIN (x))
9161
for (y =
fieldlist
; y != x; y = TREE_CHAIN (y)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc
432
tree
fieldlist
= NULL;
local
444
fieldlist
= chainon (x,
fieldlist
);
446
fieldlist
= nreverse (
fieldlist
);
447
TYPE_FIELDS (t) =
fieldlist
;
/src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc
434
tree
fieldlist
= NULL;
local
446
fieldlist
= chainon (x,
fieldlist
);
448
fieldlist
= nreverse (
fieldlist
);
449
TYPE_FIELDS (t) =
fieldlist
;
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc
4650
tree
fieldlist
= NULL;
local
4657
fieldlist
= chainon (field,
fieldlist
);
4659
fieldlist
= nreverse (
fieldlist
);
4660
TYPE_FIELDS (t) =
fieldlist
;
/src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc
7324
tree
fieldlist
= NULL;
local
7331
fieldlist
= chainon (field,
fieldlist
);
7333
fieldlist
= nreverse (
fieldlist
);
7334
TYPE_FIELDS (t) =
fieldlist
;
Completed in 79 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026