Searched refs:Size8 (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFExpression.h | 42 Size8 = 3, enumerator 53 SignedSize8 = SignBit | Size8,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFExpression.h | 39 Size8 = 3, enumerator 49 SignedSize8 = SignBit | Size8,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFExpression.cpp | 39 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.c | 878 } Size8; typedef 968 EXPORT(Size8) TestSize8() { in TestSize8() 969 Size8 f; in TestSize8()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFExpression.cpp | 38 Descriptions[DW_OP_const8u] = Desc(Op::Dwarf2, Op::Size8); in getDescriptions() 153 case Operation::Size8: in extract()
|
/external/libffi/testsuite/libffi.bhaible/ |
D | testcases.c | 51 } Size8; typedef 101 Size8 Size8_1={'a','b','c','d','e','f','g','h'}; 487 Size8 ABI_ATTR S8_v (void) in S8_v()
|
D | test-callback.c | 768 {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()
|
D | test-call.c | 1051 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()
|