/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | serialization_warning_unittest.cc | 98 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/ |
D | calling-conv-2.ll | 3 %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/ |
D | calling-conv-2.ll | 4 %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/ |
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;
|
/external/clang/test/CodeGenCXX/ |
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;
|
/external/llvm-project/clang/test/CodeGenOpenCL/ |
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: struct.test_struct* nocapture {{.*}} byval(%struct.test_struct)
|
D | address-spaces.cl | 96 // SPIR: define {{(dso_local )?}}void @test_struct() 97 void test_struct() {
|
/external/ltp/testcases/kernel/syscalls/symlinkat/ |
D | symlinkat01.c | 53 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/ |
D | linkat01.c | 69 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()
|
D | linkat02.c | 63 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/ |
D | fixit.c | 60 struct test_struct { struct 62 …test_struct *struct_ptr; // expected-error {{must use 'struct' tag to refer to type 'test_struct'}} argument
|
/external/clang/test/FixIt/ |
D | fixit.c | 61 struct test_struct { struct 63 …test_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/ |
D | 2-1.c | 51 struct test_struct { struct 69 struct test_struct mystruct = { 1, 2, 3, (void *)4 }; in main() argument
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | fast-isel-gep.ll | 5 define double* @test_struct(%struct.foo* %f) { 6 ; CHECK-LABEL: test_struct
|
/external/mesa3d/src/intel/common/tests/ |
D | genxml_test.c | 51 test_struct(struct gen_spec *spec) { in test_struct() function 137 test_struct(spec); in main()
|
/external/llvm/test/CodeGen/AArch64/ |
D | fast-isel-gep.ll | 5 define double* @test_struct(%struct.foo* %f) { 6 ; CHECK-LABEL: test_struct
|
/external/rust/crates/syn/tests/ |
D | test_token_trees.rs | 9 fn test_struct() { in test_struct() function
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_delattr.py | 16 def test_struct(self): member in TestCase
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_delattr.py | 16 def test_struct(self): member in TestCase
|
D | test_bytes.py | 38 def test_struct(self): member in BytesTest
|
/external/llvm-project/lldb/test/API/lang/c/record_decl_in_expr/ |
D | TestRecordDeclInExpr.py | 19 def test_struct(self): member in TestCase
|
/external/clang/test/CodeGen/ |
D | wasm-varargs.c | 73 struct S test_struct(char *fmt, ...) { in test_struct() function
|
/external/llvm-project/clang/test/CodeGen/WebAssembly/ |
D | wasm-varargs.c | 73 struct S test_struct(char *fmt, ...) { in test_struct() function
|
/external/bcc/tests/python/ |
D | test_histogram.py | 36 def test_struct(self): member in TestHistogram
|
/external/fmtlib/test/ |
D | core-test.cc | 42 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()
|