Home
last modified time | relevance | path

Searched refs:Size8 (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h42 Size8 = 3, enumerator
53 SignedSize8 = SignBit | Size8,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h39 Size8 = 3, enumerator
49 SignedSize8 = SignBit | Size8,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp39 Descriptions[DW_OP_const8u] = Desc(Op::Dwarf2, Op::Size8); in getDescriptions()
156 case Operation::Size8: in extract()
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c878 } Size8; typedef
968 EXPORT(Size8) TestSize8() { in TestSize8()
969 Size8 f; in TestSize8()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp38 Descriptions[DW_OP_const8u] = Desc(Op::Dwarf2, Op::Size8); in getDescriptions()
153 case Operation::Size8: in extract()
/external/libffi/testsuite/libffi.bhaible/
Dtestcases.c51 } Size8; typedef
101 Size8 Size8_1={'a','b','c','d','e','f','g','h'};
487 Size8 ABI_ATTR S8_v (void) in S8_v()
Dtest-callback.c768 {Size8 r = Size8_1; in S8_v_simulator()
771 *(Size8*)retp = r; in S8_v_simulator()
2174 Size8 r = S8_v(); in main()
2183 ffi_type_Size8.size = sizeof(Size8); in main()
2184 ffi_type_Size8.alignment = alignof_slot(Size8); in main()
2189 r = ((Size8 (ABI_ATTR *) (void)) callback_code) (); in main()
Dtest-call.c1051 Size8 r = S8_v(); in small_structure_return_tests()
1059 ffi_type_Size8.size = sizeof(Size8); in small_structure_return_tests()
1060 ffi_type_Size8.alignment = alignof_slot(Size8); in small_structure_return_tests()