Home
last modified time | relevance | path

Searched refs:string_int_pair (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlanghooks.cc488 vec<string_int_pair> *values_ptr) in lhd_simulate_enum_decl()
495 string_int_pair *value; in lhd_simulate_enum_decl()
496 vec<string_int_pair> values = *values_ptr; in lhd_simulate_enum_decl()
H A Dcoretypes.h363 typedef std::pair <const char *, int> string_int_pair; typedef
H A Dlanghooks.h69 tree (*simulate_enum_decl) (location_t, const char *, vec<string_int_pair> *);
H A Dlanghooks-def.h58 vec<string_int_pair> *);
H A DChangeLog-20198573 * coretypes.h (string_int_pair): New typedef.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-objcp-common.h39 vec<string_int_pair>);
H A Ddecl.c16044 vec<string_int_pair> values) in cxx_simulate_enum_decl()
16061 string_int_pair *value; in cxx_simulate_enum_decl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlanghooks.c486 vec<string_int_pair> values) in lhd_simulate_enum_decl()
493 string_int_pair *value; in lhd_simulate_enum_decl()
H A Dcoretypes.h354 typedef std::pair <const char *, int> string_int_pair; typedef
H A Dlanghooks.h69 tree (*simulate_enum_decl) (location_t, const char *, vec<string_int_pair>);
H A Dlanghooks-def.h58 vec<string_int_pair>);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-objcp-common.h42 vec<string_int_pair> *);
H A Ddecl.cc16862 vec<string_int_pair> *values) in cxx_simulate_enum_decl()
16879 for (const string_int_pair &value : values) in cxx_simulate_enum_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h600 vec<string_int_pair> *);
H A Dc-decl.cc9432 vec<string_int_pair> *values_ptr) in c_simulate_enum_decl()
9441 string_int_pair *value; in c_simulate_enum_decl()
9442 vec<string_int_pair> values = *values_ptr; in c_simulate_enum_decl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h587 vec<string_int_pair>);
H A Dc-decl.c9080 vec<string_int_pair> values) in c_simulate_enum_decl()
9089 string_int_pair *value; in c_simulate_enum_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc3495 auto_vec<string_int_pair, 32> values; in register_svpattern()
3497 values.quick_push (string_int_pair ("SV_" #UPPER, VALUE)); in register_svpattern()
3509 auto_vec<string_int_pair, 16> values; in register_svprfop()
3511 values.quick_push (string_int_pair ("SV_" #UPPER, VALUE)); in register_svprfop()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc3495 auto_vec<string_int_pair, 32> values; in register_svpattern()
3497 values.quick_push (string_int_pair ("SV_" #UPPER, VALUE)); in register_svpattern()
3509 auto_vec<string_int_pair, 16> values; in register_svprfop()
3511 values.quick_push (string_int_pair ("SV_" #UPPER, VALUE)); in register_svprfop()