/external/llvm/test/CodeGen/Hexagon/ |
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/libmojo/mojo/public/cpp/bindings/tests/ |
serialization_warning_unittest.cc | 94 Struct2Ptr test_struct(Struct2::New()); 95 EXPECT_FALSE(test_struct->hdl.is_valid()); 97 TestWarning(std::move(test_struct), 100 test_struct = Struct2::New(); 102 test_struct->hdl = ScopedHandle::From(std::move(pipe.handle1)); 104 TestWarning(std::move(test_struct), mojo::internal::VALIDATION_ERROR_NONE); 108 Struct3Ptr test_struct(Struct3::New()); 109 EXPECT_TRUE(!test_struct->struct_1); 111 TestWarning(std::move(test_struct), 114 test_struct = Struct3::New() [all...] |
/external/python/cpython2/Lib/ctypes/test/ |
test_delattr.py | 16 def test_struct(self): member in class:TestCase
|
test_pickling.py | 34 def test_struct(self): member in class:PickleTest
|
/external/python/cpython3/Lib/ctypes/test/ |
test_delattr.py | 16 def test_struct(self): member in class:TestCase
|
test_bytes.py | 37 def test_struct(self): member in class:BytesTest
|
test_pickling.py | 34 def test_struct(self): member in class:PickleTest
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/ |
test_delattr.py | 16 def test_struct(self): member in class:TestCase
|
/prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/ |
test_delattr.py | 16 def test_struct(self): member in class:TestCase
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_delattr.py | 16 def test_struct(self): member in class:TestCase
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_delattr.py | 16 def test_struct(self): member in class:TestCase
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
pass-struct.c | 8 // DEBUGGER: break test_struct 21 int test_struct(struct int_struct s) function 35 int result = test_struct(s);
|
/external/jemalloc/test/unit/ |
atomic.c | 3 #define TEST_STRUCT(p, t) \ 68 TEST_STRUCT(uint64, uint64_t) 80 TEST_STRUCT(uint32, uint32_t) 88 TEST_STRUCT(p, void *) 96 TEST_STRUCT(z, size_t) 104 TEST_STRUCT(u, unsigned)
|
/external/clang/test/CodeGenCXX/ |
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/FixIt/ |
fixit.c | 61 struct test_struct { struct 62 // CHECK: struct test_struct *struct_ptr; 63 test_struct *struct_ptr; // expected-error {{must use 'struct' tag to refer to type 'test_struct'}}
|
/external/llvm/test/CodeGen/AArch64/ |
fast-isel-gep.ll | 5 define double* @test_struct(%struct.foo* %f) { 6 ; CHECK-LABEL: test_struct
|
/external/ltp/testcases/kernel/syscalls/symlinkat/ |
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)
|
/external/strace/tests/ |
xutimes.c | 38 #ifndef TEST_STRUCT 39 # error TEST_STRUCT must be defined 48 print_tv(const TEST_STRUCT *const tv) 75 TEST_STRUCT *const tv = tail_alloc(sizeof(*tv) * 2);
|
osf_utimes.c | 37 # define TEST_STRUCT struct timeval32
|
utimes.c | 37 # define TEST_STRUCT struct timeval
|
/external/strace/tests-m32/ |
xutimes.c | 38 #ifndef TEST_STRUCT 39 # error TEST_STRUCT must be defined 48 print_tv(const TEST_STRUCT *const tv) 75 TEST_STRUCT *const tv = tail_alloc(sizeof(*tv) * 2);
|
osf_utimes.c | 37 # define TEST_STRUCT struct timeval32
|
utimes.c | 37 # define TEST_STRUCT struct timeval
|
/external/strace/tests-mx32/ |
xutimes.c | 38 #ifndef TEST_STRUCT 39 # error TEST_STRUCT must be defined 48 print_tv(const TEST_STRUCT *const tv) 75 TEST_STRUCT *const tv = tail_alloc(sizeof(*tv) * 2);
|
/external/ltp/testcases/kernel/syscalls/linkat/ |
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)
|