Searched refs:union_type (Results 1 – 6 of 6) sorted by relevance
/external/tpm2/generator/ |
D | union_selectors.py | 163 def GetUnionSelectorType(union_type): argument 165 return _SELECTORS[union_type]['type'][0] 168 def GetUnionSelectorTypes(union_type): argument 170 return _SELECTORS[union_type]['type'] 173 def GetUnionSelectorValues(union_type): argument 175 return _SELECTORS[union_type]['selectors'].keys() 178 def GetUnionSelectorField(union_type, selector_value): argument 180 return _SELECTORS[union_type]['selectors'][selector_value]
|
/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/ |
D | meta.unary.cat.pass.cpp | 20 union union_type {}; union 146 typedef union_type T; in main()
|
/external/strace/ |
D | mpers.awk | 215 if (match($0, /typedef|union_type|structure_type|pointer_type\
|
/external/v8/test/cctest/ |
D | test-types.cc | 1387 TypeHandle union_type = T.Union(type, T.None); in Union1() local 1388 CheckEqual(union_type, type); in Union1() 1394 TypeHandle union_type = T.Union(type, T.Any); in Union1() local 1395 CheckEqual(union_type, T.Any); in Union1() 1401 TypeHandle union_type = T.Union(type, type); in Union1() local 1402 CheckEqual(union_type, type); in Union1()
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.def | 57 HANDLE_DW_TAG(0x0017, union_type)
|
/external/elfutils/libdw/ |
D | known-dwarf.h | 613 DWARF_ONE_KNOWN_DW_TAG (union_type, DW_TAG_union_type) \
|