Home
last modified time | relevance | path

Searched refs:testc (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dinline-asm-validate-tmpl.cpp21 template <int N> void testc(int value) in testc() function
25 int foo() { testc<2>(10); } in foo()
H A Dgeneric-selection.c45 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 Dkey-function-vtable.cpp13 struct testc { virtual void a(); }; struct
14 inline void testc::a() {} in a()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcombine-testps.ll5 ; testz(~X,Y) -> testc(X,Y)
42 ; testz(X,~Y) -> testc(Y,X)
79 ; testc(~X,Y) -> testz(X,Y)
H A Dcombine-testpd.ll5 ; testz(~X,Y) -> testc(X,Y)
42 ; testz(X,~Y) -> testc(Y,X)
79 ; testc(~X,Y) -> testz(X,Y)
H A Dcombine-ptest.ll6 ; 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 Dwarn-unsequenced.cpp703 void testc() { in testc() function
H A Dconstant-expression-cxx14.cpp1001 constexpr int testc = f(e3, 3); variable