HomeSort by relevance Sort by last modified time
    Searched refs:method00 (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Modules/Inputs/stress1/
merge00.h 22 inline int g() { return N00::S00('a').method00('b') + (int)S00(42) + function00(42); }
common.h 20 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
  /external/clang/test/Modules/
stress1.cpp 131 int f() { return N01::S00('a').method00('b') + (int)N00::S00(42) + function00(42) + g(); }

Completed in 45 milliseconds