Home
last modified time | relevance | path

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

12345678910>>...17

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dconditional.c45 struct test9 { int a; }; argument
47 void test9(struct test9 *p) { in test9() function
H A Dinline.c136 extern inline void test9() { } in test9() function
137 void test9();
H A Dbuiltin-constant-p.c91 int test9(void) { in test9() function
94 return __builtin_constant_p(&test9); in test9()
/llvm-project-15.0.7/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-15.0.7/llvm/test/Transforms/InstCombine/
H A Dnew-delete-msvc.ll9 define void @test9() {
10 ; CHECK-LABEL: @test9(
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s76 .macro test9 _a _b _c macro
87 test9 1, 2,3 label
/llvm-project-15.0.7/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
10test9<42>(a); // expected-note {{in instantiation of function template specialization 'test9<42>' … 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-15.0.7/libcxxabi/test/
H A Dcatch_ptr_02.pass.cpp168 void test9 () in test9() function
212 test9(); in main()
/llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/
H A Datomic-todo.ll15 define i32 @test9() {
16 ; CHECK-LABEL: test9
/llvm-project-15.0.7/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.ll160 define zeroext i32 @test9(<4 x i32> %a) {
161 ; CHECK-64-LABEL: test9:
167 ; CHECK-32-LABEL: test9:
/llvm-project-15.0.7/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.cpp137 void test9() { in test9() function
159 test9(); in main()
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-deprecated.c74 foo_dep *test9(void) __attribute__((deprecated));
75 foo_dep *test9(void) { in test9() function
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dproperties.mm133 namespace test9 {
140 @property test9::CString name;
142 namespace test9 {
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/
H A Daddsub.ll59 define i1 @test9(i1 %a) {
60 ; CHECK-LABEL: @test9(
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dvec_shift6.ll244 ; The shift from 'test9' gets shifted separately and blended if we don't have AVX2/AVX512f support.
246 define <8 x i64> @test9(<8 x i64> %a) {
247 ; SSE2-LABEL: test9:
261 ; SSE41-LABEL: test9:
275 ; AVX2-LABEL: test9:
282 ; 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-15.0.7/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-15.0.7/clang/test/Parser/
H A Dstatements.c66 int test9(void) {
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/FreeBSD/
H A Dsha2.cpp144 void test9() { in test9() function
167 test9(); in main()

12345678910>>...17