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

Function isContainerYieldPointer

lib/symboldatabase.cpp:6928–6931  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6926}
6927
6928static bool isContainerYieldPointer(Library::Container::Yield yield)
6929{
6930 return yield == Library::Container::Yield::BUFFER || yield == Library::Container::Yield::BUFFER_NT;
6931}
6932
6933void SymbolDatabase::setValueType(Token* tok, const ValueType& valuetype, const SourceLocation &loc)
6934{

Callers 1

setValueTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected