OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Union
(Results
1 - 14
of
14
) 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/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
cpsizeof.cc
27
union
Union
41
typedef
Union
u8[8];
64
T (
Union
);
rvalue-ref-sizeof.cc
31
union
Union
45
typedef
Union
u8[8];
68
T (
Union
);
/src/external/gpl3/gdb/dist/gdb/
gdbarch_types.py
20
from typing import List, Optional, Tuple,
Union
49
invalid:
Union
[bool, str] = True,
100
invalid:
Union
[bool, str] = True,
128
invalid:
Union
[bool, str] = True,
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
cpsizeof.cc
27
union
Union
41
typedef
Union
u8[8];
64
T (
Union
);
rvalue-ref-sizeof.cc
31
union
Union
45
typedef
Union
u8[8];
68
T (
Union
);
/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 38 milliseconds
Indexes created Sat May 16 00:24:39 UTC 2026