Home
last modified time | relevance | path

Searched refs:union_type (Results 1 – 6 of 6) sorted by relevance

/external/tpm2/generator/
Dunion_selectors.py163 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/
Dmeta.unary.cat.pass.cpp20 union union_type {}; union
146 typedef union_type T; in main()
/external/strace/
Dmpers.awk215 if (match($0, /typedef|union_type|structure_type|pointer_type\
/external/v8/test/cctest/
Dtest-types.cc1387 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/
DDwarf.def57 HANDLE_DW_TAG(0x0017, union_type)
/external/elfutils/libdw/
Dknown-dwarf.h613 DWARF_ONE_KNOWN_DW_TAG (union_type, DW_TAG_union_type) \