Home
last modified time | relevance | path

Searched refs:test_struct (Results 1 – 19 of 19) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dmatrix-cast.c9 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 Doverloadable.c38 void test_struct(struct X x, struct Y y) { in test_struct() function
/llvm-project/clang/test/SemaCXX/
H A Dmatrix-casts.cpp11 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 Dcalling-conv-2.ll3 %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 Dx86_64-arguments-nacl-x32.cpp4 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 Dgmalloc.c175 } 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 Dkernels-have-spir-cc-by-default.cl16 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 Daddress-spaces.cl101 // SPIR: define {{(dso_local )?}}void @{{.*}}test_struct{{.*}}()
102 void test_struct() {
/llvm-project/clang/test/FixIt/
H A Dfixit.c58 struct test_struct { struct
60test_struct *struct_ptr; // expected-error {{must use 'struct' tag to refer to type 'test_struct'}} argument
/llvm-project/llvm/test/CodeGen/AArch64/
H A Dfast-isel-gep.ll6 define ptr @test_struct(ptr %f) {
7 ; CHECK-LABEL: test_struct:
/llvm-project/clang/test/C/C23/
H A Dn2900_n3011_2.c13 void test_struct() { in test_struct() function
/llvm-project/lldb/test/API/lang/c/record_decl_in_expr/
H A DTestRecordDeclInExpr.py17 def test_struct(self): member in TestCase
/llvm-project/clang/test/CodeGen/WebAssembly/
H A Dwasm-varargs.c85 struct S test_struct(char *fmt, ...) { in test_struct() function
/llvm-project/clang/test/CodeGen/
H A Darm-aapcs-vfp.c31 struct homogeneous_struct test_struct(struct homogeneous_struct arg) { in test_struct() function
H A Darm-abi-vector.c285 double test_struct(StructWithVec* d) { in test_struct() function
/llvm-project/llvm/test/Bitcode/
H A Dconstexpr-to-instr.ll82 define { i64, i64, i64 } @test_struct() {
83 ; CHECK-LABEL: define { i64, i64, i64 } @test_struct() {
/llvm-project/llvm/test/Transforms/SCCP/
H A Dip-constant-ranges.ll187 define double @test_struct({ double, double } %test) {
188 ; CHECK-LABEL: define {{[^@]+}}@test_struct
/llvm-project/llvm/test/CodeGen/Generic/
H A Doverloaded-intrinsic-name.ll45 define ptr addrspace(1) @test_struct(ptr addrspace(1) %v) gc "statepoint-example" {
/llvm-project/llvm/test/CodeGen/AMDGPU/
H A Dhsa-metadata-from-llvm-ir-full.ll549 ; CHECK: .name: test_struct
550 ; CHECK: .symbol: test_struct.kd
551 define amdgpu_kernel void @test_struct(%struct.A %a) #0