/llvm-project/clang-tools-extra/clang-tidy/tool/ |
H A D | run-clang-tidy.py | 96 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 D | clang-tidy-diff.py | 102 merge_replacement_files(tmpdir, mergefile) global() argument
|
/llvm-project/clang/tools/scan-build-py/tests/functional/cases/ |
H A D | test_create_cdb.py | 16 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 D | run-find-all-symbols.py | 55 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 D | toctou.pass.cpp | 50 fs::path const tmpdir = env.create_dir("mydir"); in main() local
|
/llvm-project/lldb/source/Plugins/Platform/Android/ |
H A D | PlatformAndroid.cpp | 373 std::string tmpdir; DownloadSymbolFile() local
|
/llvm-project/lldb/source/Host/common/ |
H A D | HostInfoBase.cpp | 283 llvm::SmallVector<char, 16> tmpdir; ComputeTempFileBaseDirectory() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_libc_test.cpp | 369 get_temp_dir(tmpdir, sizeof(tmpdir)); in TEST() local [all...] |
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_platform_linux.cpp | 157 const char *tmpdir = GetEnv("TMPDIR"); in MapRodata() local
|