| /llvm-project/clang/test/Sema/ |
| H A D | matrix-cast.c | 9 typedef struct test_struct { struct 10 } test_struct; typedef 20 test_struct *s; 38 __attribute__((matrix_type(4, 4)))') and incompatible type 'test_struct *' (aka 'struct test_struct… 40 __attribute__((matrix_type(4, 4)))') and incompatible type 'test_struct *' (aka 'struct test_struct…
|
| H A D | overloadable.c | 38 void test_struct(struct X x, struct Y y) { in test_struct() function
|
| /llvm-project/clang/test/SemaCXX/ |
| H A D | matrix-casts.cpp | 11 typedef struct test_struct { struct 12 } test_struct; typedef 23 test_struct *s; 37 …matrix_4_4<char>' (aka 'char __attribute__((matrix_type(4, 4)))') to pointer type 'test_struct *'}} 38 …(matrix_5_5<float>)s; // expected-error {{C-style cast from 'test_struct *' to 'matrix_5_5<float>'… 61 …matrix_4_4<char>' (aka 'char __attribute__((matrix_type(4, 4)))') to pointer type 'test_struct *'}} 62 …static_cast<matrix_5_5<float>>(s); // expected-error {{static_cast from 'test_struct *' to 'matrix…
|
| /llvm-project/llvm/test/CodeGen/Hexagon/ |
| H A D | calling-conv-2.ll | 3 %struct.test_struct = type { i32, i8, i64 } 6 define void @foo(ptr noalias nocapture sret(%struct.test_struct) %agg.result, i32 %a) #0 { 8 call void @bar(ptr sret(%struct.test_struct) %agg.result, i32 45) #0 12 declare void @bar(ptr sret(%struct.test_struct), i32) #0
|
| /llvm-project/clang/test/CodeGenCXX/ |
| H A D | x86_64-arguments-nacl-x32.cpp | 4 struct test_struct {}; struct 5 typedef int test_struct::* test_struct_mdp; 6 typedef int (test_struct::*test_struct_mfp)(); 47 typedef struct { int* a; test_struct x; double *b; } struct_with_empty;
|
| /llvm-project/clang/test/Analysis/ |
| H A D | gmalloc.c | 175 } test_struct; in f8() typedef 177 test_struct *s1 = (test_struct *)g_malloc0(sizeof(test_struct)); in f8() 178 test_struct *s2 = (test_struct *)g_memdup(s1, sizeof(test_struct)); in f8()
|
| /llvm-project/clang/test/CodeGenOpenCL/ |
| H A D | kernels-have-spir-cc-by-default.cl | 16 typedef struct test_struct { 25 } test_struct; 44 kernel void test_kernel(test_struct input, global int* output) { 47 // CHECK: ptr {{.*}} byval(%struct.test_struct) align 8 captures(none)
|
| H A D | address-spaces.cl | 101 // SPIR: define {{(dso_local )?}}void @{{.*}}test_struct{{.*}}() 102 void test_struct() {
|
| /llvm-project/clang/test/FixIt/ |
| H A D | fixit.c | 58 struct test_struct { struct 60 …test_struct *struct_ptr; // expected-error {{must use 'struct' tag to refer to type 'test_struct'}} argument
|
| /llvm-project/llvm/test/CodeGen/AArch64/ |
| H A D | fast-isel-gep.ll | 6 define ptr @test_struct(ptr %f) { 7 ; CHECK-LABEL: test_struct:
|
| /llvm-project/clang/test/C/C23/ |
| H A D | n2900_n3011_2.c | 13 void test_struct() { in test_struct() function
|
| /llvm-project/lldb/test/API/lang/c/record_decl_in_expr/ |
| H A D | TestRecordDeclInExpr.py | 17 def test_struct(self): member in TestCase
|
| /llvm-project/clang/test/CodeGen/WebAssembly/ |
| H A D | wasm-varargs.c | 85 struct S test_struct(char *fmt, ...) { in test_struct() function
|
| /llvm-project/clang/test/CodeGen/ |
| H A D | arm-aapcs-vfp.c | 31 struct homogeneous_struct test_struct(struct homogeneous_struct arg) { in test_struct() function
|
| H A D | arm-abi-vector.c | 285 double test_struct(StructWithVec* d) { in test_struct() function
|
| /llvm-project/llvm/test/Bitcode/ |
| H A D | constexpr-to-instr.ll | 82 define { i64, i64, i64 } @test_struct() { 83 ; CHECK-LABEL: define { i64, i64, i64 } @test_struct() {
|
| /llvm-project/llvm/test/Transforms/SCCP/ |
| H A D | ip-constant-ranges.ll | 187 define double @test_struct({ double, double } %test) { 188 ; CHECK-LABEL: define {{[^@]+}}@test_struct
|
| /llvm-project/llvm/test/CodeGen/Generic/ |
| H A D | overloaded-intrinsic-name.ll | 45 define ptr addrspace(1) @test_struct(ptr addrspace(1) %v) gc "statepoint-example" {
|
| /llvm-project/llvm/test/CodeGen/AMDGPU/ |
| H A D | hsa-metadata-from-llvm-ir-full.ll | 549 ; CHECK: .name: test_struct 550 ; CHECK: .symbol: test_struct.kd 551 define amdgpu_kernel void @test_struct(%struct.A %a) #0
|