MCPcopy Create free account

hub / github.com/cppcheck-opensource/cppcheck / functions

Functions13,549 in github.com/cppcheck-opensource/cppcheck

↓ 7 callersMethodcleanup
externals/simplecpp/simplecpp.cpp:3878
↓ 7 callersMethodcopy
test/testregex.cpp:94
↓ 7 callersMethoderror
lib/preprocessor.cpp:1019
↓ 7 callersFunctionevaluate
lib/analyzer.h:170
↓ 7 callersFunctionfindFormat
lib/checkio.cpp:516
↓ 7 callersFunctiongetAllocDealloc
lib/library.h:483
↓ 7 callersMethodgetApplicationCount
gui/applicationlist.cpp:121
↓ 7 callersFunctiongetErrorMessages
lib/checkunusedfunctions.h:53
↓ 7 callersFunctiongetEssentialTypeCategory
(expr)
addons/misra.py:606
↓ 7 callersMethodgetExcludedPaths
gui/projectfiledialog.cpp:755
↓ 7 callersMethodgetScalarRef
lib/infer.cpp:108
↓ 7 callersFunctionid_string_i
* @brief get id string. i.e. for dump files * it will be a hexadecimal output. */
lib/utils.h:332
↓ 7 callersFunctionisCriticalErrorId
lib/errorlogger.h:282
↓ 7 callersFunctionisFunctionPointer
lib/check64bit.cpp:47
↓ 7 callersMethodisInt
lib/mathlib.cpp:1053
↓ 7 callersMethodisOneOf
externals/simplecpp/simplecpp.cpp:200
↓ 7 callersFunctionisOppositeCond
lib/astutils.cpp:1840
↓ 7 callersMethodisRecordTypeWithoutSideEffects
lib/symboldatabase.cpp:2300
↓ 7 callersMethodisScalar
lib/infer.cpp:90
↓ 7 callersFunctionisTemporary
lib/astutils.cpp:439
↓ 7 callersMethodisTypeEqual
lib/symboldatabase.cpp:8655
↓ 7 callersMethodisVariable
lib/templatesimplifier.h:102
↓ 7 callersFunctionismemory
is allocation type memory? */
lib/library.h:131
↓ 7 callersMethodisnotnoreturn
lib/library.cpp:1814
↓ 7 callersMethodisnullargbad
lib/library.cpp:1238
↓ 7 callersMethodloadFiles
lib/preprocessor.cpp:869
↓ 7 callersMethodlowerToPossible
lib/vf_analyzers.cpp:1002
↓ 7 callersFunctionobjfiles
tools/dmake/dmake.cpp:60
↓ 7 callersMethodparseDump
(self, dumpfile, path_premium_addon=None)
addons/misra.py:4668
↓ 7 callersMethodsetCheckLevel
gui/projectfile.cpp:802
↓ 7 callersMethodsetCppcheckAttribute
lib/token.cpp:2657
↓ 7 callersMethodsetInitialized
(self, designated=False, positional=False)
addons/misra_9.py:143
↓ 7 callersMethodsetReportType
gui/resultstree.cpp:153
↓ 7 callersMethodsetStd
test/teststandards.cpp:131
↓ 7 callersMethodsetSuppressions
gui/projectfile.cpp:782
↓ 7 callersMethodsetfile
lib/errorlogger.cpp:759
↓ 7 callersFunctionseverityToString
lib/errortypes.cpp:50
↓ 7 callersMethodsimplifyTypedef
test/testsimplifytypedef.cpp:295
↓ 7 callersFunctionsplit
lib/cppcheck.cpp:317
↓ 7 callersFunctionstopUpdates
lib/forwardanalyzer.cpp:94
↓ 7 callersFunctionstrDateTime
()
tools/donate-cpu-server.py:72
↓ 7 callersMethodstrValue
test/testtoken.cpp:505
↓ 7 callersMethodstringify
lib/token.cpp:1270
↓ 7 callersFunctionsucceeds
If tok1 comes after tok2
lib/astutils.cpp:1042
↓ 7 callersFunctionvalueFlowForwardAssign
lib/valueflow.cpp:3918
↓ 7 callersFunctionvisitValue
lib/vfvalue.h:106
↓ 6 callersMethodOpenElement
externals/tinyxml2/tinyxml2.cpp:2748
↓ 6 callersMethodParseText
externals/tinyxml2/tinyxml2.cpp:207
↓ 6 callersMethodSize
externals/tinyxml2/tinyxml2.h:268
↓ 6 callersFunction__getVsConfigs
(stdout, filename)
test/cli/helloworld_test.py:21
↓ 6 callersFunction__test_debug_template
(tmp_path, verbose=False, debug=False)
test/cli/other_test.py:3011
↓ 6 callersFunction__test_showtime_file
(tmp_path, use_compdb=False, use_addons=False, use_clang_tidy=False)
test/cli/other_test.py:1047
↓ 6 callersFunction__test_showtime_summary
(tmp_path, use_compdb=False, use_addons=False, use_clang_tidy=False)
test/cli/other_test.py:1081
↓ 6 callersFunction_load_location
Load location from element/dict
addons/cppcheckdata.py:41
↓ 6 callersMethodaddResults
lib/timer.cpp:80
↓ 6 callersMethodaddState
lib/programmemory.cpp:538
↓ 6 callersFunctionaddToErrorPath
lib/infer.cpp:240
↓ 6 callersMethodadjust
externals/simplecpp/simplecpp.cpp:182
↓ 6 callersMethodanalyseWholeProgram
lib/cppcheck.cpp:1817
↓ 6 callersFunctionastFlatten
lib/astutils.cpp:125
↓ 6 callersFunctionastIsContainerOwned
lib/astutils.cpp:275
↓ 6 callersFunctionastIsContainerView
lib/astutils.cpp:269
↓ 6 callersFunctionastIsLhs
lib/checkuninitvar.cpp:1144
↓ 6 callersFunctionastOperand1
lib/token.h:1569
↓ 6 callersFunctionback
externals/simplecpp/simplecpp.h:335
↓ 6 callersFunctioncalculateBitMembers
lib/platform.h:69
↓ 6 callersFunctioncastValue
lib/vf_common.cpp:343
↓ 6 callersMethodcheck
gui/threadhandler.cpp:97
↓ 6 callersFunctioncheck_library_report
(result_path: str, message_id: str)
tools/donate-cpu-server.py:921
↓ 6 callersFunctioncheck_y2038_safe
Main function to check Y2038 safety of C/C++ code from cppcheck dump files. This function performs comprehensive Y2038 analysis including:
addons/y2038.py:302
↓ 6 callersFunctionclear
externals/simplecpp/simplecpp.h:475
↓ 6 callersMethodclose
lib/analyzerinfo.cpp:80
↓ 6 callersFunctioncmdFileName
lib/cppcheck.cpp:309
↓ 6 callersFunctionconvert_json_output
Convert raw stdout/stderr cppcheck JSON output to python dict.
addons/test/util.py:34
↓ 6 callersFunctioncopy
externals/picojson/picojson.h:525
↓ 6 callersFunctioncountSideEffectsRecursive
(expr)
addons/misra.py:1018
↓ 6 callersFunctiondateTimeFromStr
(datestr: str)
tools/donate-cpu-server.py:76
↓ 6 callersMethoddisable
lib/settings.h:82
↓ 6 callersMethodfill
lib/settings.h:70
↓ 6 callersFunctionfindType
lib/symboldatabase.h:1375
↓ 6 callersFunctionfindVariableChanged
lib/astutils.cpp:2988
↓ 6 callersFunctionfork
lib/forwardanalyzer.cpp:318
↓ 6 callersFunctiongetArgumentStart
lib/astutils.cpp:3179
↓ 6 callersMethodgetCheckPaths
gui/projectfiledialog.cpp:750
↓ 6 callersMethodgetChild
* @throws InternalError thrown if index is out of bounds */
lib/clangimport.cpp:360
↓ 6 callersFunctiongetCppFiles
tools/dmake/dmake.cpp:169
↓ 6 callersMethodgetDefaultApplication
* @brief Return the default application. * @return Index of the default application. */
gui/applicationlist.h:75
↓ 6 callersMethodgetDefines
gui/projectfiledialog.cpp:737
↓ 6 callersMethodgetDestructor
lib/symboldatabase.cpp:6570
↓ 6 callersMethodgetDoubleValue
lib/mathlib.h:73
↓ 6 callersFunctiongetFileInfo
lib/check.h:87
↓ 6 callersMethodgetFunctionName
lib/library.cpp:1160
↓ 6 callersMethodgetImportProject
gui/projectfiledialog.cpp:681
↓ 6 callersMethodgetIncludeDirs
* @brief Get list of include directories. * @return list of directories. */
gui/projectfile.h:124
↓ 6 callersMethodgetOrigFile
lib/errorlogger.cpp:752
↓ 6 callersFunctiongetParentLifetime
lib/astutils.cpp:619
↓ 6 callersFunctiongetParentValueTypes
lib/astutils.cpp:737
↓ 6 callersMethodgetRootPath
gui/projectfiledialog.cpp:719
↓ 6 callersFunctiongetStepTok
lib/astutils.cpp:935
↓ 6 callersMethodgetTypeCheck
lib/library.cpp:2001
← previousnext →501–600 of 13,549, ranked by callers