Home
last modified time | relevance | path

Searched refs:test9 (Results 1 – 25 of 443) sorted by relevance

12345678910>>...18

/llvm-project/clang/test/CodeGen/PowerPC/
H A Dppc64-align-struct.c13 struct test9 { _Complex char x; }; struct
59 void test9 (int x, struct test9 y) in test9() function
149 struct test9 test9va (int x, ...) in test9va()
151 struct test9 y; in test9va()
154 y = va_arg (ap, struct test9); in test9va()
/llvm-project/clang/test/CodeGen/
H A Dconditional.c45 struct test9 { int a; }; argument
47 void test9(struct test9 *p) { in test9() function
H A Dinline.c135 extern inline void test9() { } in test9() function
136 void test9();
H A Dbuiltin-constant-p.c91 int test9(void) { in test9() function
94 return __builtin_constant_p(&test9); in test9()
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-unnamed.cpp88 void test9() volatile {} in test9() function
90 void test9() { in test9() function
92 a.test9(); in test9()
H A Dmicrosoft-abi-vtables-multiple-nonvirtual-inheritance-no-thunks.cpp253 namespace test9 { namespace
301 void build_vftable(test9::X *obj) { obj->z(); } in build_vftable()
/llvm-project/llvm/test/Transforms/InstCombine/
H A Dnew-delete-msvc.ll9 define void @test9() {
10 ; CHECK-LABEL: @test9(
/llvm-project/clang/test/SemaCXX/
H A Dwarn-pessmizing-move.cpp214 #define test9 \ macro
215 A test9() { \
221 test9
H A Dbuiltin-assume-aligned-tmpl.cpp4 int test9(int *a) { in test9() function
10 test9<42>(a); // expected-note {{in instantiation of function template specialization 'test9<42>' requested here}} in test9i()
H A Dlong-virtual-inheritance-chain.cpp12 class test9 : virtual test8 { virtual void f(); }; class
13 class test10 : virtual test9 { virtual void f(); };
/llvm-project/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s76 .macro test9 _a _b _c macro
87 test9 1, 2,3 label
/llvm-project/libcxxabi/test/
H A Dcatch_ptr_02.pass.cpp166 void test9 () in test9() function
210 test9(); in main()
/llvm-project/llvm/test/Transforms/DeadStoreElimination/
H A Datomic-todo.ll15 define i32 @test9() {
16 ; CHECK-LABEL: test9
/llvm-project/llvm/test/CodeGen/PowerPC/
H A Drounding-ops.ll78 define float @test9(float %x) nounwind {
82 ; CHECK-LABEL: test9:
84 ; CHECK-VSX-LABEL: test9:
H A Daix-vec_extract_p9.ll166 define zeroext i32 @test9(<4 x i32> %a) {
167 ; CHECK-64-LABEL: test9:
173 ; CHECK-32-LABEL: test9:
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Drmd160.cpp97 void test9() { in test9() function
119 test9(); in main()
H A Dsha1.cpp123 void test9() { in test9() function
155 test9(); in main()
H A Dsha2.cpp
/llvm-project/clang/test/Sema/
H A Dattr-deprecated.c73 foo_dep *test9(void) __attribute__((deprecated));
74 foo_dep *test9(void) { in test9() function
/llvm-project/clang/test/SemaObjCXX/
H A Dproperties.mm129 namespace test9 {
136 @property test9::CString name;
138 namespace test9 {
/llvm-project/llvm/test/CodeGen/X86/
H A Dvec_shift6.ll257 ; The shift from 'test9' gets shifted separately and blended if we don't have AVX2/AVX512f support.
259 define <8 x i64> @test9(<8 x i64> %a) {
260 ; SSE2-LABEL: test9:
274 ; SSE41-LABEL: test9:
288 ; AVX2-LABEL: test9:
295 ; AVX512-LABEL: test9:
H A Dinline-asm.ll70 define void @test9() {
71 call void asm sideeffect "${0:P}", "X"( ptr blockaddress(@test9, %bb) )
/llvm-project/llvm/test/CodeGen/RISCV/
H A Dbranch.ll31 ; RV32I-NEXT: # %bb.8: # %test9
90 br i1 %tst8, label %end, label %test9
92 test9:
/llvm-project/llvm/test/Transforms/InstSimplify/
H A Daddsub.ll59 define i1 @test9(i1 %a) {
60 ; CHECK-LABEL: @test9(
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/FreeBSD/
H A Dsha2.cpp

12345678910>>...18