MCPcopy Create free account
hub / github.com/dcleblanc/SafeInt / int64_t Int64Int

Method int64_t Int64Int

Test/ConstExpr_Intrinsics.cpp:145–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145_CONSTEXPR14_MULTIPLY std::int64_t Int64Int()
146{
147 const std::int64_t t1 = 2;
148 const std::int32_t u1 = 3;
149 std::int64_t r1 = 0;
150 if (!MultiplicationHelper< std::int64_t, std::int32_t, MultiplicationState_Int64Int>::Multiply(t1, u1, r1))
151 return 0;
152
153 return r1;
154}
155
156_CONSTEXPR14 std::int32_t IntUint64()
157{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected