Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/tests/
Dserialization_warning_unittest.cc94 Struct2Ptr test_struct(Struct2::New()); in TEST_F() local
95 EXPECT_FALSE(test_struct->hdl.is_valid()); in TEST_F()
97 TestWarning(std::move(test_struct), in TEST_F()
100 test_struct = Struct2::New(); in TEST_F()
102 test_struct->hdl = ScopedHandle::From(std::move(pipe.handle1)); in TEST_F()
104 TestWarning(std::move(test_struct), mojo::internal::VALIDATION_ERROR_NONE); in TEST_F()
108 Struct3Ptr test_struct(Struct3::New()); in TEST_F() local
109 EXPECT_TRUE(!test_struct->struct_1); in TEST_F()
111 TestWarning(std::move(test_struct), in TEST_F()
114 test_struct = Struct3::New(); in TEST_F()
[all …]
/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/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/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/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.c59 struct test_struct { struct
77 struct test_struct mystruct = { 1, 2, 3, (void *)4 }; in main() argument
/external/llvm/test/CodeGen/AArch64/
Dfast-isel-gep.ll5 define double* @test_struct(%struct.foo* %f) {
6 ; CHECK-LABEL: test_struct
/external/python/cpython2/Lib/ctypes/test/
Dtest_delattr.py16 def test_struct(self): member in TestCase
Dtest_pickling.py34 def test_struct(self): member in PickleTest
/external/clang/test/CodeGen/
Dwasm-varargs.c73 struct S test_struct(char *fmt, ...) { in test_struct() function
Darm-aapcs-vfp.c34 struct homogeneous_struct test_struct(struct homogeneous_struct arg) { in test_struct() function
Darm-abi-vector.c321 double test_struct(StructWithVec* d) { in test_struct() function
/external/clang/test/Sema/
Doverloadable.c34 void test_struct(struct X x, struct Y y) { in test_struct() function
/external/llvm/test/CodeGen/Generic/
Doverloaded-intrinsic-name.ll45 define %struct.test* @test_struct(%struct.test* %v) gc "statepoint-example" {
/external/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_new_test.c379 static struct test_struct { struct
/external/python/cpython2/Misc/
DHISTORY2004 - Fix test_float, test_long, and test_struct failures on Tru64 with gcc