Home
last modified time | relevance | path

Searched refs:module_dir (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Doptions.c144 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 Dscanner.c413 free (gfc_option.module_dir); in gfc_release_include_path()
H A Dmodule.c6247 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 Dgfortran.h2746 char *module_dir; member
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Doptions.cc144 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 Dscanner.cc358 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 Dmodule.cc6458 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 Dgfortran.h3031 char *module_dir; member
H A DChangeLog-20075465 * scanner.c (gfc_release_include_path): Free gfc_option.module_dir
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DAddLLVM.cmake288 # 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 DBUILD.gn305 # module_dir to bin/ in AddLLVM.cmake's set_output_directory().
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4425 def module_dir : Separate<["-"], "module-dir">, MetaVarName<"<dir>">,
4475 Alias<module_dir>;