Searched refs:testc (Results 1 – 12 of 12) sorted by relevance
/external/clang/test/Sema/ |
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()
|
/external/llvm-project/clang/test/Sema/ |
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()
|
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()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | key-function-vtable.cpp | 13 struct testc { virtual void a(); }; struct 14 inline void testc::a() {} in a()
|
/external/clang/test/CodeGenCXX/ |
D | key-function-vtable.cpp | 13 struct testc { virtual void a(); }; struct 14 inline void testc::a() {} in a()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
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)
|
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)
|
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)
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-unsequenced.cpp | 703 void testc() { in testc() function
|
D | constant-expression-cxx1y.cpp | 976 constexpr int testc = f(e3, 3); variable
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx1y.cpp | 937 constexpr int testc = f(e3, 3); variable
|
/external/libevent/ |
D | CMakeLists.txt | 1174 # add_dependencis(tests testa testb testc)
|