Home
last modified time | relevance | path

Searched refs:Nested (Results 1 – 25 of 134) sorted by relevance

123456

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dlifetime.d2461 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 DScopeInfo.h562 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 Dadj_intr_lvl.inc27 #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 Dadj_intr_lvl.inc27 #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 Dpr9594.cc47 namespace Nested { namespace
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp65 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 DTypeDumpVisitor.cpp35 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 DEnumTables.cpp315 CV_ENUM_CLASS_ENT(ClassOptions, Nested),
/netbsd-src/external/apache2/llvm/dist/llvm/
H A D.gitignore10 # Nested build directory.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrSNP.td9 // 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 DNativeTypeUDT.cpp187 return (Tag->Options & ClassOptions::Nested) != ClassOptions::None; in isNested()
H A DNativeTypeEnum.cpp315 return bool(Record->getOptions() & codeview::ClassOptions::Nested); in isNested()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h206 Nested = 0x0008, enumerator
H A DTypeRecord.h435 return (Options & ClassOptions::Nested) != ClassOptions::None; in isNested()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DSphinxQuickstartTemplate.rst70 Example Nested Subsection
H A DInAlloca.rst103 Nested Calls and Copy Elision
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp2587 bool Nested = false; in checkAddressSpaceCast() local
2597 if (Nested in checkAddressSpaceCast()
2603 if (!Nested) in checkAddressSpaceCast()
2610 Nested = true; in checkAddressSpaceCast()
H A DSemaStmt.cpp4600 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 Dm4sh.at937 ## 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 DAttributes.td100 /// Nested function static chain.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2063 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 DOpenMPSupport.rst96 - Nested parallelism: inner parallel regions are executed sequentially.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp367 IO.bitSetCase(Options, "Nested", ClassOptions::Nested); in bitset()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A DNEWS235 + Nested types in class templates work.
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dlibgomp.texi188 @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

123456