Home
last modified time | relevance | path

Searched refs:DoStuff (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
Dwarn-infinite-recursion.cpp118 int DoStuff() { in DoStuff() function
124 DoStuff<First, (First + Last)/2>(); in DoStuff()
125 DoStuff<(First + Last)/2, Last>(); in DoStuff()
129 int stuff = DoStuff<0, 1>();
/external/sfntly/cpp/src/test/
Dlock_test.cc168 static void DoStuff(Lock* lock, int* value) { in DoStuff() function in sfntly::MutexLockTestThread
179 DoStuff(lock_, value_); in ThreadMain()
198 MutexLockTestThread::DoStuff(&lock, &value); in MutexTwoThreads()
221 MutexLockTestThread::DoStuff(&lock, &value); in MutexFourThreads()