/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
H A D | lifetime.d | 2461 struct Nested 2469 Nested[1] dst = void; 2470 Nested[1] src = [Nested(['a'])]; 2485 struct Nested 2492 Nested n; 2505 static assert(__traits(isZeroInit, Nested)); 2511 auto a = NotNested(Nested()); 2517 auto c = Deep(NotNested(Nested())); 2522 auto e = Deeper([NotNested(Nested())]); 2534 struct Nested [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 562 unsigned Nested : 1; variable 586 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture() 593 Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested), in Capture() 601 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture() 614 bool isNested() const { return Nested; } in isNested()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/nds32/isr-library/ |
H A D | adj_intr_lvl.inc | 27 #if defined(NDS32_NESTED) /* Nested handler. */ 36 #elif defined(NDS32_NESTED_READY) /* Nested ready handler. */
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/nds32/isr-library/ |
H A D | adj_intr_lvl.inc | 27 #if defined(NDS32_NESTED) /* Nested handler. */ 36 #elif defined(NDS32_NESTED_READY) /* Nested ready handler. */
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
H A D | pr9594.cc | 47 namespace Nested { namespace
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 65 PUSH_FLAG(ClassOptions, Nested, Options, "is nested"); in formatClassOptions() 522 NestedTypeRecord &Nested) { in visitKnownMember() argument 523 P.format(" [name = `{0}`, parent = {1}]", Nested.Name, Nested.Type); in visitKnownMember()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeDumpVisitor.cpp | 35 ENUM_ENTRY(ClassOptions, Nested), 466 NestedTypeRecord &Nested) { in visitKnownMember() argument 467 printTypeIndex("Type", Nested.getNestedType()); in visitKnownMember() 468 W->printString("Name", Nested.getName()); in visitKnownMember()
|
H A D | EnumTables.cpp | 315 CV_ENUM_CLASS_ENT(ClassOptions, Nested),
|
/netbsd-src/external/apache2/llvm/dist/llvm/ |
H A D | .gitignore | 10 # Nested build directory.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InstrSNP.td | 9 // This file describes the instructions that make up the AMD Secure Nested
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeUDT.cpp | 187 return (Tag->Options & ClassOptions::Nested) != ClassOptions::None; in isNested()
|
H A D | NativeTypeEnum.cpp | 315 return bool(Record->getOptions() & codeview::ClassOptions::Nested); in isNested()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 206 Nested = 0x0008, enumerator
|
H A D | TypeRecord.h | 435 return (Options & ClassOptions::Nested) != ClassOptions::None; in isNested()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | SphinxQuickstartTemplate.rst | 70 Example Nested Subsection
|
H A D | InAlloca.rst | 103 Nested Calls and Copy Elision
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCast.cpp | 2587 bool Nested = false; in checkAddressSpaceCast() local 2597 if (Nested in checkAddressSpaceCast() 2603 if (!Nested) in checkAddressSpaceCast() 2610 Nested = true; in checkAddressSpaceCast()
|
H A D | SemaStmt.cpp | 4600 Stmt *Nested) in BuildMSDependentExistsStmt() argument 4604 cast<CompoundStmt>(Nested)); in BuildMSDependentExistsStmt() 4612 Stmt *Nested) { in ActOnMSDependentExistsStmt() argument 4616 Nested); in ActOnMSDependentExistsStmt()
|
/netbsd-src/external/gpl3/autoconf/dist/tests/ |
H A D | m4sh.at | 937 ## Nested AS_REQUIRE_SHELL_FN. ## 943 AT_SETUP([Nested AS@&t@_REQUIRE_SHELL_FN]) 970 ## Nested AS_REQUIRE. ## 976 AT_SETUP([Nested AS@&t@_REQUIRE])
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Attributes.td | 100 /// Nested function static chain.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.cpp | 2063 CO |= ClassOptions::Nested; in getCommonClassOptions() 2493 for (const DIType *Nested : Info.NestedTypes) { in lowerRecordFieldList() local 2494 NestedTypeRecord R(getTypeIndex(Nested), Nested->getName()); in lowerRecordFieldList()
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | OpenMPSupport.rst | 96 - Nested parallelism: inner parallel regions are executed sequentially.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 367 IO.bitSetCase(Options, "Nested", ClassOptions::Nested); in bitset()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | NEWS | 235 + Nested types in class templates work.
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | libgomp.texi | 188 @item Nested-parallel changes to @emph{max-active-levels-var} ICV @tab Y @tab 233 @item Nested @code{declare target} directive @tab Y @tab 374 * omp_get_nested:: Nested parallel regions 744 @section @code{omp_get_nested} -- Nested parallel regions 761 Nested parallel regions can be enabled or disabled at runtime using 1797 * OMP_NESTED:: Nested parallel regions 1934 @section @env{OMP_NESTED} -- Nested parallel regions
|