HomeSort by relevance Sort by last modified time
    Searched refs:function00 (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 4 inline char function00(char x) { return x + x; } function
5 inline short function00(short x) { return x + x; } function
6 inline int function00(int x) { return x + x; } function
  /external/clang/test/Modules/
stress1.cpp 131 int f() { return N01::S00('a').method00('b') + (int)N00::S00(42) + function00(42) + g(); }

Completed in 94 milliseconds