Home
last modified time | relevance | path

Searched defs:run2 (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/PCH/
H A Dpragma-loop.cpp41 inline void run2(int *List, int Length) { in run2() function in pragma_test
/llvm-project/clang/test/SemaCXX/
H A Dwarn-float-conversion.cpp139 T run2(T t) { in run2() function
H A Dwarn-infinite-recursion.cpp160 static int run2() { // expected-warning{{call itself}} in run2() function
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
944 int run2 = x2.fooG3(); variable
H A Dconversion.cpp237 #define run2() (dostuff() ? NULL : NULL) macro
H A Dcxx1y-generic-lambdas-capturing.cpp871 int run2 = test(); variable