MCPcopy Create free account
hub / github.com/KDAB/codebrowser / function

Function function

tests/test.cc:154–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154int function() {
155 struct {
156 int m = 5;
157 int operator +(
158 int i) {
159 return i+m;
160 }
161 }foo;
162
163 return foo
164 + //FIXME
165 foo.m;
166}
167
168extern __typeof (function) function_alias1 __attribute__ ((weak, alias ("function")));
169extern __typeof (function) function_alias2 __attribute__ ((alias ("function")));

Callers 3

mMethod · 0.85
toStringFunction · 0.85
hasOwnPropertyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected