Searched refs:append_name (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc919 function_builder::append_name (const char *name) function in class:aarch64_sve::function_builder
939 append_name (instance.base_name);
947 append_name ("_offset");
951 append_name ("_index");
955 append_name ("_vnum");
959 append_name (instance.mode_suffix ().string);
962 append_name (instance.type_suffix (i).string);
963 append_name (pred_suffixes[instance.pred]);
H A Daarch64-sve-builtins.h332 void append_name (const char *);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc914 function_builder::append_name (const char *name) function in class:aarch64_sve::function_builder
934 append_name (instance.base_name);
942 append_name ("_offset");
946 append_name ("_index");
950 append_name ("_vnum");
954 append_name (instance.mode_suffix ().string);
957 append_name (instance.type_suffix (i).string);
958 append_name (pred_suffixes[instance.pred]);
H A Daarch64-sve-builtins.h332 void append_name (const char *);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c5331 append_name (const char ***buf, int *nr, const char *name) function
5358 append_name (&arches, &nr_arches, ap->printable_name);
5363 append_name (&arches, &nr_arches, NULL);

Completed in 244 milliseconds