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

Method platformUnix64

test/testcmdlineparser.cpp:1858–1864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1856 }
1857
1858 void platformUnix64() {
1859 REDIRECT;
1860 const char * const argv[] = {"cppcheck", "--platform=unix64", "file.cpp"};
1861 ASSERT(settings->platform.set(Platform::Type::Unspecified));
1862 ASSERT_EQUALS_ENUM(CmdLineParser::Result::Success, parseFromArgs(argv));
1863 ASSERT_EQUALS(Platform::Type::Unix64, settings->platform.type);
1864 }
1865
1866 void platformUnix64Unsigned() {
1867 REDIRECT;

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected