Searched refs:string_int_pair (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | langhooks.cc | 488 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 D | coretypes.h | 363 typedef std::pair <const char *, int> string_int_pair; typedef
|
H A D | langhooks.h | 69 tree (*simulate_enum_decl) (location_t, const char *, vec<string_int_pair> *);
|
H A D | langhooks-def.h | 58 vec<string_int_pair> *);
|
H A D | ChangeLog-2019 | 8573 * coretypes.h (string_int_pair): New typedef.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cp-objcp-common.h | 39 vec<string_int_pair>);
|
H A D | decl.c | 16044 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 D | langhooks.c | 486 vec<string_int_pair> values) in lhd_simulate_enum_decl() 493 string_int_pair *value; in lhd_simulate_enum_decl()
|
H A D | coretypes.h | 354 typedef std::pair <const char *, int> string_int_pair; typedef
|
H A D | langhooks.h | 69 tree (*simulate_enum_decl) (location_t, const char *, vec<string_int_pair>);
|
H A D | langhooks-def.h | 58 vec<string_int_pair>);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cp-objcp-common.h | 42 vec<string_int_pair> *);
|
H A D | decl.cc | 16862 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 D | c-tree.h | 600 vec<string_int_pair> *);
|
H A D | c-decl.cc | 9432 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 D | c-tree.h | 587 vec<string_int_pair>);
|
H A D | c-decl.c | 9080 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 D | aarch64-sve-builtins.cc | 3495 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 D | aarch64-sve-builtins.cc | 3495 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()
|