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

Method end

lib/vf_analyzers.cpp:1141–1143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1139 return x;
1140 }
1141 T* end() const {
1142 return x+1;
1143 }
1144 };
1145
1146 template<class T>

Callers 7

vf_analyzers.cppFile · 0.45
isSameSymbolicValueFunction · 0.45
isAliasOfFunction · 0.45
endMethod · 0.45
getValueMethod · 0.45
isWritableMethod · 0.45
writeValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected