OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LTO_tags
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
lto-streamer.h
137
enum
LTO_tags
837
extern const char *lto_tag_name (enum
LTO_tags
);
867
struct function *, enum
LTO_tags
);
868
void lto_tag_check_set (enum
LTO_tags
, int, ...);
873
enum
LTO_tags
, hashval_t hash);
975
lto_tag_is_tree_code_p (enum
LTO_tags
tag)
983
lto_tag_is_gimple_code_p (enum
LTO_tags
tag)
992
LTO_tags
for details on the conversion. */
993
inline enum
LTO_tags
996
return (enum
LTO_tags
) ((unsigned) code + LTO_first_gimple_tag)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
lto-streamer.h
137
enum
LTO_tags
832
extern const char *lto_tag_name (enum
LTO_tags
);
862
struct function *, enum
LTO_tags
);
863
void lto_tag_check_set (enum
LTO_tags
, int, ...);
868
enum
LTO_tags
, hashval_t hash);
970
lto_tag_is_tree_code_p (enum
LTO_tags
tag)
978
lto_tag_is_gimple_code_p (enum
LTO_tags
tag)
987
LTO_tags
for details on the conversion. */
988
static inline enum
LTO_tags
991
return (enum
LTO_tags
) ((unsigned) code + LTO_first_gimple_tag)
[
all
...]
Completed in 24 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026