HomeSort by: relevance | last modified time | path
    Searched defs:Outer (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
subtypes-2.cc 20 struct Outer::Inner
27 Outer::Outer (): p (new Inner), e (Oenum::OC)
subtypes.h 43 struct Outer
49 Outer ();
classes.cc 637 struct Outer
640 static Outer instance;
644 Outer Outer::instance;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
subtypes-2.cc 20 struct Outer::Inner
27 Outer::Outer (): p (new Inner), e (Oenum::OC)
subtypes.h 43 struct Outer
49 Outer ();
classes.cc 637 struct Outer
640 static Outer instance;
644 Outer Outer::instance;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CFG.cpp 177 const Loop *Outer = nullptr;
179 Outer = getOutermostLoop(LI, BB);
183 // excluded block. Clear Outer so we process BB's successors.
184 if (LoopsWithHoles.count(Outer))
185 Outer = nullptr;
186 if (StopLoop && Outer == StopLoop)
196 if (Outer) {
200 Outer->getExitBlocks(Worklist);
  /src/external/apache2/llvm/dist/clang/lib/AST/
QualTypeNames.cpp 270 const auto *Outer = dyn_cast_or_null<NamedDecl>(DC);
272 if (Outer && !(OuterNS && OuterNS->isAnonymousNamespace())) {
288 Outer = dyn_cast<NamedDecl>(Decl);
296 } else if (const auto *TD = dyn_cast<TagDecl>(Outer)) {
299 } else if (dyn_cast<TranslationUnitDecl>(Outer)) {
Mangle.cpp 37 StringRef Outer,
42 Out << "__" << Outer << "_block_invoke";
44 Out << "__" << Outer << "_block_invoke_" << discriminator+1;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
SemaInternal.h 252 std::map<unsigned, SpecifierInfoList>::iterator Outer;
259 Outer(Set.DistanceMap.begin()),
260 Inner(!IsAtEnd ? Outer->second.begin() : OuterBack->second.end()) {
266 if (Inner == Outer->second.end() && Outer != OuterBack) {
267 ++Outer;
268 Inner = Outer->second.begin();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp 757 // while filling it in. Inform the outer initializer list so that its state
760 // the outer InitListExpr instead of mutating AST nodes after they have
763 InitListExpr *Outer;
766 if (Outer)
767 Outer->setInit(OuterIndex, Outer->getInit(OuterIndex));
SemaTemplateDeduction.cpp 678 // The outer deduction for this pack, if any.
679 DeducedPack *Outer = nullptr;
811 Pack.Outer = Info.PendingDeducedPacks[Pack.Index];
836 Info.PendingDeducedPacks[Pack.Index] = Pack.Outer;
844 /// This happens if it involves a pack from an outer template that has
923 if (Pack.Outer) {
924 if (Pack.Outer->DeferredDeduction.isNull()) {
927 Pack.Outer->DeferredDeduction = NewPack;
930 Loc = &Pack.Outer->DeferredDeduction;
2456 // FIXME: If this is a fixed-arity pack expansion from an outer level o
    [all...]
SemaCodeComplete.cpp 1136 // declaration name is hidden by a similarly-named declaration in an outer
5001 // AND the whole outer expression describes a member, then we'll
5019 ConceptInfo *Outer;
5030 ValidVisitor(ConceptInfo *Outer, const TemplateTypeParmType *T)
5031 : Outer(Outer), T(T) {
5088 auto R = Outer->Results.try_emplace(M.Name);
SemaTemplate.cpp 1838 // Declarations in outer scopes don't matter. However, the outermost
2039 Scope *Outer = S;
2040 while ((Outer->getFlags() & Scope::TemplateParamScope) != 0)
2041 Outer = Outer->getParent();
2042 PushOnScopeChains(NewTemplate, Outer);
4394 // the list of outer template parameters to reflect our new declaration.
5804 // template arguments provided thus far and any "outer" template arguments
SemaDecl.cpp 6215 // in an outer scope, it isn't the same thing.
10016 /// won't check outer classes if there is an active value from #pragma code_seg.
10017 /// The CodeSeg is always applied from the direct parent but only from outer
10032 // The Microsoft compiler won't check outer classes for the CodeSeg
14330 const auto &Outer = D.getTypeObject(D.getNumTypeObjects() - 1);
14331 if (Outer.Kind == DeclaratorChunk::Function &&
14332 Outer.Fun.hasTrailingReturnType()) {
14333 QualType Ty = GetTypeFromParser(Outer.Fun.getTrailingReturnType());
15408 /// from an outer enclosing namespace or file scope inside a friend declaration.
15708 // FIXME: We're looking into outer scopes here, even when w
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 387 Outer = 0x03,

Completed in 66 milliseconds