Searched refs:union_type (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 270 CompilerType union_type = ast->CreateRecordType( in GetSiginfoType() local 273 ast->StartTagDeclarationDefinition(union_type); in GetSiginfoType() 276 union_type, "_rt", in GetSiginfoType() 286 union_type, "_child", in GetSiginfoType() 298 union_type, "_fault", in GetSiginfoType() 309 union_type, "_poll", in GetSiginfoType() 317 ast->AddFieldToRecordType(union_type, "_syscall", in GetSiginfoType() 329 union_type, "_ptrace_state", in GetSiginfoType() 337 ast->CompleteTagDeclarationDefinition(union_type); in GetSiginfoType() 338 ast->AddFieldToRecordType(ksiginfo_type, "_reason", union_type, in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 237 CompilerType union_type = ast->CreateRecordType( in GetSiginfoType() local 240 ast->StartTagDeclarationDefinition(union_type); in GetSiginfoType() 243 union_type, "_fault", in GetSiginfoType() 251 union_type, "_timer", in GetSiginfoType() 260 union_type, "_mesgq", in GetSiginfoType() 268 union_type, "_poll", in GetSiginfoType() 275 ast->CompleteTagDeclarationDefinition(union_type); in GetSiginfoType() 276 ast->AddFieldToRecordType(siginfo_type, "_reason", union_type, in GetSiginfoType()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/ |
| H A D | PlatformLinux.cpp | 397 CompilerType union_type = ast->CreateRecordType( in GetSiginfoType() local 400 ast->StartTagDeclarationDefinition(union_type); in GetSiginfoType() 403 union_type, "_kill", in GetSiginfoType() 412 union_type, "_timer", in GetSiginfoType() 422 union_type, "_rt", in GetSiginfoType() 432 union_type, "_sigchld", in GetSiginfoType() 444 union_type, "_sigfault", in GetSiginfoType() 454 union_type, "_sigpoll", in GetSiginfoType() 464 union_type, "_sigsys", in GetSiginfoType() 473 ast->CompleteTagDeclarationDefinition(union_type); in GetSiginfoType() [all …]
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | enum-codegen.cpp | 13 union union_type { union 25 union union_type { union 30 union_type var;
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTypeEncodingParser.cpp | 126 CompilerType union_type(ast_ctx.CreateRecordType( in BuildAggregate() local 129 if (union_type) { in BuildAggregate() 130 TypeSystemClang::StartTagDeclarationDefinition(union_type); in BuildAggregate() 140 union_type, element.name.c_str(), ast_ctx.GetType(element.type), in BuildAggregate() 144 TypeSystemClang::CompleteTagDeclarationDefinition(union_type); in BuildAggregate() 146 return ClangUtil::GetQualType(union_type); in BuildAggregate()
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 156 HANDLE_DW_TAG(0x0017, union_type, 2, DWARF, DW_KIND_TYPE)
|