Searched defs:DoIt (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/test/profile/Inputs/
H A Dinstrprof-comdat.h9 T DoIt(T ti);
15 template <class T> T FOO<T>::DoIt(T ti) { // HEADER: 2| [[@LINE]]|template function in class:FOO
/external/llvm/test/tools/llvm-cov/Inputs/
H A Dinstrprof-comdat.h5 T DoIt(T ti);
11 template <class T> T FOO<T>::DoIt(T ti) { // HEADER: 2| [[@LINE]]|template function in class:FOO
22 // compile a program with two calls to Foo<int>::DoIt(10) for each desired

Completed in 181 milliseconds