Searched refs:testc (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | inline-asm-validate-tmpl.cpp | 21 template <int N> void testc(int value) in testc() function 25 int foo() { testc<2>(10); } in foo()
|
| H A D | generic-selection.c | 45 char testc(char); 48 _Generic(4, char:testc, default:test)(4); // ext-warning {{'_Generic' is a C11 extension}} in PR30201()
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | key-function-vtable.cpp | 13 struct testc { virtual void a(); }; struct 14 inline void testc::a() {} in a()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | combine-testps.ll | 5 ; testz(~X,Y) -> testc(X,Y) 42 ; testz(X,~Y) -> testc(Y,X) 79 ; testc(~X,Y) -> testz(X,Y)
|
| H A D | combine-testpd.ll | 5 ; testz(~X,Y) -> testc(X,Y) 42 ; testz(X,~Y) -> testc(Y,X) 79 ; testc(~X,Y) -> testz(X,Y)
|
| H A D | combine-ptest.ll | 6 ; testz(~X,Y) -> testc(X,Y) 39 ; testz(X,~Y) -> testc(Y,X) 72 ; testc(~X,Y) -> testz(X,Y) 186 ; testz(AND(~X,Y),AND(~X,Y)) -> testc(X,Y)
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-unsequenced.cpp | 703 void testc() { in testc() function
|
| H A D | constant-expression-cxx14.cpp | 1001 constexpr int testc = f(e3, 3); variable
|