Home
last modified time | relevance | path

Searched refs:method00 (Results 1 – 3 of 3) 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
Dmerge00.h22 inline int g() { return N00::S00('a').method00('b') + (int)S00(42) + function00(42); } in g()
/external/clang/test/Modules/
Dstress1.cpp131 int f() { return N01::S00('a').method00('b') + (int)N00::S00(42) + function00(42) + g(); } in f()