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

Function main

Test/TestMain.cpp:10–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8#endif
9
10int main(int, char**)
11{
12 cast_verify::CastVerify();
13 mult_verify::MultVerify();
14 div_verify::DivVerify();
15 sub_verify::SubVerify();
16 add_verify::AddVerify();
17 mod_verify::ModVerify();
18 incdec_verify::IncDecVerify();
19 negation_verify::NegationVerify();
20 return 0;
21}

Callers

nothing calls this directly

Calls 8

CastVerifyFunction · 0.85
NegationVerifyFunction · 0.85
MultVerifyFunction · 0.70
DivVerifyFunction · 0.70
SubVerifyFunction · 0.70
AddVerifyFunction · 0.70
ModVerifyFunction · 0.70
IncDecVerifyFunction · 0.70

Tested by

no test coverage detected