Searched defs:run2 (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/test/PCH/ |
H A D | pragma-loop.cpp | 41 inline void run2(int *List, int Length) { in run2() function in pragma_test
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-float-conversion.cpp | 139 T run2(T t) { in run2() function
|
H A D | warn-infinite-recursion.cpp | 160 static int run2() { // expected-warning{{call itself}} in run2() function
|
H A D | cxx1y-generic-lambdas.cpp | 127 int run2 = test(); variable 540 int run2 = fooV(3.14, " ", '4', 5) + fooV("BC", 3, 2.77, 'A', float{}, short{}, unsigned{}); variable 611 int run2 = fooV(3.14, " ", '4', 5) + fooV("BC", 3, 2.77, 'A', float{}, short{}, unsigned{}); variable 663 int run2 = fooV(3.14, " ", '4', 5) + fooV("BC", 3, 2.77, 'A', float{}, short{}, unsigned{}); variable 944 int run2 = x2.fooG3(); variable
|
H A D | conversion.cpp | 237 #define run2() (dostuff() ? NULL : NULL) macro
|
H A D | cxx1y-generic-lambdas-capturing.cpp | 871 int run2 = test(); variable
|