Searched defs:method00 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/Modules/Inputs/stress1/
H A Dcommon.h20 char method00(char x) { return x + x; } function in struct:N00::S00
21 short method00(short x) { return x + x; } function in struct:N00::S00
22 int method00(int x) { return x + x; } function in struct:N00::S00

Completed in 54 milliseconds