| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ |
| H A D | breakpoint.cc | 24 class Nested { class in C1 36 C1::Nested c1; in main()
|
| H A D | misc.cc | 485 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 D | classes.cc | 486 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 D | access8.C | 18 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 D | scope2.C | 24 class Nested : public X<H> {}; 26 Nested m;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/t/sample-tests/ |
| H A D | out_of_order | 10 ok 8 - Nested thread test 11 ok 9 - Nested thread test
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | whine.t | 56 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 D | ScopeInfo.h | 577 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 D | nested-lists | 2 Nested lists
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads/t/ |
| H A D | basic.t | 77 ok(9, 1, "Nested thread test"); 81 ok(8, 1, "Nested thread test");
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 68 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 D | TypeDumpVisitor.cpp | 36 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 | .gitignore | 10 # Nested build directory.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86InstrSNP.td | 9 // This file describes the instructions that make up the AMD Secure Nested
|
| /openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/ |
| H A D | av_refs.t | 85 threads->create(sub { ok(11, $av->[0]->[0]->[0] eq 'testtest', 'Nested'); })->join();
|
| /openbsd-src/regress/bin/ksh/ |
| H A D | strsub.t | 63 Nested substitutions
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeUDT.cpp | 188 return (Tag->Options & ClassOptions::Nested) != ClassOptions::None; in isNested()
|
| H A D | NativeTypeEnum.cpp | 320 return bool(Record->getOptions() & codeview::ClassOptions::Nested); in isNested()
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-if-else/ |
| H A D | test.txt | 51 # Nested expressions are supported:
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/ |
| H A D | poderrs.t | 99 =head2 Nested sequences of the same type
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/ |
| H A D | merge.t | 203 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 D | CodeView.h | 208 Nested = 0x0008, enumerator
|
| /openbsd-src/gnu/gcc/libgomp/ |
| H A D | libgomp.texi | 138 * 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 D | AMDGPULowerModuleLDSPass.cpp | 270 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 D | WebAssemblyAsmParser.cpp | 232 struct Nested { struct in __anon0aa4b5130111::WebAssemblyAsmParser 236 std::vector<Nested> NestingStack;
|