Home
last modified time | relevance | path

Searched defs:struct1 (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/CodeGen/
Dext-vector-member-alignment.c5 struct __attribute__((packed, aligned(4))) struct1 { struct
8 int x = __alignof(struct struct1); argument
/external/libffi/testsuite/libffi.call/
Duninitialized.c11 static test_structure_1 struct1(test_structure_1 ts) in struct1() function
Dstruct1.c17 static test_structure_1 ABI_ATTR struct1(test_structure_1 ts) in struct1() function
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dstruct1.c17 static test_structure_1 ABI_ATTR struct1(test_structure_1 ts) in struct1() function
Duninitialized.c11 static test_structure_1 struct1(test_structure_1 ts) in struct1() function
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_global_data.c57 static struct foo struct1; variable
/external/libbrillo/brillo/dbus/
Ddata_serialization_test.cc612 std::pair<std::string, int> struct1{"value2", 3}; in TEST() local
633 std::tuple<std::string, int> struct1{"value2", 3}; in TEST() local