| /llvm-project-15.0.7/libcxx/test/std/utilities/variant/variant.visit/ |
| H A D | visit.pass.cpp | 115 assert(Fn::check_call<int &>(Val)); in test_argument_forwarding() 117 assert(Fn::check_call<const int &>(Val)); in test_argument_forwarding() 119 assert(Fn::check_call<int &&>(Val)); in test_argument_forwarding() 130 assert(Fn::check_call<int &>(Val)); in test_argument_forwarding() 132 assert(Fn::check_call<int &>(Val)); in test_argument_forwarding() 134 assert(Fn::check_call<int &>(Val)); in test_argument_forwarding() 136 assert(Fn::check_call<int &>(Val)); in test_argument_forwarding() 144 assert(Fn::check_call<int &>(Val)); in test_argument_forwarding() 146 assert(Fn::check_call<int &>(Val)); in test_argument_forwarding() 148 assert(Fn::check_call<int &&>(Val)); in test_argument_forwarding() [all …]
|
| H A D | visit_return_type.pass.cpp | 117 assert(Fn::check_call<int &>(Val)); in test_argument_forwarding() 119 assert(Fn::check_call<const int &>(Val)); in test_argument_forwarding() 121 assert(Fn::check_call<int &&>(Val)); in test_argument_forwarding() 132 assert(Fn::check_call<int &>(Val)); in test_argument_forwarding() 134 assert(Fn::check_call<int &>(Val)); in test_argument_forwarding() 136 assert(Fn::check_call<int &>(Val)); in test_argument_forwarding() 138 assert(Fn::check_call<int &>(Val)); in test_argument_forwarding() 146 assert(Fn::check_call<int &>(Val)); in test_argument_forwarding() 148 assert(Fn::check_call<int &>(Val)); in test_argument_forwarding() 150 assert(Fn::check_call<int &&>(Val)); in test_argument_forwarding() [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.not_fn/ |
| H A D | not_fn.pass.cpp | 304 assert(st.check_call<>(CT_NonConst | CT_LValue)); in call_operator_forwarding_test() 306 assert(st.check_call<>(CT_NonConst | CT_RValue)); in call_operator_forwarding_test() 308 assert(st.check_call<>(CT_Const | CT_LValue)); in call_operator_forwarding_test() 310 assert(st.check_call<>(CT_Const | CT_RValue)); in call_operator_forwarding_test() 316 assert(st.check_call<int&>(CT_NonConst | CT_LValue)); in call_operator_forwarding_test() 344 assert(st.check_call<int&>(CT_Const | CT_LValue)); in call_operator_forwarding_test() 348 assert(st.check_call<int&&>(CT_Const | CT_LValue)); in call_operator_forwarding_test() 352 assert(st.check_call<int&&>(CT_Const | CT_LValue)); in call_operator_forwarding_test() 358 assert(st.check_call<int&>(CT_Const | CT_RValue)); in call_operator_forwarding_test() 362 assert(st.check_call<int&&>(CT_Const | CT_RValue)); in call_operator_forwarding_test() [all …]
|
| /llvm-project-15.0.7/clang/utils/analyzer/ |
| H A D | entrypoint.py | 5 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 D | SATestUtils.py | 5 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 D | SATestUpdateDiffs.py | 13 from subprocess import check_call 44 check_call(command, shell=True, stdout=build_log_file)
|
| H A D | SATestBuild.py | 65 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}'",
|
| /llvm-project-15.0.7/lldb/test/API/api/command-return-object/ |
| H A D | TestSBCommandReturnObject.py | 28 check_call([self.driver_exe, self.driver_exe], env=env) 31 check_call([self.driver_exe, self.driver_exe],
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | prepare-code-coverage-artifact.py | 28 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 D | remote-exec.py | 85 subprocess.check_call( 100 subprocess.check_call(scp(args, tmpTar.name, remoteTarball)) 137 subprocess.check_call(ssh(args, 'rm -r {}'.format(tmp)))
|
| H A D | sysroot.py | 17 subprocess.check_call(['mklink', '/j', dst, src], shell=True)
|
| /llvm-project-15.0.7/lldb/test/API/api/multiple-targets/ |
| H A D | TestMultipleTargets.py | 38 check_call([self.driver_exe, self.driver_exe], env=env) 41 check_call([self.driver_exe, self.driver_exe],
|
| /llvm-project-15.0.7/lldb/test/API/api/multiple-debuggers/ |
| H A D | TestMultipleDebuggers.py | 38 check_call([self.driver_exe, self.inferior_exe], env=env) 41 check_call([self.driver_exe, self.inferior_exe],
|
| /llvm-project-15.0.7/libcxx/utils/ |
| H A D | ssh.py | 73 … 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 D | run.py | 43 … subprocess.check_call(['xcrun', 'codesign', '-f', '-s', args.codesign_identity, exe], env={})
|
| /llvm-project-15.0.7/llvm/tools/llvm-shlib/ |
| H A D | gen-msvc-exports.py | 28 from subprocess import check_call 72 check_call([nm, '-g', lib], stdout=dumpout_f)
|
| /llvm-project-15.0.7/lldb/test/API/api/multithreaded/ |
| H A D | TestMultithreaded.py | 112 check_call(exe, env=env) 115 check_call(exe, env=env, stdout=fnull, stderr=fnull)
|
| /llvm-project-15.0.7/llvm/utils/gn/build/ |
| H A D | sync_source_lists_from_cmake.py | 48 subprocess.check_call([sys.executable, gn, 'format', '-q', gn_file]) 53 def git(args): subprocess.check_call(['git'] + args, shell=os.name == 'nt')
|
| /llvm-project-15.0.7/clang/utils/perf-training/ |
| H A D | perf-helper.py | 46 subprocess.check_call(cmd) 105 subprocess.check_call(dtrace_args, stdout=f, stderr=subprocess.PIPE) 161 subprocess.check_call(cc1_cmd)
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/cases/ |
| H A D | test_exec_anatomy.py | 16 return subprocess.check_call(cmd,
|
| H A D | __init__.py | 37 return subprocess.check_call(cmd, *args, **kwargs)
|
| /llvm-project-15.0.7/clang/tools/clang-format/ |
| H A D | git-clang-format | 539 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree, 551 subprocess.check_call(['git', 'diff', '--diff-filter=M', '--stat', old_tree, new_tree, 578 subprocess.check_call(['git', 'checkout', '--patch', new_tree])
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/tool/ |
| H A D | run-clang-tidy.py | 322 subprocess.check_call(invocation, stdout=dev_null) 324 subprocess.check_call(invocation)
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | variant_test_helpers.h | 135 template <class... Args> static bool check_call(CallType type) { in check_call() function
|
| /llvm-project-15.0.7/clang/utils/ |
| H A D | creduce-clang-crash.py | 229 subprocess.check_call(cmd_preprocess_no_lines) 234 subprocess.check_call(cmd_preprocess)
|