MCPcopy Create free account
hub / github.com/Tencent/TscanCode / nothrowThrows

Method nothrowThrows

trunk/lib/checkexceptionsafety.cpp:238–271  ·  view source on GitHub ↗

-------------------------------------------------------------------------- void func() noexcept { throw x; } void func() throw() { throw x; } void func() __attribute__((nothrow)); void func() { throw x; } --------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

runSimplifiedChecksFunction · 0.80

Calls 4

functionThrowsFunction · 0.85
noexceptThrowErrorFunction · 0.85
sizeMethod · 0.80
strMethod · 0.45

Tested by

no test coverage detected