MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / find

Method find

lib/programmemory.cpp:254–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254ProgramMemory::Map::const_iterator ProgramMemory::find(nonneg int exprid) const
255{
256 const auto& cvalues = utils::as_const(*mValues);
257 return cvalues.find(ExprIdToken::create(exprid));
258}
259
260ProgramMemory::Map::iterator ProgramMemory::find(nonneg int exprid)
261{

Callers 15

get_astFunction · 0.45
get_symdbFunction · 0.45
scan_packageFunction · 0.45
print_checkersFunction · 0.45
checknonnullFunction · 0.45
parseheaderFunction · 0.45
removecommentsMethod · 0.45
removelineMethod · 0.45
fmtFunction · 0.45
crashReportFunction · 0.45
timeoutReportFunction · 0.45
diffReportFromDictFunction · 0.45

Calls

no outgoing calls

Tested by 15

getcodeforcfgMethod · 0.36
define_if6Method · 0.36
redundant_configMethod · 0.36
dup_definesMethod · 0.36
showtime_file_totalMethod · 0.36
dumpFriendMethod · 0.36
dumpValueNegativeMethod · 0.36
varid_namespace_2Method · 0.36
getLineMethod · 0.36
testAstMethod · 0.36
dumpAlignasMethod · 0.36