Home
last modified time | relevance | path

Searched defs:union_type (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp240 CompilerType union_type = ast->CreateRecordType( in GetSiginfoType() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp273 CompilerType union_type = ast->CreateRecordType( in GetSiginfoType() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp400 CompilerType union_type = ast->CreateRecordType( in GetSiginfoType() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp128 CompilerType union_type(ast_ctx.CreateRecordType( in BuildAggregate() local
/openbsd-src/gnu/gcc/gcc/
H A Dgengtype.c366 type_p union_type; in create_optional_field() local
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcp-tree.h3118 union_type, /* "union" types. */ enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcp-tree.h3055 enum tag_types { record_type, class_type, union_type, enum_type }; enumerator