OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FRAMEINFO_TYPE
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc
2512
tree type =
FRAMEINFO_TYPE
(get_frameinfo (fdoverride));
2518
tree framefields = TYPE_FIELDS (
FRAMEINFO_TYPE
(ffo));
2660
if (
FRAMEINFO_TYPE
(ffi))
2661
return
FRAMEINFO_TYPE
(ffi);
2785
tree type =
FRAMEINFO_TYPE
(ffi);
2896
gcc_assert (
FRAMEINFO_TYPE
(ffo));
2900
gcc_assert (COMPLETE_TYPE_P (
FRAMEINFO_TYPE
(ffo)));
2901
FRAMEINFO_TYPE
(ffi) =
FRAMEINFO_TYPE
(ffo);
2929
FRAMEINFO_TYPE
(ffi) = build_frame_type (ffi, fd)
[
all
...]
d-tree.h
196
#define
FRAMEINFO_TYPE
(NODE) \
decl.cc
1044
tree frame_type =
FRAMEINFO_TYPE
(get_frameinfo (d));
1743
t = build_nop (build_pointer_type (
FRAMEINFO_TYPE
(ff)), t);
d-lang.cc
1815
print_node (file, "frame_type",
FRAMEINFO_TYPE
(node), indent + 4);
Completed in 41 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026