MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / f

Function f

tests/p1938.cpp:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// cmdline:-std=c++2b
2
3consteval int f(int i) { return i; }
4
5constexpr int g(int i) {
6 if consteval {

Callers 12

testFunction · 0.70
gFunction · 0.70
FunFunction · 0.70
hFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70
testFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by 2

testFunction · 0.56
mainFunction · 0.56