Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h40 Size8 = 3, enumerator
49 SignedSize8 = SignBit | Size8,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp39 Descriptions[DW_OP_const8u] = Desc(Op::Dwarf2, Op::Size8); in getDescriptions()
148 case Operation::Size8: in extract()
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c723 } Size8; typedef
813 EXPORT(Size8) TestSize8() { in TestSize8()
814 Size8 f; in TestSize8()