Searched refs:module_dir (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | options.c | 144 gfc_option.module_dir = NULL; in gfc_init_options() 503 if (gfc_option.module_dir != NULL) in gfc_handle_module_path_options() 506 gfc_option.module_dir = XCNEWVEC (char, strlen (arg) + 2); in gfc_handle_module_path_options() 507 strcpy (gfc_option.module_dir, arg); in gfc_handle_module_path_options() 509 gfc_add_include_path (gfc_option.module_dir, true, false, true); in gfc_handle_module_path_options() 511 strcat (gfc_option.module_dir, "/"); in gfc_handle_module_path_options()
|
| H A D | scanner.c | 413 free (gfc_option.module_dir); in gfc_release_include_path()
|
| H A D | module.c | 6247 if (gfc_option.module_dir != NULL) in dump_module() 6249 n += strlen (gfc_option.module_dir); in dump_module() 6251 strcpy (filename, gfc_option.module_dir); in dump_module()
|
| H A D | gfortran.h | 2746 char *module_dir; member
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | options.cc | 144 gfc_option.module_dir = NULL; in gfc_init_options() 517 if (gfc_option.module_dir != NULL) in gfc_handle_module_path_options() 520 gfc_option.module_dir = XCNEWVEC (char, strlen (arg) + 2); in gfc_handle_module_path_options() 521 strcpy (gfc_option.module_dir, arg); in gfc_handle_module_path_options() 523 gfc_add_include_path (gfc_option.module_dir, true, false, true, true); in gfc_handle_module_path_options() 525 strcat (gfc_option.module_dir, "/"); in gfc_handle_module_path_options()
|
| H A D | scanner.cc | 358 if (gfc_option.module_dir && gfc_cpp_enabled ()) in gfc_check_include_dirs() 460 free (gfc_option.module_dir); in gfc_release_include_path()
|
| H A D | module.cc | 6458 if (gfc_option.module_dir != NULL) in dump_module() 6460 n += strlen (gfc_option.module_dir); in dump_module() 6462 strcpy (filename, gfc_option.module_dir); in dump_module()
|
| H A D | gfortran.h | 3031 char *module_dir; member
|
| H A D | ChangeLog-2007 | 5465 * scanner.c (gfc_release_include_path): Free gfc_option.module_dir
|
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
| H A D | AddLLVM.cmake | 288 # module_dir -- corresponding to LIBRARY_OUTPUT_DIRECTORY. 292 set(module_dir ${ARG_BINARY_DIR}) variable 294 set(module_dir ${ARG_LIBRARY_DIR}) variable 307 if(module_dir) 308 string(REPLACE ${CMAKE_CFG_INTDIR} ${build_mode} mi ${module_dir}) 319 if(module_dir) 320 set_target_properties(${target} PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${module_dir})
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/build/toolchain/ |
| H A D | BUILD.gn | 305 # module_dir to bin/ in AddLLVM.cmake's set_output_directory().
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | Options.td | 4425 def module_dir : Separate<["-"], "module-dir">, MetaVarName<"<dir>">, 4475 Alias<module_dir>;
|