Home
last modified time | relevance | path

Searched defs:test_struct (Results 1 – 11 of 11) sorted by relevance

/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/clang/test/Sema/
H A Dmatrix-cast.c9 typedef struct test_struct { struct
10 } test_struct; typedef
H A Doverloadable.c38 void test_struct(struct X x, struct Y y) { 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/SemaCXX/
H A Dmatrix-casts.cpp11 typedef struct test_struct { struct
12 } test_struct; typedef
/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/C/C23/
H A Dn2900_n3011_2.c13 void test_struct() { in test_struct() function
/llvm-project/clang/test/CodeGenCXX/
H A Dx86_64-arguments-nacl-x32.cpp4 struct test_struct {}; struct
/llvm-project/clang/test/CodeGen/
H A Darm-abi-vector.c285 double test_struct(StructWithVec* d) { in test_struct() function
H A Darm-aapcs-vfp.c31 struct homogeneous_struct test_struct(struct homogeneous_struct arg) { in test_struct() function
/llvm-project/clang/test/Analysis/
H A Dgmalloc.c175 } test_struct; in f8() typedef