Home
last modified time | relevance | path

Searched refs:check_call (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/llvm/clang/utils/analyzer/
H A Dentrypoint.py5 from subprocess import call, check_call, CalledProcessError
61 check_call(CMAKE_COMMAND + ' '.join(cmake_options) + ' /llvm-project/llvm',
66 check_call("ninja install", shell=True)
H A DSATestUtils.py5 from subprocess import CalledProcessError, check_call
127 check_call(*popenargs, **kwargs)
142 check_call(f"chmod +x '{script_path}'", cwd=cwd,
147 check_call(f"'{script_path}'", cwd=cwd,
H A DSATestUpdateDiffs.py13 from subprocess import check_call
44 check_call(command, shell=True, stdout=build_log_file)
H A DSATestBuild.py65 from subprocess import CalledProcessError, check_call
615 check_call(f"git clone --recursive {repo} {cached_source}",
618 check_call(f"git checkout --quiet {self.project.commit}",
656 check_call(f"patch -p1 < '{patchfile_path}'",
/openbsd-src/gnu/llvm/llvm/utils/
H A Dremote-exec.py96 subprocess.check_call(
112 subprocess.check_call(scp(args, tmpTar.name, remoteTarball))
129 subprocess.check_call(scp(args, x, pathOnRemote(f)))
155 subprocess.check_call(ssh(args, 'rm -r {}'.format(tmp)))
H A Dprepare-code-coverage-artifact.py28 subprocess.check_call([host_llvm_profdata, 'merge', '-sparse', '-f',
53 subprocess.check_call(invocation)
55 subprocess.check_call([host_llvm_cov, 'report'] + objects +
H A Dsysroot.py17 subprocess.check_call(['mklink', '/j', dst, src], shell=True)
/openbsd-src/gnu/llvm/libcxx/utils/
H A Dssh.py73 … subprocess.check_call(['xcrun', 'codesign', '-f', '-s', args.codesign_identity, exe], env={})
86 subprocess.check_call(scp(args, tmpTar.name, remoteTarball))
121 subprocess.check_call(ssh(args, 'rm -r {}'.format(tmp)))
H A Drun.py42 … subprocess.check_call(['xcrun', 'codesign', '-f', '-s', args.codesign_identity, exe], env={})
/openbsd-src/gnu/llvm/llvm/tools/llvm-shlib/
H A Dgen-msvc-exports.py28 from subprocess import check_call
72 check_call([nm, '-g', lib], stdout=dumpout_f)
/openbsd-src/gnu/llvm/clang/utils/perf-training/
H A Dperf-helper.py46 subprocess.check_call(cmd)
56 subprocess.check_call(cmd)
115 subprocess.check_call(dtrace_args, stdout=f, stderr=subprocess.PIPE)
171 subprocess.check_call(cc1_cmd)
/openbsd-src/gnu/llvm/llvm/utils/gn/build/
H A Dsync_source_lists_from_cmake.py48 subprocess.check_call([sys.executable, gn, 'format', '-q', gn_file])
53 def git(args): subprocess.check_call(['git'] + args, shell=os.name == 'nt')
/openbsd-src/gnu/gcc/gcc/
H A Dipa-pure-const.c316 check_call (funct_state local, tree call_expr) in check_call() function
455 check_call (local, rhs); in scan_function()
482 check_call (local, t); in scan_function()
H A Dipa-reference.c436 check_call (ipa_reference_local_vars_info_t local, tree call_expr) in check_call() function
538 check_call (local, rhs); in scan_for_static_refs()
568 check_call (local, t); in scan_for_static_refs()
H A Dipa-type-escape.c1016 check_call (tree call_expr) in check_call() function
1269 if (check_call (rhs)) in scan_for_refs()
1291 check_call (t); in scan_for_refs()
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_exec_anatomy.py16 return subprocess.check_call(cmd,
H A D__init__.py37 return subprocess.check_call(cmd, *args, **kwargs)
/openbsd-src/gnu/llvm/clang/utils/
H A Dcreduce-clang-crash.py229 subprocess.check_call(cmd_preprocess_no_lines)
234 subprocess.check_call(cmd_preprocess)
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libear/
H A D__init__.py66 return subprocess.check_call(cmd, *args, **kwargs)
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py105 subprocess.check_call(cmd, shell=True)