Searched defs:Func1 (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Posix/
H A Dstack-use-after-return.cc39 char *Func1() { function
61 Func2(Func1());
76 Func2(Func1());
/external/clang/test/Sema/
H A Dattr-capabilities.c28 void Func1(void) __attribute__((requires_capability(GUI))) {} function
/external/webrtc/webrtc/base/
H A Dthread_unittest.cc279 static int Func1() { return 999; } function in struct:LocalFuncs
282 EXPECT_EQ(999, thread.Invoke<int>(&LocalFuncs::Func1));
/external/clang/test/SemaCXX/
H A Doverloaded-operator.cpp197 typedef INTREF Func1(FLOAT, double); typedef
201 operator Func1*(); // expected-note 2{{conversion candidate of type 'INTREF (*)(FLOAT, double)'}}
/external/valgrind/drd/tests/
H A Dtsan_unittest.cpp7116 void Func1() { RaceyWrite(); } function in namespace:test312
7117 void Func2() { Func1(); }

Completed in 371 milliseconds