Home
last modified time | relevance | path

Searched refs:BUILT_IN_LAST (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-core.h161 #define BUILT_IN_LAST (BUILT_IN_NORMAL + 1) macro
2106 extern const char *const built_in_class_names[BUILT_IN_LAST];
H A Dtree-streamer-out.c286 bp_pack_enum (bp, built_in_class, BUILT_IN_LAST, in pack_ts_function_decl_value_fields()
H A Dtree-streamer-in.c326 BUILT_IN_LAST); in unpack_ts_function_decl_value_fields()
H A Dbuiltins.c81 const char *const built_in_class_names[BUILT_IN_LAST]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-streamer-out.c245 bp_pack_enum (bp, built_in_class, BUILT_IN_LAST, in pack_ts_function_decl_value_fields()
370 streamer_write_enum (ob->main_stream, built_in_class, BUILT_IN_LAST, in streamer_write_builtin()
H A Dtree-streamer-in.c281 BUILT_IN_LAST); in unpack_ts_function_decl_value_fields()
1068 fclass = streamer_read_enum (ib, built_in_class, BUILT_IN_LAST); in streamer_get_builtin_tree()
H A Dtree.h282 #define BUILT_IN_LAST (BUILT_IN_NORMAL + 1) macro