Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFExpression.h39 Size4 = 2, enumerator
48 SignedSize4 = SignBit | Size4,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp37 Descriptions[DW_OP_const4u] = Desc(Op::Dwarf2, Op::Size4); in getDescriptions()
88 Descriptions[DW_OP_call4] = Desc(Op::Dwarf3, Op::Size4); in getDescriptions()
143 case Operation::Size4: in extract()
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c685 } Size4; typedef
771 EXPORT(Size4) TestSize4() { in TestSize4()
772 Size4 f; in TestSize4()