| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/ |
| H A D | sts_iarr.C | 6 struct Outer{ struct 10 typename Outer<N-1>::Inner operator[](int n) const argument 11 { return typename Outer<N-1>::Inner(sum + n); } 16 typename Outer<N-1>::Inner operator[](int n) const 17 { return typename Outer<N-1>::Inner(n); } 23 struct Outer<1> { 40 Outer<1> sum1; 42 Outer<2> sum2;
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ |
| H A D | access5.C | 7 class Outer { 13 Outer(); 17 typename Outer::Inner<dim>::T Outer::Inner<dim>::foo () { in foo() 21 template Outer::Inner<2>;
|
| H A D | friend13.C | 12 class Outer { 16 friend Outer::Inner foo<Outer> (); 20 foo<Outer>(); in f()
|
| H A D | friend12.C | 8 template <class T> class Outer { 13 friend typename Outer<T_>::Inner foo (); 17 typename Outer<T>::Inner 19 return typename Outer<T>::Inner(); in foo()
|
| H A D | partial2.C | 8 template <class A> struct Outer { struct 14 Outer<int>::Foo<int,void,void> f; argument
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| H A D | local1.C | 3 struct Outer { struct 4 virtual ~Outer() {} in ~Outer() argument 10 { struct Inner : virtual public Outer {} inner; } in main() 11 { struct Inner : virtual public Outer {} inner; } in main()
|
| H A D | friend11.C | 4 class Outer 10 class Outer::Inner2
|
| H A D | access2.C | 4 class Outer {
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/ |
| H A D | local1.C | 3 struct Outer { struct 8 inline void h(const Outer &o) in h() argument 10 struct Local : public Outer::Inner { in h() 17 void f(Outer &req) { in f()
|
| /openbsd-src/regress/usr.bin/mandoc/roff/cond/ |
| H A D | if.out_ascii | 20 Outer true condition. 24 Outer true condition. After conditional. 25 Outer true condition. After conditional. 26 Outer true condition. Inner true condition. After conditional. 27 Outer true condition. After conditional.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/ |
| H A D | access1.C | 14 class Outer { 22 struct Outer::Inner { 26 void Outer::pub() { i = new Inner(Foo::m); } in pub()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | CFG.cpp | 173 const Loop *Outer = nullptr; in isPotentiallyReachableFromMany() local 175 Outer = getOutermostLoop(LI, BB); in isPotentiallyReachableFromMany() 180 if (LoopsWithHoles.count(Outer)) in isPotentiallyReachableFromMany() 181 Outer = nullptr; in isPotentiallyReachableFromMany() 182 if (StopLoop && Outer == StopLoop) in isPotentiallyReachableFromMany() 192 if (Outer) { in isPotentiallyReachableFromMany() 196 Outer->getExitBlocks(Worklist); in isPotentiallyReachableFromMany()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
| H A D | spec39.C | 9 template <int dim> struct Outer struct 22 Outer<1> x; in foo() argument 24 Outer<1>::Inner<2> z; // ERROR - non-template in foo()
|
| H A D | ttp58.C | 18 struct Outer struct 44 B<NS::Outer::A> ba; in main() argument
|
| H A D | lookup10.C | 7 namespace Outer {
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | SemaInternal.h | 252 std::map<unsigned, SpecifierInfoList>::iterator Outer; variable 259 Outer(Set.DistanceMap.begin()), in iterator() 260 Inner(!IsAtEnd ? Outer->second.begin() : OuterBack->second.end()) { in iterator() 266 if (Inner == Outer->second.end() && Outer != OuterBack) { 267 ++Outer; 268 Inner = Outer->second.begin();
|
| H A D | Template.h | 374 LocalInstantiationScope *Outer; variable 398 : SemaRef(SemaRef), Outer(SemaRef.CurrentInstantiationScope), in SemaRef() 421 SemaRef.CurrentInstantiationScope = Outer; in Exit() 437 newScope->Outer = nullptr; in cloneScopes() 438 if (Outer) in cloneScopes() 439 newScope->Outer = Outer->cloneScopes(Outermost); in cloneScopes() 470 LocalInstantiationScope *Out = Scope->Outer; in deleteScopes()
|
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | charnames.t | 1023 is("\N{mychar1}", "e", "Outer block: verify that \\N{mychar1} works"); 1024 is(charnames::vianame("mychar1"), ord("e"), "Outer block: verify that vianame(mychar1) works"); 1025 …is(charnames::string_vianame("mychar1"), "e", "Outer block: verify that string_vianame(mychar1) wo… 1026 is("\N{mychar2}", "A", "Outer block: verify that \\N{mychar2} works"); 1027 is(charnames::vianame("mychar2"), ord("A"), "Outer block: verify that vianame(mychar2) works"); 1028 …is(charnames::string_vianame("mychar2"), "A", "Outer block: verify that string_vianame(mychar2) wo… 1029 is("\N{myprivate1}", "\x{E8000}", "Outer block: verify that \\N{myprivate1} works"); 1030 …cmp_ok(charnames::vianame("myprivate1"), "==", 0xE8000, "Outer block: verify that vianame(myprivat… 1031 …is(charnames::string_vianame("myprivate1"), chr(0xE8000), "Outer block: verify that string_vianame… 1032 …is(charnames::viacode(0xE8000), "myprivate1", "Outer block: verify that myprivate1 viacode works"); [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/ |
| H A D | template14.C | 4 namespace Outer 10 class Outer::Inner
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | QualTypeNames.cpp | 272 const auto *Outer = dyn_cast_or_null<NamedDecl>(DC); in createNestedNameSpecifierForScopeOf() local 274 if (Outer && !(OuterNS && OuterNS->isAnonymousNamespace())) { in createNestedNameSpecifierForScopeOf() 290 Outer = dyn_cast<NamedDecl>(Decl); in createNestedNameSpecifierForScopeOf() 298 } else if (const auto *TD = dyn_cast<TagDecl>(Outer)) { in createNestedNameSpecifierForScopeOf() 301 } else if (isa<TranslationUnitDecl>(Outer)) { in createNestedNameSpecifierForScopeOf()
|
| H A D | Mangle.cpp | 37 StringRef Outer, in mangleFunctionBlock() argument 42 Out << "__" << Outer << "_block_invoke"; in mangleFunctionBlock() 44 Out << "__" << Outer << "_block_invoke_" << discriminator+1; in mangleFunctionBlock()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Adapter/ |
| H A D | Bzip2.pm | 97 my $outer = $self->{Outer};
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 248 LoopInterchangeLegality(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeLegality() argument 250 : OuterLoop(Outer), InnerLoop(Inner), SE(SE), ORE(ORE) {} in LoopInterchangeLegality() 275 bool tightlyNested(Loop *Outer, Loop *Inner); 306 LoopInterchangeProfitability(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeProfitability() argument 308 : OuterLoop(Outer), InnerLoop(Inner), SE(SE), ORE(ORE) {} in LoopInterchangeProfitability() 339 LoopInterchangeTransform(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeTransform() argument 342 : OuterLoop(Outer), InnerLoop(Inner), SE(SE), LI(LI), DT(DT), LIL(LIL) {} in LoopInterchangeTransform()
|
| /openbsd-src/share/snmp/ |
| H A D | UUID-TC-MIB.txt | 37 Sarjapur Outer Ring Road
|
| /openbsd-src/games/quiz/datfiles/ |
| H A D | midearth | 56 Vai|Neni Erumear|Outer Ocean:Ulmonan
|