Home
last modified time | relevance | path

Searched refs:Outer (Results 1 – 25 of 54) sorted by relevance

123

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.martin/
H A Dsts_iarr.C6 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 Daccess5.C7 class Outer {
13 Outer();
17 typename Outer::Inner<dim>::T Outer::Inner<dim>::foo () { in foo()
21 template Outer::Inner<2>;
H A Dfriend13.C12 class Outer {
16 friend Outer::Inner foo<Outer> ();
20 foo<Outer>(); in f()
H A Dfriend12.C8 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 Dpartial2.C8 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 Dlocal1.C3 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 Dfriend11.C4 class Outer
10 class Outer::Inner2
H A Daccess2.C4 class Outer {
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dlocal1.C3 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 Dif.out_ascii20 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 Daccess1.C14 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 DCFG.cpp173 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 Dspec39.C9 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 Dttp58.C18 struct Outer struct
44 B<NS::Outer::A> ba; in main() argument
H A Dlookup10.C7 namespace Outer {
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSemaInternal.h252 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 DTemplate.h374 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 Dcharnames.t1023 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 Dtemplate14.C4 namespace Outer
10 class Outer::Inner
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DQualTypeNames.cpp272 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 DMangle.cpp37 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 DBzip2.pm97 my $outer = $self->{Outer};
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp248 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 DUUID-TC-MIB.txt37 Sarjapur Outer Ring Road
/openbsd-src/games/quiz/datfiles/
H A Dmidearth56 Vai|Neni Erumear|Outer Ocean:Ulmonan

123