Home
last modified time | relevance | path

Searched refs:run2 (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-float-conversion.cpp139 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 Dwarn-infinite-recursion.cpp160 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 Dconversion.cpp238 #define run2() (dostuff() ? NULL : NULL) macro
243 assert11(run2()); in test()
H A Dcxx1y-generic-lambdas.cpp127 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 Dcxx1y-generic-lambdas-capturing.cpp871 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 Dpragma-loop.cpp38 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 Dlambda-expressions-inside-auto-functions.cpp58 int run2 = A<double>{}.func()(3.14);