MCPcopy Create free account

hub / github.com/ccache/ccache / functions

Functions871 in github.com/ccache/ccache

↓ 2 callersFunctioncopy_fd
src/ccache/util/file.cpp:106
↓ 2 callersFunctioncpu_supports_avx2
src/ccache/util/cpu.cpp:31
↓ 2 callersMethodcreate_backend
src/ccache/storage/remote/helper.cpp:645
↓ 2 callersFunctioncreate_cachedir_tag
src/ccache/util/file.cpp:216
↓ 2 callersFunctiondelete_file
src/ccache/storage/local/localstorage.cpp:205
↓ 2 callersFunctiondetect_pch
src/ccache/argprocessing.cpp:186
↓ 2 callersFunctiondo_execute
Execute the compiler/preprocessor, with logic to retry without requesting colored diagnostics messages if that fails.
src/ccache/ccache.cpp:831
↓ 2 callersFunctiondo_guess_compiler
src/ccache/ccache.cpp:317
↓ 2 callersFunctiondo_hash_file
src/ccache/hashutil.cpp:170
↓ 2 callersMethoddrop
src/ccache/inodecache.cpp:620
↓ 2 callersMethoderase_with_prefix
src/ccache/util/args.cpp:224
↓ 2 callersFunctionexecute_task
src/ccache/util/threadpool.cpp:35
↓ 2 callersFunctionfind_compiler
Find the real compiler and put it into ctx.orig_args[0]. We just search the PATH to find an executable of the same name that isn't ourselves.
src/ccache/ccache.cpp:2677
↓ 2 callersFunctionfind_first_ansi_csi_seq
Search for the first match of the following regular expression: \x1b\[[\x30-\x3f]*[\x20-\x2f]*[Km] The primary reason for not using std::regex is th
src/ccache/core/common.cpp:44
↓ 2 callersFunctionfind_non_ccache_executable
src/ccache/execute.cpp:373
↓ 2 callersFunctionfor_each_level_1_and_2_stats_file
src/ccache/storage/local/util.cpp:57
↓ 2 callersMethodformat_human_readable
src/ccache/core/statistics.cpp:372
↓ 2 callersMethodformat_machine_readable
src/ccache/core/statistics.cpp:557
↓ 2 callersFunctionformat_prefix
src/ccache/util/logging.cpp:83
↓ 2 callersFunctionformat_timestamp
src/ccache/core/statistics.cpp:274
↓ 2 callersFunctiongcno_file_in_mangled_form
src/ccache/core/result.cpp:167
↓ 2 callersMethodget
src/ccache/storage/remote/redisstorage.cpp:171
↓ 2 callersMethodget
src/ccache/util/lockfile.cpp:65
↓ 2 callersMethodget_all_statistics
Get statistics and last time of update for the whole local storage cache.
src/ccache/storage/local/localstorage.cpp:752
↓ 2 callersFunctionget_default_object_file_extension
src/ccache/argprocessing.cpp:1456
↓ 2 callersFunctionget_default_pch_file_extension
src/ccache/argprocessing.cpp:1462
↓ 2 callersFunctionget_hostname
src/ccache/util/process.cpp:89
↓ 2 callersMethodget_path
src/ccache/inodecache.cpp:634
↓ 2 callersFunctionget_result_key_from_cpp
Find the result key by running the compiler in preprocessor mode and hashing the result.
src/ccache/ccache.cpp:1406
↓ 2 callersFunctionget_tmp_fd
src/ccache/ccache.cpp:776
↓ 2 callersFunctionget_umask
src/ccache/util/process.cpp:105
↓ 2 callersMethodhas_capability
src/ccache/storage/remote/client.cpp:110
↓ 2 callersFunctionhash_nvcc_host_compiler
Hash the host compiler(s) invoked by nvcc. If `ccbin_st` and `ccbin` are set, they refer to a directory or compiler set with -ccbin/--compiler-bindir
src/ccache/ccache.cpp:1555
↓ 2 callersFunctionif
src/ccache/config.cpp:706
↓ 2 callersMethodinspect
src/ccache/core/manifest.cpp:462
↓ 2 callersFunctionis_ccache_crsh_var
src/ccache/storage/remote/helper.cpp:177
↓ 2 callersFunctionis_comment_or_blank
src/ccache/util/configreader.cpp:29
↓ 2 callersFunctionis_digit
src/ccache/util/string.hpp:243
↓ 2 callersFunctionis_precompiled_header
src/ccache/argprocessing.cpp:1923
↓ 2 callersFunctionis_timeout
src/ccache/storage/remote/redisstorage.cpp:159
↓ 2 callersFunctionis_xdigit
src/ccache/util/string.hpp:261
↓ 2 callersFunctionoption_should_be_ignored
src/ccache/argprocessing.cpp:1931
↓ 2 callersFunctionparse_compression_level
src/ccache/core/mainoptions.cpp:411
↓ 2 callersFunctionparse_storage_configs
src/ccache/storage/storage.cpp:314
↓ 2 callersFunctionprint_fatal_error_and_exit
Print error message to stderr about failure writing to the log file and exit with failure.
src/ccache/util/logging.cpp:68
↓ 2 callersFunctionprocess_preprocessed_file
This function reads and hashes a file. While doing this, it also does these things: - Makes include file paths for which the base directory is a pref
src/ccache/ccache.cpp:528
↓ 2 callersMethodptr
src/ccache/util/memorymap.cpp:80
↓ 2 callersMethodpush_front
src/ccache/util/args.cpp:258
↓ 2 callersFunctionput
unittest/test_inodecache.cpp:68
↓ 2 callersMethodput
src/ccache/storage/storage.cpp:460
↓ 2 callersMethodread_and_copy_bytes
src/ccache/core/cacheentrydatareader.hpp:74
↓ 2 callersFunctionread_from_path_or_stdin
src/ccache/core/mainoptions.cpp:193
↓ 2 callersMethodrecompress
src/ccache/core/filerecompressor.cpp:33
↓ 2 callersMethodregister_alive_file
src/ccache/util/longlivedlockfilemanager.cpp:51
↓ 2 callersFunctionrewrite_stderr_to_absolute_paths
src/ccache/core/common.cpp:155
↓ 2 callersMethodrun
test/storage/helper/main.cpp:396
↓ 2 callersMethodserialize
src/ccache/core/cacheentry.cpp:180
↓ 2 callersMethodset_cpp_extension
src/ccache/config.hpp:611
↓ 2 callersMethodset_inode_cache
src/ccache/config.hpp:665
↓ 2 callersFunctionshould_store_raw_file
src/ccache/core/result.cpp:83
↓ 2 callersFunctionsource_file_is_too_new
src/ccache/ccache.cpp:1170
↓ 2 callersFunctionspin_lock
src/ccache/inodecache.cpp:183
↓ 2 callersFunctionspin_unlock
src/ccache/inodecache.cpp:218
↓ 2 callersMethodstop
src/ccache/storage/remote/helper.cpp:603
↓ 2 callersFunctionstrip_ansi_csi_seqs
src/ccache/core/common.cpp:214
↓ 2 callersFunctionto_string
src/ccache/util/conversion.hpp:124
↓ 2 callersFunctionupdate_manifest
src/ccache/ccache.cpp:908
↓ 2 callersFunctionwide_getenv
src/ccache/util/environment.cpp:88
↓ 2 callersFunctionwin32_filetime_to_timespec
unittest/test_util_direntry.cpp:137
↓ 2 callersFunctionwin32_stat_impl
src/ccache/util/direntry.cpp:142
↓ 2 callersFunctionwin32execute
src/ccache/execute.cpp:99
↓ 2 callersFunctionwrite_log_entry
Write log entry to all enabled destinations. Assumes log_mutex is already held and file_lock is acquired if needed.
src/ccache/util/logging.cpp:98
↓ 2 callersFunctionzstd_compress_bound
src/ccache/util/zstd.cpp:70
↓ 1 callersMethodabsolute_paths_in_stderr
src/ccache/config.hpp:263
↓ 1 callersMethodadd_extra_args_to_hash
src/ccache/argprocessing.cpp:134
↓ 1 callersMethodadd_native_arg
src/ccache/argprocessing.cpp:141
↓ 1 callersMethodadd_result
src/ccache/core/manifest.cpp:191
↓ 1 callersMethodall_zero
src/ccache/core/statisticscounters.cpp:133
↓ 1 callersFunctionapparent_cwd
src/ccache/util/path.cpp:43
↓ 1 callersFunctionbuild_helper_env
src/ccache/storage/remote/helper.cpp:155
↓ 1 callersFunctioncache_compilation
The entry point when invoked to cache a compilation.
src/ccache/ccache.cpp:2838
↓ 1 callersFunctioncache_entry_type_from_int
src/ccache/core/cacheentry.cpp:66
↓ 1 callersFunctioncalculate_wanted_cache_level
src/ccache/storage/local/localstorage.cpp:192
↓ 1 callersFunctionccache_main
src/ccache/ccache.cpp:3208
↓ 1 callersFunctioncheck_for_temporal_macros
src/ccache/hashutil.cpp:216
↓ 1 callersFunctioncheck_for_temporal_macros_avx2
src/ccache/hashutil.cpp:116
↓ 1 callersMethodclean_all
src/ccache/storage/local/localstorage.cpp:781
↓ 1 callersFunctionclone_file
Clone a file from `src` to `dest`. If `via_tmp_file` is true, `src` is cloned to a temporary file and then renamed to `dest`. Throws `core::Error` on
src/ccache/storage/local/localstorage.cpp:230
↓ 1 callersMethodclone_hard_link_or_copy_file
src/ccache/storage/local/localstorage.cpp:664
↓ 1 callersFunctioncmd_get
test/storage/client/main.cpp:69
↓ 1 callersFunctioncmd_ping
test/storage/client/main.cpp:232
↓ 1 callersFunctioncmd_put
test/storage/client/main.cpp:112
↓ 1 callersFunctioncmd_remove
test/storage/client/main.cpp:181
↓ 1 callersFunctioncmd_stop
test/storage/client/main.cpp:213
↓ 1 callersFunctioncolor_output_possible
src/ccache/argprocessing.cpp:178
↓ 1 callersFunctioncompopt_takes_concat_arg
src/ccache/compopt.cpp:294
↓ 1 callersFunctioncompopt_verify_sortedness_and_flags
For test purposes.
src/ccache/compopt.cpp:226
↓ 1 callersFunctioncopy_file_impl
src/ccache/util/file.cpp:84
↓ 1 callersFunctioncreate_cmdline_settings_map
src/ccache/config.cpp:497
↓ 1 callersFunctiondefault_cache_dir
src/ccache/config.cpp:517
← previousnext →301–400 of 871, ranked by callers