Home
last modified time | relevance | path

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

12

/external/libchrome/mojo/public/cpp/bindings/tests/
Dserialization_warning_unittest.cc98 Struct2Ptr test_struct(Struct2::New()); in TEST_F() local
99 EXPECT_FALSE(test_struct->hdl.is_valid()); in TEST_F()
101 TestWarning(std::move(test_struct), in TEST_F()
104 test_struct = Struct2::New(); in TEST_F()
106 test_struct->hdl = ScopedHandle::From(std::move(pipe.handle1)); in TEST_F()
108 TestWarning(std::move(test_struct), mojo::internal::VALIDATION_ERROR_NONE); in TEST_F()
112 Struct3Ptr test_struct(Struct3::New()); in TEST_F() local
113 EXPECT_TRUE(!test_struct->struct_1); in TEST_F()
115 TestWarning(std::move(test_struct), in TEST_F()
118 test_struct = Struct3::New(); in TEST_F()
[all …]
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dcalling-conv-2.ll3 %struct.test_struct = type { i32, i8, i64 }
6 define void @foo(%struct.test_struct* noalias nocapture sret(%struct.test_struct) %agg.result, i32 …
8 call void @bar(%struct.test_struct* sret(%struct.test_struct) %agg.result, i32 45) #0
12 declare void @bar(%struct.test_struct* sret(%struct.test_struct), i32) #0
/external/llvm/test/CodeGen/Hexagon/
Dcalling-conv-2.ll4 %struct.test_struct = type { i32, i8, i64 }
7 define void @foo(%struct.test_struct* noalias nocapture sret %agg.result, i32 %a) #0 {
9 call void @bar(%struct.test_struct* sret %agg.result, i32 45) #2
13 declare void @bar(%struct.test_struct* sret, i32) #1
/external/llvm-project/clang/test/CodeGenCXX/
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;
/external/clang/test/CodeGenCXX/
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;
/external/llvm-project/clang/test/CodeGenOpenCL/
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: struct.test_struct* nocapture {{.*}} byval(%struct.test_struct)
Daddress-spaces.cl96 // SPIR: define {{(dso_local )?}}void @test_struct()
97 void test_struct() {
/external/ltp/testcases/kernel/syscalls/symlinkat/
Dsymlinkat01.c53 struct test_struct;
57 static void mysymlinkat_test(struct test_struct *desc);
70 struct test_struct { struct
174 static void mysymlinkat_test(struct test_struct *desc) in mysymlinkat_test()
/external/ltp/testcases/kernel/syscalls/linkat/
Dlinkat01.c69 struct test_struct;
73 static void mylinkat_test(struct test_struct *desc);
90 struct test_struct { struct
239 static void mylinkat_test(struct test_struct *desc) in mylinkat_test()
Dlinkat02.c63 static struct test_struct { struct
84 static void linkat_verify(const struct test_struct *); argument
105 static void linkat_verify(const struct test_struct *desc) in linkat_verify()
/external/llvm-project/clang/test/FixIt/
Dfixit.c60 struct test_struct { struct
62test_struct *struct_ptr; // expected-error {{must use 'struct' tag to refer to type 'test_struct'}} argument
/external/clang/test/FixIt/
Dfixit.c61 struct test_struct { struct
63test_struct *struct_ptr; // expected-error {{must use 'struct' tag to refer to type 'test_struct'}} argument
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D2-1.c51 struct test_struct { struct
69 struct test_struct mystruct = { 1, 2, 3, (void *)4 }; in main() argument
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dfast-isel-gep.ll5 define double* @test_struct(%struct.foo* %f) {
6 ; CHECK-LABEL: test_struct
/external/mesa3d/src/intel/common/tests/
Dgenxml_test.c51 test_struct(struct gen_spec *spec) { in test_struct() function
137 test_struct(spec); in main()
/external/llvm/test/CodeGen/AArch64/
Dfast-isel-gep.ll5 define double* @test_struct(%struct.foo* %f) {
6 ; CHECK-LABEL: test_struct
/external/rust/crates/syn/tests/
Dtest_token_trees.rs9 fn test_struct() { in test_struct() function
/external/python/cpython2/Lib/ctypes/test/
Dtest_delattr.py16 def test_struct(self): member in TestCase
/external/python/cpython3/Lib/ctypes/test/
Dtest_delattr.py16 def test_struct(self): member in TestCase
Dtest_bytes.py38 def test_struct(self): member in BytesTest
/external/llvm-project/lldb/test/API/lang/c/record_decl_in_expr/
DTestRecordDeclInExpr.py19 def test_struct(self): member in TestCase
/external/clang/test/CodeGen/
Dwasm-varargs.c73 struct S test_struct(char *fmt, ...) { in test_struct() function
/external/llvm-project/clang/test/CodeGen/WebAssembly/
Dwasm-varargs.c73 struct S test_struct(char *fmt, ...) { in test_struct() function
/external/bcc/tests/python/
Dtest_histogram.py36 def test_struct(self): member in TestHistogram
/external/fmtlib/test/
Dcore-test.cc42 struct test_struct {}; struct
45 template <typename Char> struct formatter<test_struct, Char> {
51 auto format(test_struct, format_context& ctx) -> decltype(ctx.out()) { in format()
234 auto t = test_struct(); in TEST()
386 test_struct test; in TEST()

12