HomeSort by: relevance | last modified time | path
    Searched defs:Union (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeTypeUDT.h 27 codeview::UnionRecord Union);
64 Optional<codeview::UnionRecord> Union;
TpiHashing.h 35 : FullRecordHash(Full), ForwardDeclHash(Forward), Union(std::move(UR)) {
49 return Union;
55 union {
58 codeview::UnionRecord Union;
64 /// Given a CVType referring to a class, structure, union, or enum, compute
  /src/sys/arch/prep/include/
chpidpnp.h 74 Union = 0x8006, /* IBM8006: IBM Union */
  /src/external/apache2/llvm/dist/clang/include/clang/Index/
IndexSymbol.h 36 Union,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
APValue.h 1 //===--- APValue.h - Union class for APFloat/APSInt/Complex -----*- C++ -*-===//
119 /// APValue - This class implements a discriminated union of [uninitialized]
141 Union,
194 union {
207 /// A non-discriminated union of a base, field, or array index.
402 bool isUnion() const { return Kind == Union; }
665 Kind = Union;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
JSON.h 459 new (reinterpret_cast<T *>(&Union)) T(std::forward<U>(V)...);
464 void *Storage = static_cast<void *>(&Union);
484 Union;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 310 enum class PDB_UdtType { Struct, Class, Union, Interface };
453 union {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h 223 enum class TagKind { Class, Struct, Union, Enum };
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiapi.h 626 union {
629 } Union;

Completed in 55 milliseconds