Home
last modified time | relevance | path

Searched refs:compiler_path (Results 1 – 25 of 131) sorted by relevance

123456

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/pygccxml/src/pygccxml/parser/
H A Dconfig.py54 compiler_path=None, argument
178 def compiler_path(self): member in parser_configuration_t
182 @compiler_path.setter
183 def compiler_path(self, compiler_path): member in parser_configuration_t
246 compiler_path=None, argument
260 compiler_path=compiler_path,
437 if compiler_path == '':
458 if compiler_path == '':
468 if compiler_path == "":
469 compiler_path = None
[all …]
/dports/textproc/py-pygccxml/pygccxml-2.2.1/pygccxml/parser/
H A Dconfig.py56 compiler_path=None, argument
182 def compiler_path(self): member in parser_configuration_t
186 @compiler_path.setter
187 def compiler_path(self, compiler_path): member in parser_configuration_t
275 compiler_path=None, argument
290 compiler_path=compiler_path,
462 if compiler_path == '':
469 if compiler_path == '':
472 if compiler_path == "":
473 compiler_path = None
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/
H A DSconsCompilerSettings.py178 if compiler_path is not None:
179 the_cc_name = os.path.basename(compiler_path)
186 compiler_path=compiler_path,
195 compiler_path,
201 compiler_path = None
213 compiler_path = None
216 if compiler_path is not None:
217 the_cc_name = os.path.basename(compiler_path)
230 compiler_path = None
236 compiler_path = getDownloadedGccPath(
[all …]
H A DSconsUtils.py532 def getCompilerArch(mingw_mode, msvc_mode, the_cc_name, compiler_path): argument
534 if compiler_path not in _compiler_arch:
535 _compiler_arch[compiler_path] = _getBinaryArch(
536 binary=compiler_path, mingw_mode=mingw_mode
539 cmdline = [compiler_path]
558 _compiler_arch[compiler_path] = "pei-i386"
560 _compiler_arch[compiler_path] = "pei-x86-64"
564 assert False, compiler_path
566 return _compiler_arch[compiler_path]
569 def decideArchMismatch(target_arch, mingw_mode, msvc_mode, the_cc_name, compiler_path): argument
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/support/
H A Dgmodules.py13 def is_compiler_clang_with_gmodules(compiler_path): argument
15 if compiler_path in GMODULES_SUPPORT_MAP:
16 return GMODULES_SUPPORT_MAP[compiler_path]
19 compiler = os.path.basename(compiler_path)
24 clang_help = os.popen("%s --help" % compiler_path).read()
28 GMODULES_SUPPORT_MAP[compiler_path] = _gmodules_supported_internal()
29 return GMODULES_SUPPORT_MAP[compiler_path]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/packages/Python/lldbsuite/support/
H A Dgmodules.py13 def is_compiler_clang_with_gmodules(compiler_path): argument
15 if compiler_path in GMODULES_SUPPORT_MAP:
16 return GMODULES_SUPPORT_MAP[compiler_path]
19 compiler = os.path.basename(compiler_path)
24 clang_help = os.popen("%s --help" % compiler_path).read()
28 GMODULES_SUPPORT_MAP[compiler_path] = _gmodules_supported_internal()
29 return GMODULES_SUPPORT_MAP[compiler_path]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/packages/Python/lldbsuite/support/
H A Dgmodules.py13 def is_compiler_clang_with_gmodules(compiler_path): argument
15 if compiler_path in GMODULES_SUPPORT_MAP:
16 return GMODULES_SUPPORT_MAP[compiler_path]
19 compiler = os.path.basename(compiler_path)
24 clang_help = os.popen("%s --help" % compiler_path).read()
28 GMODULES_SUPPORT_MAP[compiler_path] = _gmodules_supported_internal()
29 return GMODULES_SUPPORT_MAP[compiler_path]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/packages/Python/lldbsuite/support/
H A Dgmodules.py13 def is_compiler_clang_with_gmodules(compiler_path): argument
15 if compiler_path in GMODULES_SUPPORT_MAP:
16 return GMODULES_SUPPORT_MAP[compiler_path]
19 compiler = os.path.basename(compiler_path)
24 clang_help = os.popen("%s --help" % compiler_path).read()
28 GMODULES_SUPPORT_MAP[compiler_path] = _gmodules_supported_internal()
29 return GMODULES_SUPPORT_MAP[compiler_path]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/packages/Python/lldbsuite/support/
H A Dgmodules.py13 def is_compiler_clang_with_gmodules(compiler_path): argument
15 if compiler_path in GMODULES_SUPPORT_MAP:
16 return GMODULES_SUPPORT_MAP[compiler_path]
19 compiler = os.path.basename(compiler_path)
24 clang_help = os.popen("%s --help" % compiler_path).read()
28 GMODULES_SUPPORT_MAP[compiler_path] = _gmodules_supported_internal()
29 return GMODULES_SUPPORT_MAP[compiler_path]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/packages/Python/lldbsuite/support/
H A Dgmodules.py13 def is_compiler_clang_with_gmodules(compiler_path): argument
15 if compiler_path in GMODULES_SUPPORT_MAP:
16 return GMODULES_SUPPORT_MAP[compiler_path]
19 compiler = os.path.basename(compiler_path)
24 clang_help = os.popen("%s --help" % compiler_path).read()
28 GMODULES_SUPPORT_MAP[compiler_path] = _gmodules_supported_internal()
29 return GMODULES_SUPPORT_MAP[compiler_path]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/packages/Python/lldbsuite/support/
H A Dgmodules.py13 def is_compiler_clang_with_gmodules(compiler_path): argument
15 if compiler_path in GMODULES_SUPPORT_MAP:
16 return GMODULES_SUPPORT_MAP[compiler_path]
19 compiler = os.path.basename(compiler_path)
24 clang_help = os.popen("%s --help" % compiler_path).read()
28 GMODULES_SUPPORT_MAP[compiler_path] = _gmodules_supported_internal()
29 return GMODULES_SUPPORT_MAP[compiler_path]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/packages/Python/lldbsuite/support/
H A Dgmodules.py13 def is_compiler_clang_with_gmodules(compiler_path): argument
15 if compiler_path in GMODULES_SUPPORT_MAP:
16 return GMODULES_SUPPORT_MAP[compiler_path]
19 compiler = os.path.basename(compiler_path)
24 clang_help = os.popen("%s --help" % compiler_path).read()
28 GMODULES_SUPPORT_MAP[compiler_path] = _gmodules_supported_internal()
29 return GMODULES_SUPPORT_MAP[compiler_path]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/packages/Python/lldbsuite/support/
H A Dgmodules.py13 def is_compiler_clang_with_gmodules(compiler_path): argument
15 if compiler_path in GMODULES_SUPPORT_MAP:
16 return GMODULES_SUPPORT_MAP[compiler_path]
19 compiler = os.path.basename(compiler_path)
24 clang_help = os.popen("%s --help" % compiler_path).read()
28 GMODULES_SUPPORT_MAP[compiler_path] = _gmodules_supported_internal()
29 return GMODULES_SUPPORT_MAP[compiler_path]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/packages/Python/lldbsuite/support/
H A Dgmodules.py13 def is_compiler_clang_with_gmodules(compiler_path): argument
15 if compiler_path in GMODULES_SUPPORT_MAP:
16 return GMODULES_SUPPORT_MAP[compiler_path]
19 compiler = os.path.basename(compiler_path)
24 clang_help = os.popen("%s --help" % compiler_path).read()
28 GMODULES_SUPPORT_MAP[compiler_path] = _gmodules_supported_internal()
29 return GMODULES_SUPPORT_MAP[compiler_path]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/android/eclipse/
H A Dgenerate_cdt_clang_settings.py21 def GetClangIncludeDirectories(compiler_path): argument
30 command = [compiler_path, '-E', '-xc++', '-v', '-']
55 def GetClangDefines(compiler_path): argument
63 command = [compiler_path, '-E', '-dM', '-']
121 compiler_path = os.path.abspath(
123 if not os.path.exists(compiler_path):
127 include_dirs = GetClangIncludeDirectories(compiler_path)
129 print('ERROR: Could not extract include dirs from %s.' % compiler_path)
132 defines = GetClangDefines(compiler_path)
134 print('ERROR: Could not extract defines from %s.' % compiler_path)
/dports/lang/rust/rustc-1.58.1-src/src/tools/tidy/src/
H A Dmain.rs29 let compiler_path = root_path.join("compiler"); in main() localVariable
69 check!(errors, &compiler_path); in main()
70 check!(error_codes_check, &[&src_path, &compiler_path]); in main()
78 check!(unit_tests, &compiler_path); in main()
82 &[&src_path, &compiler_path, &library_path], in main()
86 check!(bins, &compiler_path); in main()
91 check!(style, &compiler_path); in main()
95 check!(edition, &compiler_path); in main()
103 let r = features::check(&src_path, &compiler_path, &library_path, &mut flag, verbose); in main()
/dports/devel/godot2-tools/godot-2.1.6-stable/platform/iphone/
H A Ddetect.py52 compiler_path = '$IPHONEPATH/usr/bin/${ios_triple}'
56 env['CC'] = compiler_path + 'clang'
57 env['CXX'] = compiler_path + 'clang++'
61 env['CC'] = ccache_path + ' ' + compiler_path + 'clang'
62 env['CXX'] = ccache_path + ' ' + compiler_path + 'clang++'
63 env['AR'] = compiler_path + 'ar'
64 env['RANLIB'] = compiler_path + 'ranlib'
/dports/devel/godot2/godot-2.1.6-stable/platform/iphone/
H A Ddetect.py52 compiler_path = '$IPHONEPATH/usr/bin/${ios_triple}'
56 env['CC'] = compiler_path + 'clang'
57 env['CXX'] = compiler_path + 'clang++'
61 env['CC'] = ccache_path + ' ' + compiler_path + 'clang'
62 env['CXX'] = ccache_path + ' ' + compiler_path + 'clang++'
63 env['AR'] = compiler_path + 'ar'
64 env['RANLIB'] = compiler_path + 'ranlib'
/dports/devel/godot-tools/godot-3.2.3-stable/platform/iphone/
H A Ddetect.py91 compiler_path = "$IPHONEPATH/usr/bin/${ios_triple}"
96 env["CC"] = compiler_path + "clang"
97 env["CXX"] = compiler_path + "clang++"
102 env["CC"] = ccache_path + " " + compiler_path + "clang"
103 env["CXX"] = ccache_path + " " + compiler_path + "clang++"
105 env["AR"] = compiler_path + "ar"
106 env["RANLIB"] = compiler_path + "ranlib"
/dports/devel/godot/godot-3.2.3-stable/platform/iphone/
H A Ddetect.py91 compiler_path = "$IPHONEPATH/usr/bin/${ios_triple}"
96 env["CC"] = compiler_path + "clang"
97 env["CXX"] = compiler_path + "clang++"
102 env["CC"] = ccache_path + " " + compiler_path + "clang"
103 env["CXX"] = ccache_path + " " + compiler_path + "clang++"
105 env["AR"] = compiler_path + "ar"
106 env["RANLIB"] = compiler_path + "ranlib"
/dports/devel/distcc/distcc-3.3.5/src/
H A Dserve.c405 char *compiler_path = NULL; in dcc_check_compiler_whitelist() local
406 if (asprintf(&compiler_path, "/usr/lib/distcc/%s", compiler_name) && compiler_path) { in dcc_check_compiler_whitelist()
407 if (access(compiler_path, X_OK) < 0) { in dcc_check_compiler_whitelist()
411 free(compiler_path); in dcc_check_compiler_whitelist()
419 char *compiler_path = NULL; in dcc_check_compiler_whitelist() local
421 if (asprintf(&compiler_path, "%s/distcc/%s", LIBDIR, compiler_name) && compiler_path) { in dcc_check_compiler_whitelist()
422 if (access(compiler_path, X_OK) < 0) { in dcc_check_compiler_whitelist()
423 free(compiler_path); in dcc_check_compiler_whitelist()
425 if (asprintf(&compiler_path, "/usr/lib/distcc/%s", compiler_name) && compiler_path) { in dcc_check_compiler_whitelist()
437 if (compiler_path) { in dcc_check_compiler_whitelist()
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/tools/qmlcachegen/
H A DQt5QuickCompilerConfig.cmake.in22 set(compiler_path \"${_qt5Core_install_prefix}/$${CMAKE_BIN_DIR}qmlcachegen$$CMAKE_BIN_SUFFIX\") variable
24 set(compiler_path \"$${CMAKE_BIN_DIR}qmlcachegen$$CMAKE_BIN_SUFFIX\") variable
26 if(NOT EXISTS \"${compiler_path}\" )
28 \\\"${compiler_path}\\\"
54 …execute_process(COMMAND ${compiler_path} --filter-resource-file ${input_resource} -o ${new_resourc…
68 COMMAND ${compiler_path}
84 …add_custom_command(OUTPUT ${loader_source} COMMAND ${compiler_path} ARGS ${loader_flags} ${rcc_fil…
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/tools/qmlcachegen/
H A DQt5QuickCompilerConfig.cmake.in22 set(compiler_path \"${_qt5Core_install_prefix}/$${CMAKE_BIN_DIR}qmlcachegen$$CMAKE_BIN_SUFFIX\") variable
24 set(compiler_path \"$${CMAKE_BIN_DIR}qmlcachegen$$CMAKE_BIN_SUFFIX\") variable
26 if(NOT EXISTS \"${compiler_path}\" )
28 \\\"${compiler_path}\\\"
54 …execute_process(COMMAND ${compiler_path} --filter-resource-file ${input_resource} -o ${new_resourc…
68 COMMAND ${compiler_path}
84 …add_custom_command(OUTPUT ${loader_source} COMMAND ${compiler_path} ARGS ${loader_flags} ${rcc_fil…
/dports/lang/solidity/solidity_0.8.11/scripts/bytecodecompare/
H A Dprepare_report.py191 compiler_path: Path,
215 command_line = [str(compiler_path), '--standard-json']
230 command_line = [str(compiler_path)] + compiler_options
236 def detect_metadata_cli_option_support(compiler_path: Path):
238 [str(compiler_path.absolute()), '--metadata', '-'],
260 compiler_path: Path,
273 compiler_path,
296 compiler_path.absolute(),
325 compiler_path: Path,
343 compiler_path,
[all …]
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/build/gyp/pylib/gyp/generator/
H A Declipse.py82 compiler_path): argument
94 if compiler_path:
95 command = shlex.split(compiler_path)
194 compiler_path): argument
231 if compiler_path:
232 command = shlex.split(compiler_path)
325 compiler_path = GetCompilerPath(target_list, data, options)
328 config_name, params, compiler_path)
331 params, compiler_path)

123456