/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
H A D | mkoffload.c | 219 access_check (const char *name, int mode) in access_check() function 431 else if (access_check (driver, X_OK) == 0) in main() 446 if (access_check (driver, X_OK) == 0) in main()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
H A D | mkoffload.cc | 220 access_check (const char *name, int mode) in access_check() function 444 else if (access_check (driver, X_OK) == 0) in main() 459 if (access_check (driver, X_OK) == 0) in main()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | intelmic-mkoffload.c | 148 access_check (const char *name, int mode) in access_check() function 183 if (access_check (target_compiler, X_OK) == 0) in find_target_compiler() 195 if (access_check (target_compiler, X_OK) == 0) in find_target_compiler()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | intelmic-mkoffload.cc | 148 access_check (const char *name, int mode) in access_check() function 183 if (access_check (target_compiler, X_OK) == 0) in find_target_compiler() 195 if (access_check (target_compiler, X_OK) == 0) in find_target_compiler()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
H A D | mkoffload.c | 193 access_check (const char *name, int mode) in access_check() function 557 else if (access_check (driver, X_OK) == 0) in main() 572 if (access_check (driver, X_OK) == 0) in main()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
H A D | mkoffload.cc | 282 access_check (const char *name, int mode) in access_check() function 850 else if (access_check (driver, X_OK) == 0) in main() 865 if (access_check (driver, X_OK) == 0) in main()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lto-wrapper.cc | 897 access_check (const char *name, int mode) in access_check() function 934 if (access_check (paths[i], X_OK) == 0) in compile_offload_image() 1085 if (access_check (paths[i], R_OK) == 0) in find_crtoffloadtable()
|
H A D | gcc.cc | 370 static int access_check (const char *, int); 2996 access_check (const char *name, int mode) in access_check() function 3036 if (access_check (path, info->mode) == 0) in file_at_path() 3041 if (access_check (path, info->mode) == 0) in file_at_path() 5441 if (tmp_prefix && access_check (tmp_prefix, F_OK) == 0) in process_command()
|
H A D | ChangeLog-1999 | 11744 * gcc.c (access_check): New static function.
|
H A D | ChangeLog-2015 | 39724 (access_check): New functions, copied from
|
H A D | ChangeLog-2014 | 8163 (free_array_of_ptrs, parse_env_var, access_check, compile_offload_image)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-wrapper.c | 859 access_check (const char *name, int mode) in access_check() function 897 if (access_check (paths[i], X_OK) == 0) in compile_offload_image() 1032 if (access_check (paths[i], R_OK) == 0) in find_crtoffloadtable()
|
H A D | gcc.c | 340 static int access_check (const char *, int); 2797 access_check (const char *name, int mode) in access_check() function 2837 if (access_check (path, info->mode) == 0) in file_at_path() 2842 if (access_check (path, info->mode) == 0) in file_at_path() 4745 if (tmp_prefix && access_check (tmp_prefix, F_OK) == 0) in process_command()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | semantics.cc | 371 deferred_access_check access_check; in enforce_access() local 372 access_check.binfo = basetype_path; in enforce_access() 373 access_check.decl = decl; in enforce_access() 374 access_check.diag_decl = diag_decl; in enforce_access() 375 access_check.loc = input_location; in enforce_access() 376 vec_safe_push (TI_DEFERRED_ACCESS_CHECKS (template_info), access_check); in enforce_access()
|