Searched refs:for_name (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/gcc/gcc/ |
| D | gengtype.c | 1223 const char *for_name; in get_output_file_with_visibility() local 1247 for_name = basename; in get_output_file_with_visibility() 1255 output_name = "gt-c-common.h", for_name = "c-common.c"; in get_output_file_with_visibility() 1257 output_name = "gt-c-decl.h", for_name = "c-decl.c"; in get_output_file_with_visibility() 1260 output_name = "gt-cp-tree.h", for_name = "cp/tree.c"; in get_output_file_with_visibility() 1263 output_name = "gt-cp-decl.h", for_name = "cp/decl.c"; in get_output_file_with_visibility() 1266 output_name = "gt-cp-name-lookup.h", for_name = "cp/name-lookup.c"; in get_output_file_with_visibility() 1269 output_name = "gt-objc-objc-act.h", for_name = "objc/objc-act.c"; in get_output_file_with_visibility() 1280 for_name = NULL; in get_output_file_with_visibility() 1289 r = create_file (for_name, output_name); in get_output_file_with_visibility()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | gengtype.c | 1242 const char *for_name; local 1266 for_name = basename; 1269 output_name = "gt-c-common.h", for_name = "c-common.c"; 1271 output_name = "gt-c-decl.h", for_name = "c-decl.c"; 1282 for_name = NULL; 1291 r = create_file (for_name, output_name);
|