MCPcopy Create free account
hub / github.com/dcleblanc/SafeInt / TestCompile

Function TestCompile

Archive/releases/3/TestCompile.cpp:344–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344void TestCompile()
345{
346 TestCompileT<char>();
347 TestCompileT<unsigned char>();
348 TestCompileT<signed char>();
349 TestCompileT<short>();
350 TestCompileT<unsigned short>();
351 TestCompileT<int>();
352 TestCompileT<unsigned int>();
353 TestCompileT<long>();
354 TestCompileT<unsigned long>();
355 TestCompileT<long long>();
356 TestCompileT<unsigned long long>();
357 TestCompileT<size_t>();
358 TestCompileT<ptrdiff_t>();
359 TestCompileT<uintptr_t>();
360 TestCompileT<intptr_t>();
361}
362
363int main(int /*argc*/, char* /*argv[]*/)
364{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected