Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/R-Fuzz/symsan
/ functions
Functions
4,056 in github.com/R-Fuzz/symsan
⨍
Functions
4,056
◇
Types & classes
1,166
↓ 1 callers
Method
CheckEnd
Run checks that applies to text after the closing brace. This is mostly used for checking end of namespace comments. Args: filename: T
runtime/sanitizer_common/scripts/cpplint.py:2230
↓ 1 callers
Function
CheckForBadCharacters
Logs an error for each line containing bad characters. Two kinds of bad characters: 1. Unicode replacement characters: These indicate that eithe
runtime/sanitizer_common/scripts/cpplint.py:2008
↓ 1 callers
Function
CheckForCopyright
Logs an error if no Copyright message appears at the top of the file.
runtime/sanitizer_common/scripts/cpplint.py:1756
↓ 1 callers
Function
CheckForFunctionLengths
Reports for long function bodies. For an overview why this is done, see: https://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Write_Sh
runtime/sanitizer_common/scripts/cpplint.py:3046
↓ 1 callers
Function
CheckForHeaderGuard
Checks that the file contains a header guard. Logs an error if no #ifndef header guard is present. For other headers, checks that the full pathn
runtime/sanitizer_common/scripts/cpplint.py:1885
↓ 1 callers
Function
CheckForIncludeWhatYouUse
Reports for missing stl includes. This function will output warnings to make sure you are including the headers necessary for the stl containers
runtime/sanitizer_common/scripts/cpplint.py:5498
↓ 1 callers
Function
CheckForMultilineCommentsAndStrings
Logs an error if we see /* ... */ or "..." that extend past one line. /* ... */ comments are legit inside macros, for one line. Otherwise, we pre
runtime/sanitizer_common/scripts/cpplint.py:2051
↓ 1 callers
Function
CheckForNamespaceIndentation
(filename, nesting_state, clean_lines, line, error)
runtime/sanitizer_common/scripts/cpplint.py:3032
↓ 1 callers
Function
CheckForNewlineAtEOF
Logs an error if there is no newline char at the end of the file. Args: filename: The name of the current file. lines: An array of strings,
runtime/sanitizer_common/scripts/cpplint.py:2033
↓ 1 callers
Function
CheckForNonConstReference
Check for non-const references. Separate from CheckLanguage since it scans backwards from current line, instead of scanning forward. Args:
runtime/sanitizer_common/scripts/cpplint.py:5013
↓ 1 callers
Function
CheckForNonStandardConstructs
r"""Logs an error if we see certain non-ANSI constructs ignored by gcc-2. Complain about several constructs which gcc-2 accepts, but which are no
runtime/sanitizer_common/scripts/cpplint.py:2780
↓ 1 callers
Function
CheckGlobalStatic
Check for unsafe global or static objects. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containing t
runtime/sanitizer_common/scripts/cpplint.py:4843
↓ 1 callers
Function
CheckHeaderFileIncluded
Logs an error if a .cc file does not include its header.
runtime/sanitizer_common/scripts/cpplint.py:1983
↓ 1 callers
Function
CheckIncludeLine
Check rules that are applicable to #include lines. Strings on #include lines are NOT removed from elided line, to make certain tasks easier. Howe
runtime/sanitizer_common/scripts/cpplint.py:4526
↓ 1 callers
Function
CheckInvalidIncrement
Checks for invalid increment *count++. For example following function: void increment_counter(int* count) { *count++; } is invalid, becau
runtime/sanitizer_common/scripts/cpplint.py:2169
↓ 1 callers
Function
CheckItemIndentationInNamespace
(filename, raw_lines_no_comments, linenum, error)
runtime/sanitizer_common/scripts/cpplint.py:5772
↓ 1 callers
Function
CheckLanguage
Checks rules from the 'C++ language rules' section of cppguide.html. Some of these rules are hard to test (function overloading, using uint32 ina
runtime/sanitizer_common/scripts/cpplint.py:4685
↓ 1 callers
Function
CheckMakePairUsesDeduction
Check that make_pair's template arguments are deduced. G++ 4.6 in C++11 mode fails badly if make_pair's template arguments are specified explicit
runtime/sanitizer_common/scripts/cpplint.py:5600
↓ 1 callers
Method
CheckNextIncludeOrder
Returns a non-empty error message if the next header is out of order. This function also updates the internal state to be ready to check the
runtime/sanitizer_common/scripts/cpplint.py:808
↓ 1 callers
Method
CheckNoLocks
runtime/sanitizer_common/sanitizer_mutex.cpp:197
↓ 1 callers
Function
CheckOperatorSpacing
Checks for horizontal spacing around operators. Args: filename: The name of the current file. clean_lines: A CleansedLines instance contain
runtime/sanitizer_common/scripts/cpplint.py:3299
↓ 1 callers
Function
CheckParenthesisSpacing
Checks for horizontal spacing around parentheses. Args: filename: The name of the current file. clean_lines: A CleansedLines instance conta
runtime/sanitizer_common/scripts/cpplint.py:3414
↓ 1 callers
Function
CheckPosixThreading
Checks for calls to thread-unsafe functions. Much code has been originally written without consideration of multi-threading. Also, engineers are
runtime/sanitizer_common/scripts/cpplint.py:2119
↓ 1 callers
Function
CheckPrintf
Check for printf related issues. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containing the file.
runtime/sanitizer_common/scripts/cpplint.py:4904
↓ 1 callers
Function
CheckRedundantOverrideOrFinal
Check if line contains a redundant "override" or "final" virt-specifier. Args: filename: The name of the current file. clean_lines: A Clean
runtime/sanitizer_common/scripts/cpplint.py:5685
↓ 1 callers
Function
CheckRedundantVirtual
Check if line contains a redundant "virtual" function-specifier. Args: filename: The name of the current file. clean_lines: A CleansedLines
runtime/sanitizer_common/scripts/cpplint.py:5621
↓ 1 callers
Function
CheckSectionSpacing
Checks for additional blank line issues related to sections. Currently the only thing checked here is blank line before protected/private. Args:
runtime/sanitizer_common/scripts/cpplint.py:3658
↓ 1 callers
Function
CheckSpacing
Checks for the correctness of various spacing issues in the code. Things we check for: spaces around operators, spaces after if/for/while/switch,
runtime/sanitizer_common/scripts/cpplint.py:3171
↓ 1 callers
Function
CheckSpacingForFunctionCall
Checks for the correctness of various spacing around function calls. Args: filename: The name of the current file. clean_lines: A CleansedL
runtime/sanitizer_common/scripts/cpplint.py:2940
↓ 1 callers
Function
CheckStyle
Checks rules from the 'C++ style rules' section of cppguide.html. Most of these rules are hard to test (naming, comment style), but we do what we
runtime/sanitizer_common/scripts/cpplint.py:4311
↓ 1 callers
Function
CheckTrailingSemicolon
Looks for redundant trailing semicolon. Args: filename: The name of the current file. clean_lines: A CleansedLines instance containing the
runtime/sanitizer_common/scripts/cpplint.py:3855
↓ 1 callers
Function
CheckVlogArguments
Checks that VLOG() is only used for defining a logging level. For example, VLOG(2) is correct. VLOG(INFO), VLOG(WARNING), VLOG(ERROR), and VLOG(F
runtime/sanitizer_common/scripts/cpplint.py:2145
↓ 1 callers
Function
ChooseExternalSymbolizer
runtime/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp:411
↓ 1 callers
Function
ChooseSymbolizerTools
runtime/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp:468
↓ 1 callers
Function
ChooseSymbolizerTools
runtime/sanitizer_common/sanitizer_symbolizer_win.cpp:278
↓ 1 callers
Method
ClassID
runtime/sanitizer_common/sanitizer_allocator_size_class_map.h:158
↓ 1 callers
Function
CleanseRawStrings
Removes C++11 raw strings from lines. Before: static const char kData[] = R"( multi-line string )"; After: s
runtime/sanitizer_common/scripts/cpplint.py:1288
↓ 1 callers
Method
Clear
runtime/sanitizer_common/sanitizer_allocator_primary32.h:85
↓ 1 callers
Function
ColorizeReports
runtime/sanitizer_common/sanitizer_symbolizer_report.cpp:62
↓ 1 callers
Function
CompressDelta
runtime/sanitizer_common/sanitizer_stack_store.cpp:205
↓ 1 callers
Function
CompressLzw
runtime/sanitizer_common/sanitizer_stack_store.cpp:221
↓ 1 callers
Method
ContainsTid
runtime/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp:544
↓ 1 callers
Method
CopyToArray
runtime/sanitizer_common/sanitizer_allocator_primary32.h:90
↓ 1 callers
Function
Cov8bitCountersInit
runtime/sanitizer_common/sanitizer_coverage_libcdep_new.cpp:190
↓ 1 callers
Function
CovPcsInit
runtime/sanitizer_common/sanitizer_coverage_libcdep_new.cpp:196
↓ 1 callers
Function
CplusV3Demangle
runtime/sanitizer_common/sanitizer_symbolizer_libbacktrace.cpp:68
↓ 1 callers
Function
CreateAliases
runtime/sanitizer_common/sanitizer_linux_libcdep.cpp:987
↓ 1 callers
Method
CreateBatch
Returns a TransferBatch suitable for class_id.
runtime/sanitizer_common/sanitizer_allocator_local_cache.h:139
↓ 1 callers
Function
CreateDir
runtime/sanitizer_common/sanitizer_win.cpp:573
↓ 1 callers
Function
CreateTwoHighNumberedPipes
runtime/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp:94
↓ 1 callers
Function
DFL_ck_alloc
include/alloc_inl.h:126
↓ 1 callers
Function
DFL_ck_alloc_nozero
include/alloc_inl.h:103
↓ 1 callers
Function
DFL_ck_memdup
include/alloc_inl.h:287
↓ 1 callers
Function
DFL_ck_memdup_str
include/alloc_inl.h:311
↓ 1 callers
Function
DFL_ck_strdup
include/alloc_inl.h:260
↓ 1 callers
Function
DTLS_Deallocate
runtime/sanitizer_common/sanitizer_tls_get_addr.cpp:46
↓ 1 callers
Function
DTLS_Find
runtime/sanitizer_common/sanitizer_tls_get_addr.cpp:74
↓ 1 callers
Method
DeallocateBatch
runtime/sanitizer_common/sanitizer_allocator_primary32.h:183
↓ 1 callers
Function
DebugMutexInit
runtime/sanitizer_common/sanitizer_mutex.cpp:72
↓ 1 callers
Function
DecorateMapping
runtime/sanitizer_common/sanitizer_posix.cpp:379
↓ 1 callers
Function
DemangleCXXABI
Attempts to demangle the name via __cxa_demangle from __cxxabiv1.
runtime/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp:48
↓ 1 callers
Function
DemangleSwift
Attempts to demangle a Swift name. The demangler will return nullptr if a non-Swift name is passed in.
runtime/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp:80
↓ 1 callers
Method
Describe
runtime/sanitizer_common/sanitizer_win.cpp:1011
↓ 1 callers
Method
Destroy
runtime/sanitizer_common/sanitizer_common.h:492
↓ 1 callers
Method
DestroyCache
runtime/sanitizer_common/sanitizer_allocator_combined.h:159
↓ 1 callers
Function
DisableMmapExcGuardExceptions
ASan/TSan use mmap in a way that creates “deallocation gaps” which triggers EXC_GUARD exceptions on macOS 10.15+ (XNU 19.0+).
runtime/sanitizer_common/sanitizer_mac.cpp:928
↓ 1 callers
Function
DontDumpShadowMemory
runtime/sanitizer_common/sanitizer_win.cpp:357
↓ 1 callers
Method
Dump
runtime/sanitizer_common/sanitizer_coverage_libcdep_new.cpp:142
↓ 1 callers
Method
Dump
runtime/sanitizer_common/sanitizer_coverage_fuchsia.cpp:91
↓ 1 callers
Function
DyldNeedsEnvVariable
runtime/sanitizer_common/sanitizer_mac.cpp:989
↓ 1 callers
Method
End
Stop analyzing function body.
runtime/sanitizer_common/scripts/cpplint.py:1087
↓ 1 callers
Method
EnsureSpace
runtime/sanitizer_common/sanitizer_allocator_secondary.h:22
↓ 1 callers
Function
ExpectingFunctionArgs
Checks whether where function type arguments are expected. Args: clean_lines: A CleansedLines instance containing the file. linenum: The nu
runtime/sanitizer_common/scripts/cpplint.py:5324
↓ 1 callers
Function
ExtractInt
runtime/sanitizer_common/sanitizer_symbolizer_libcdep.cpp:42
↓ 1 callers
Function
ExtractSptr
runtime/sanitizer_common/sanitizer_symbolizer_libcdep.cpp:62
↓ 1 callers
Function
FilesBelongToSameModule
Check if these two filenames belong to the same module. The concept of a 'module' here is a as follows: foo.h, foo-inl.h, foo.cc, foo_test.cc and
runtime/sanitizer_common/scripts/cpplint.py:5416
↓ 1 callers
Function
FindAvailableMemoryRange
runtime/sanitizer_common/sanitizer_win.cpp:379
↓ 1 callers
Function
FindCheckMacro
Find a replaceable CHECK-like macro. Args: line: line to search on. Returns: (macro name, start position), or (None, -1) if no replaceabl
runtime/sanitizer_common/scripts/cpplint.py:4106
↓ 1 callers
Function
FindFile
runtime/sanitizer_common/sanitizer_suppressions.cpp:50
↓ 1 callers
Method
FindHeader
Check if a header has already been included. Args: header: header to check. Returns: Line number of previous occurrence, or -1 if
runtime/sanitizer_common/scripts/cpplint.py:736
↓ 1 callers
Function
FindNextMultiLineCommentEnd
We are inside a comment, find the end marker.
runtime/sanitizer_common/scripts/cpplint.py:1375
↓ 1 callers
Function
FindNextMultiLineCommentStart
Find the beginning marker for a multiline comment.
runtime/sanitizer_common/scripts/cpplint.py:1364
↓ 1 callers
Method
FindThreadContextLocked
runtime/sanitizer_common/sanitizer_thread_registry.cpp:199
↓ 1 callers
Function
FindUUID
runtime/sanitizer_common/sanitizer_procmaps_mac.cpp:269
↓ 1 callers
Function
FixedCVE_2016_2143
runtime/sanitizer_common/sanitizer_linux_s390.cpp:126
↓ 1 callers
Function
FixupPathFromRoot
()
runtime/sanitizer_common/scripts/cpplint.py:1831
↓ 1 callers
Function
FlagCxx11Features
Flag those c++11 features that we only allow in certain places. Args: filename: The name of the current file. clean_lines: A CleansedLines
runtime/sanitizer_common/scripts/cpplint.py:5824
↓ 1 callers
Method
ForEach
runtime/sanitizer_common/sanitizer_addrhashmap.h:113
↓ 1 callers
Function
ForEachMappedRegion
Call cb for each region mapped by map.
runtime/sanitizer_common/sanitizer_linux.cpp:1168
↓ 1 callers
Method
Format
runtime/sanitizer_common/sanitizer_flag_parser.h:78
↓ 1 callers
Function
FormatUUID
runtime/sanitizer_common/sanitizer_mac.cpp:1379
↓ 1 callers
Function
FunctionHasPadding
runtime/interception/interception_win.cpp:238
↓ 1 callers
Function
FunctionHasPrefix
runtime/interception/interception_win.cpp:230
↓ 1 callers
Function
FutexWait
runtime/sanitizer_common/sanitizer_mac.cpp:514
↓ 1 callers
Function
FutexWake
runtime/sanitizer_common/sanitizer_mac.cpp:519
↓ 1 callers
Method
GetAndResetStats
runtime/sanitizer_common/sanitizer_allocator_primary64.h:52
↓ 1 callers
Function
GetArgv
runtime/sanitizer_common/sanitizer_linux.cpp:658
↓ 1 callers
Function
GetCodeRangeForFile
runtime/sanitizer_common/sanitizer_posix.cpp:276
↓ 1 callers
Function
GetCoverageFilename
runtime/sanitizer_common/sanitizer_coverage_libcdep_new.cpp:39
↓ 1 callers
Method
GetDestroyed
runtime/sanitizer_common/sanitizer_thread_registry.cpp:53
← previous
next →
1,001–1,100 of 4,056, ranked by callers