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

Method podtype

lib/library.cpp:2082–2086  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2080}
2081
2082const Library::PodType *Library::podtype(const std::string &name) const
2083{
2084 const auto it = utils::as_const(mData->mPodTypes).find(name);
2085 return (it != mData->mPodTypes.end()) ? &(it->second) : nullptr;
2086}
2087
2088const Library::PlatformType *Library::platform_type(const std::string &name, const std::string & platform) const
2089{

Callers 10

isLibraryTypeMethod · 0.45
evaluateMethod · 0.45
fromLibraryTypeMethod · 0.45
sizeOfTypeMethod · 0.45
isLibraryTypeFunction · 0.45
setPodTypesMethod · 0.45
isInitializedMethod · 0.45
checkMemsetTypeMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected