Home
last modified time | relevance | path

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

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