| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| intelmic-mkoffload.cc | 148 access_check (const char *name, int mode) function 183 if (access_check (target_compiler, X_OK) == 0) 195 if (access_check (target_compiler, X_OK) == 0)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
| mkoffload.cc | 220 access_check (const char *name, int mode) function 444 else if (access_check (driver, X_OK) == 0) 459 if (access_check (driver, X_OK) == 0)
|
| /src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
| mkoffload.cc | 238 access_check (const char *name, int mode) function 672 else if (access_check (driver, X_OK) == 0) 687 if (access_check (driver, X_OK) == 0)
|
| /src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
| mkoffload.cc | 282 access_check (const char *name, int mode) function 850 else if (access_check (driver, X_OK) == 0) 865 if (access_check (driver, X_OK) == 0)
|
| /src/external/gpl3/gcc/dist/gcc/config/gcn/ |
| mkoffload.cc | 285 access_check (const char *name, int mode) function 960 else if (access_check (driver, X_OK) == 0) 975 if (access_check (driver, X_OK) == 0)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| lto-wrapper.cc | 907 access_check (const char *name, int mode) function 945 if (access_check (paths[i], X_OK) == 0) 1099 if (access_check (paths[i], R_OK) == 0)
|
| gcc.cc | 388 static int access_check (const char *, int); 3020 access_check (const char *name, int mode) 3060 if (access_check (path, info->mode) == 0) 3065 if (access_check (path, info->mode) == 0) 5551 if (tmp_prefix && access_check (tmp_prefix, F_OK) == 0) 3004 access_check (const char *name, int mode) function
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| lto-wrapper.cc | 897 access_check (const char *name, int mode) function 934 if (access_check (paths[i], X_OK) == 0) 1085 if (access_check (paths[i], R_OK) == 0)
|
| gcc.cc | 375 static int access_check (const char *, int); 3015 access_check (const char *name, int mode) 3055 if (access_check (path, info->mode) == 0) 3060 if (access_check (path, info->mode) == 0) 5465 if (tmp_prefix && access_check (tmp_prefix, F_OK) == 0) 2999 access_check (const char *name, int mode) function
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| semantics.cc | 370 deferred_access_check access_check; local 371 access_check.binfo = basetype_path; 372 access_check.decl = decl; 373 access_check.diag_decl = diag_decl; 374 access_check.loc = input_location; 375 vec_safe_push (TI_DEFERRED_ACCESS_CHECKS (template_info), access_check); local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| semantics.cc | 371 deferred_access_check access_check; local 372 access_check.binfo = basetype_path; 373 access_check.decl = decl; 374 access_check.diag_decl = diag_decl; 375 access_check.loc = input_location; 376 vec_safe_push (TI_DEFERRED_ACCESS_CHECKS (template_info), access_check); local
|