Searched refs:run2 (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-float-conversion.cpp | 139 T run2(T t) { in run2() function 148 float a = run1(a) + run2(a); in test() 149 …char b = run1(b) + run2(b); // expected-note {{in instantiation of function template specializati… in test()
|
| H A D | warn-infinite-recursion.cpp | 160 static int run2() { // expected-warning{{call itself}} in run2() function 161 return run2(); in run2() 169 Wrapper<x>::run2(); // expected-note{{instantiation}} in test_wrapper()
|
| H A D | conversion.cpp | 238 #define run2() (dostuff() ? NULL : NULL) macro 243 assert11(run2()); in test()
|
| 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 933 int run2 = x2.fooG3(); variable
|
| H A D | cxx1y-generic-lambdas-capturing.cpp | 871 int run2 = test(); variable 1092 int run2 = X{}.g(0); // expected-note{{in instantiation of}} 1126 int run2 = X{}.g(0); // OK.
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | pragma-loop.cpp | 38 inline void run2(int *List, int Length) { in run2() function in pragma_test 106 pt.run2(List, 100); in test()
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | lambda-expressions-inside-auto-functions.cpp | 58 int run2 = A<double>{}.func()(3.14);
|