Searched refs:SomeFunction (Results 1 – 13 of 13) sorted by relevance
3 bool *SomeFunction();16 bool *b = SomeFunction(); in foo()43 if (SomeFunction()) { in foo()47 bool *c = SomeFunction(); in foo()75 } d = { SomeFunction() }; in foo()
5 int SomeFunction();27 #define N F(b, SomeFunction()) in foo()
7 void SomeFunction();11 using SomeNamespace::SomeFunction;
10 void SomeFunction() { in SomeFunction() function
37 void SomeFunction() {38 ruy::profiler::ScopeLabel function_label("SomeFunction");60 void SomeFunction(int size) {61 ruy::profiler::ScopeLabel function_label("SomeFunction (size=%d)", size);
63 (gdb) break SomeFunction()
151 void SomeFunction() { in SomeFunction() function
173 void SomeFunction() { in SomeFunction() function
90 private static final Function<Number, String> SOME_FUNCTION = new SomeFunction();92 private static class SomeFunction implements Function<Number, String>, Serializable { class in ListsTest
190 bool SomeFunction();
21 SomeFunction();