Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccache/ccache
/ functions
Functions
871 in github.com/ccache/ccache
⨍
Functions
871
◇
Types & classes
206
↓ 1 callers
Function
response_file_format_to_string
src/ccache/config.cpp:568
↓ 1 callers
Function
result_key_from_depfile
Extract the used includes from the dependency file. Note that we cannot distinguish system headers from other includes here.
src/ccache/ccache.cpp:728
↓ 1 callers
Function
result_key_from_includes
Extract the used includes from /showIncludes (or clang-cl's /showIncludes:user) output in stdout. Note that we cannot distinguish system headers from
src/ccache/ccache.cpp:803
↓ 1 callers
Function
result_path_from_raw_file
src/ccache/storage/local/localstorage.cpp:304
↓ 1 callers
Function
rewrite_stdout_from_compiler
src/ccache/ccache.cpp:1104
↓ 1 callers
Method
send
src/ccache/util/unixsocketclient.cpp:134
↓ 1 callers
Method
set_compiler
src/ccache/config.hpp:617
↓ 1 callers
Method
set_debug
src/ccache/config.hpp:635
↓ 1 callers
Method
set_depend_mode
src/ccache/config.hpp:629
↓ 1 callers
Method
set_exit_code
src/ccache/ccache.cpp:161
↓ 1 callers
Method
set_file_clone
src/ccache/config.hpp:647
↓ 1 callers
Method
set_hard_link
src/ccache/config.hpp:653
↓ 1 callers
Method
set_item
src/ccache/config.cpp:1261
↓ 1 callers
Method
set_max_files
src/ccache/config.hpp:671
↓ 1 callers
Method
set_msvc_dep_prefix
src/ccache/config.hpp:677
↓ 1 callers
Method
set_temporary_dir
src/ccache/config.hpp:689
↓ 1 callers
Function
should_disable_ccache_for_input_file
src/ccache/ccache.cpp:169
↓ 1 callers
Function
spawn_helper
src/ccache/storage/remote/helper.cpp:240
↓ 1 callers
Function
split_user_info
src/ccache/storage/remote/redisstorage.cpp:101
↓ 1 callers
Function
stat_func
src/ccache/util/direntry.cpp:225
↓ 1 callers
Method
stop_remote_storage_helpers
src/ccache/storage/storage.cpp:747
↓ 1 callers
Method
stream
src/ccache/core/atomicfile.hpp:56
↓ 1 callers
Function
symlinks_supported
unittest/test_util_direntry.cpp:61
↓ 1 callers
Function
to_cache
Run the real compiler and put the result in cache. Returns the result key.
src/ccache/ccache.cpp:1217
↓ 1 callers
Function
to_half_open_unit_interval
src/ccache/storage/storage.cpp:540
↓ 1 callers
Function
to_lower
src/ccache/util/string.hpp:288
↓ 1 callers
Method
to_result
src/ccache/argprocessing.cpp:159
↓ 1 callers
Function
trim_dir
src/ccache/core/mainoptions.cpp:311
↓ 1 callers
Method
unlink_pending_tmp_files_signal_safe
src/ccache/context.cpp:89
↓ 1 callers
Function
win32_file_attributes_to_stat_mode
src/ccache/util/direntry.cpp:69
↓ 1 callers
Function
win32_file_information_to_stat
src/ccache/util/direntry.cpp:99
↓ 1 callers
Function
win32_get_file_info
unittest/test_util_direntry.cpp:118
↓ 1 callers
Function
win32_is_junction
unittest/test_util_direntry.cpp:93
↓ 1 callers
Method
wipe_all
Wipe all cached files in all subdirectories.
src/ccache/storage/local/localstorage.cpp:792
↓ 1 callers
Function
write_result
src/ccache/ccache.cpp:991
↓ 1 callers
Method
zero_all_statistics
Zero all statistics counters except those tracking cache size and number of files in the cache.
src/ccache/storage/local/localstorage.cpp:734
↓ 1 callers
Function
zstd_supported_compression_level
src/ccache/util/zstd.cpp:76
Method
Args
src/ccache/util/args.cpp:30
Method
Args
src/ccache/util/args.hpp:40
Method
AtomicFile
src/ccache/core/atomicfile.cpp:33
Method
BitSet
src/ccache/util/bitset.hpp:51
Method
BufferedIpcChannelClient
src/ccache/util/bufferedipcchannelclient.hpp:36
Method
BulkLogger
src/ccache/util/logging.cpp:193
Method
Bytes
src/ccache/util/bytes.hpp:39
Method
Bytes
src/ccache/util/bytes.hpp:102
Method
Bytes
src/ccache/util/bytes.cpp:40
Method
CacheEntry
src/ccache/core/cacheentry.cpp:204
Method
CacheEntryDataReader
src/ccache/core/cacheentrydatareader.hpp:57
Method
CacheEntryDataWriter
src/ccache/core/cacheentrydatawriter.hpp:51
Method
Cell
src/ccache/util/texttable.cpp:119
Method
Client
src/ccache/storage/remote/client.cpp:48
Method
Config
src/ccache/config.hpp:56
Method
ConfigReader
src/ccache/util/configreader.cpp:38
Method
Context
src/ccache/context.cpp:42
Method
Deferrer
src/ccache/util/defer.hpp:40
Method
Deserializer
src/ccache/core/result.cpp:182
Method
DirEntry
Create an empty directory entry. operator bool() will return false, error_number() will return ENOENT and other accessors will return false or 0.
src/ccache/util/direntry.hpp:67
Method
DirEntry
src/ccache/util/direntry.hpp:145
Method
Error
src/ccache/storage/remote/client.hpp:70
Method
Failed
src/ccache/storage/remote/remotestorage.hpp:115
Method
Failure
src/ccache/ccache.cpp:139
Method
Fd
src/ccache/util/fd.hpp:34
Method
Fd
src/ccache/util/fd.hpp:56
Method
FileLock
src/ccache/util/filelock.cpp:35
Method
FileRecompressor
src/ccache/core/filerecompressor.hpp:34
Method
FileStorageBackend
src/ccache/storage/remote/filestorage.cpp:72
Method
FileStream
src/ccache/util/filestream.hpp:31
Method
FileStream
src/ccache/util/filestream.hpp:51
Method
Hash
src/ccache/hash.hpp:42
Method
Hash
src/ccache/hash.cpp:41
Method
Header
src/ccache/core/cacheentry.cpp:94
Method
Helper
src/ccache/storage/remote/helper.cpp:625
Method
HelperBackend
src/ccache/storage/remote/helper.cpp:402
Method
HttpStorageBackend
src/ccache/storage/remote/httpstorage.cpp:110
Method
InodeCache
src/ccache/inodecache.cpp:511
Method
IpcError
src/ccache/util/ipcchannelclient.hpp:40
Method
IpcServer
test/storage/helper/main.cpp:108
Method
Iterator
src/ccache/util/tokenizer.hpp:88
Method
LocalStorage
src/ccache/storage/local/localstorage.cpp:436
Method
LongLivedLockFileManager
src/ccache/util/longlivedlockfilemanager.hpp:34
Method
Manifest
src/ccache/core/manifest.hpp:53
Method
MemoryMap
src/ccache/util/memorymap.hpp:33
Method
MemoryMap
src/ccache/util/memorymap.cpp:37
Method
NonCopyable
src/ccache/util/noncopyable.hpp:26
Method
PathString
src/ccache/util/pathstring.hpp:47
Method
ProgressBar
src/ccache/progressbar.cpp:60
Method
RandomNumberGenerator
src/ccache/util/lockfile.cpp:59
Method
RedisStorageBackend
src/ccache/storage/remote/redisstorage.cpp:117
Method
ResultExtractor
src/ccache/core/resultextractor.cpp:42
Method
ResultInspector
src/ccache/core/resultinspector.cpp:27
Method
ResultRetriever
src/ccache/core/resultretriever.cpp:53
Method
ScopedHANDLE
unittest/test_bsdmkstemp.cpp:43
Method
Serializer
src/ccache/core/result.cpp:242
Method
SignalHandler
src/ccache/signalhandler.hpp:51
Method
SignalHandler
src/ccache/signalhandler.cpp:67
Method
SignalHandlerBlocker
src/ccache/signalhandler.hpp:59
Method
SignalHandlerBlocker
src/ccache/signalhandler.cpp:145
Method
SplitTest
unittest/test_util_tokenizer.cpp:33
Method
Statistics
src/ccache/core/statistics.cpp:308
Method
StatisticsCounters
src/ccache/core/statisticscounters.cpp:27
← previous
next →
501–600 of 871, ranked by callers