Home
last modified time | relevance | path

Searched defs:tmpdir (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/tool/
H A Drun-clang-tidy.py96 get_tidy_invocation( f, clang_tidy_binary, checks, tmpdir, build_path, header_filter, allow_enabling_alpha_checkers, extra_arg, extra_arg_before, quiet, config_file_path, config, line_filter, use_color, plugins, warnings_as_errors, exclude_header_filter, allow_no_checks, ) global() argument
157 merge_replacement_files(tmpdir, mergefile) global() argument
204 apply_fixes(args, clang_apply_replacements_binary, tmpdir) global() argument
216 run_tidy(args, clang_tidy_binary, tmpdir, build_path, queue, lock, failed_files) global() argument
H A Dclang-tidy-diff.py102 merge_replacement_files(tmpdir, mergefile) global() argument
/llvm-project/clang/tools/scan-build-py/tests/functional/cases/
H A Dtest_create_cdb.py16 def run_intercept(tmpdir, args): argument
77 run_intercept(tmpdir, target) global() argument
95 run_intercept(tmpdir, target, args) global() argument
126 run_intercept(tmpdir, command) global() argument
[all...]
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/tool/
H A Drun-find-all-symbols.py55 def run_find_all_symbols(args, tmpdir, build_path, queue): argument
/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/
H A Dtoctou.pass.cpp50 fs::path const tmpdir = env.create_dir("mydir"); in main() local
/llvm-project/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp373 std::string tmpdir; DownloadSymbolFile() local
/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp283 llvm::SmallVector<char, 16> tmpdir; ComputeTempFileBaseDirectory() local
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cpp369 get_temp_dir(tmpdir, sizeof(tmpdir)); in TEST() local
[all...]
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp157 const char *tmpdir = GetEnv("TMPDIR"); in MapRodata() local