Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dbreakpoint.cc24 class Nested { class in C1
36 C1::Nested c1; in main()
H A Dmisc.cc485 class Nested class in Contains_nested_static_instance
488 Nested(int i) : z(i) {} in Nested() function in Contains_nested_static_instance::Nested
499 static Nested yy;
503 Contains_nested_static_instance::Nested Contains_nested_static_instance::yy(5);
505 Contains_nested_static_instance::Nested::xx(1,2);
H A Dclasses.cc486 class Nested class in Contains_nested_static_instance
489 Nested(int i) : z(i) {} in Nested() function in Contains_nested_static_instance::Nested
500 static Nested yy;
504 Contains_nested_static_instance::Nested Contains_nested_static_instance::yy(5);
506 Contains_nested_static_instance::Nested::xx(1,2);
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Daccess8.C18 struct Nested struct
25 void Derived::Nested::Foo (Some_t) { in Foo() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dscope2.C24 class Nested : public X<H> {};
26 Nested m;
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/
H A Dout_of_order10 ok 8 - Nested thread test
11 ok 9 - Nested thread test
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dwhine.t56 my $input = "=pod\n\nnested LE<lt>E<sol>E<gt>: L<Nested L<http://foobar>|http://baz>\n";
60 { 3 => [ "Nested L<> are illegal. Pretending inner one is X<...> so can continue looking for other errors." ] },
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h577 unsigned Nested : 1; variable
602 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture()
609 Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested), in Capture()
617 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture()
630 bool isNested() const { return Nested; } in isNested()
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
H A Dnested-lists2 Nested lists
/openbsd-src/gnu/usr.bin/perl/dist/threads/t/
H A Dbasic.t77 ok(9, 1, "Nested thread test");
81 ok(8, 1, "Nested thread test");
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp68 PUSH_FLAG(ClassOptions, Nested, Options, "is nested"); in formatClassOptions()
525 NestedTypeRecord &Nested) { in visitKnownMember() argument
526 P.format(" [name = `{0}`, parent = {1}]", Nested.Name, Nested.Type); in visitKnownMember()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp36 ENUM_ENTRY(ClassOptions, Nested),
465 NestedTypeRecord &Nested) { in visitKnownMember() argument
466 printTypeIndex("Type", Nested.getNestedType()); in visitKnownMember()
467 W->printString("Name", Nested.getName()); in visitKnownMember()
/openbsd-src/gnu/llvm/llvm/
H A D.gitignore10 # Nested build directory.
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrSNP.td9 // This file describes the instructions that make up the AMD Secure Nested
/openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/
H A Dav_refs.t85 threads->create(sub { ok(11, $av->[0]->[0]->[0] eq 'testtest', 'Nested'); })->join();
/openbsd-src/regress/bin/ksh/
H A Dstrsub.t63 Nested substitutions
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp188 return (Tag->Options & ClassOptions::Nested) != ClassOptions::None; in isNested()
H A DNativeTypeEnum.cpp320 return bool(Record->getOptions() & codeview::ClassOptions::Nested); in isNested()
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-if-else/
H A Dtest.txt51 # Nested expressions are supported:
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/
H A Dpoderrs.t99 =head2 Nested sequences of the same type
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
H A Dmerge.t203 is_deeply($extra_results->{x_meta_meta}, $expected_nested_extra, 'Nested extra mapping fields are m…
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h208 Nested = 0x0008, enumerator
/openbsd-src/gnu/gcc/libgomp/
H A Dlibgomp.texi138 * omp_get_nested:: Nested parallel regions
229 @section @code{omp_get_nested} -- Nested parallel regions
236 Nested parallel regions may be initialized at startup by the
808 * OMP_NESTED:: Nested parallel regions
837 @section @env{OMP_NESTED} -- Nested parallel regions
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerModuleLDSPass.cpp270 for (auto *Nested : V->users()) in eliminateConstantExprUsesOfLDSFromAllInstructions() local
271 if (ConstantExpr *CE = dyn_cast<ConstantExpr>(Nested)) in eliminateConstantExprUsesOfLDSFromAllInstructions()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp232 struct Nested { struct in __anon0aa4b5130111::WebAssemblyAsmParser
236 std::vector<Nested> NestingStack;

12345