HomeSort by: relevance | last modified time | path
    Searched refs:Nested (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
breakpoint.cc 40 class Nested {
55 C1::Nested c1;
cpcompletion.cc 47 namespace Nested {
51 } /* namespace Nested */
misc.cc 485 class Nested
488 Nested(int i) : z(i) {}
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);
classes.cc 506 class Nested
509 Nested(int i) : z(i) {}
520 static Nested yy;
524 Contains_nested_static_instance::Nested Contains_nested_static_instance::yy(5);
526 Contains_nested_static_instance::Nested::xx(1,2);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
breakpoint.cc 40 class Nested {
55 C1::Nested c1;
cpcompletion.cc 47 namespace Nested {
51 } /* namespace Nested */
misc.cc 485 class Nested
488 Nested(int i) : z(i) {}
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);
classes.cc 506 class Nested
509 Nested(int i) : z(i) {}
520 static Nested yy;
524 Contains_nested_static_instance::Nested Contains_nested_static_instance::yy(5);
526 Contains_nested_static_instance::Nested::xx(1,2);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 560 /// Whether this is a nested capture (a capture of an enclosing capturing
562 unsigned Nested : 1;
586 Nested(IsNested), CapturesThis(false), ODRUsed(false),
593 Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested),
601 Nested(IsNested), CapturesThis(false), ODRUsed(false),
614 bool isNested() const { return Nested; }
870 /// Potentially capturable variables of a nested lambda that might need
874 /// If an enclosing variable is named in an expression of a lambda nested
876 /// will truly be odr-used (i.e. need to be captured) by that nested lambda,
925 /// variables that nested lambda's - depending on their enclosin
    [all...]
Sema.h 780 /// Stack containing information about each of the nested
1232 /// Data structure used to record current or nested
1388 /// nested class templates or nested classes of class templates,
2522 /// \param SS The nested-name-specifier that precedes the name.
3192 /// of a declarator's nested name specifier.
4971 // explicit nested-name-specifier).
5018 /// a nested generic lambda.
5553 Stmt *Nested);
5557 Stmt *Nested);
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
lifetime.d 625 //nested structs and postblit
846 //Nested classes
1253 // cannot have the following as simple template constraint due to nested-struct special case...
1485 // copy constructor in nested struct
2107 // Move nested struct
2118 // nested struct has no member
2151 struct Nested
2156 static assert(hasContextPointers!Nested);
2157 static assert(hasContextPointers!(Nested[1]));
2162 Nested n
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeDumpVisitor.cpp 35 ENUM_ENTRY(ClassOptions, Nested),
466 NestedTypeRecord &Nested) {
467 printTypeIndex("Type", Nested.getNestedType());
468 W->printString("Name", Nested.getName());
EnumTables.cpp 315 CV_ENUM_CLASS_ENT(ClassOptions, Nested),
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeUDT.cpp 64 dumpSymbolField(OS, "nested", isNested(), Indent);
187 return (Tag->Options & ClassOptions::Nested) != ClassOptions::None;
NativeTypeEnum.cpp 154 dumpSymbolField(OS, "nested", isNested(), Indent);
315 return bool(Record->getOptions() & codeview::ClassOptions::Nested);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp 60 "contains nested class");
65 PUSH_FLAG(ClassOptions, Nested, Options, "is nested");
522 NestedTypeRecord &Nested) {
523 P.format(" [name = `{0}`, parent = {1}]", Nested.Name, Nested.Type);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 206 Nested = 0x0008,
TypeRecord.h 435 return (Options & ClassOptions::Nested) != ClassOptions::None;
  /src/usr.bin/make/unit-tests/
varmod-edge.mk 49 # Nested expressions are not parsed as such. Instead, only the
51 # the nested expression is not "${:U*)}" but only "${:U*)", which is
78 # The pattern in the nested variable has an unclosed character class.
115 # The second :M in the pattern is nested between ( and }, therefore it
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp 2506 // Diagnose address space conversion in nested pointers.
2580 // if any of the nested pointee addrspaces differ, we emit a warning
2587 bool Nested = false;
2597 if (Nested
2603 if (!Nested)
2610 Nested = true;
SemaStmt.cpp 4600 Stmt *Nested)
4604 cast<CompoundStmt>(Nested));
4612 Stmt *Nested) {
4616 Nested);
SemaExpr.cpp 370 // C++ [expr.prim.req.nested] p3
2452 // -- a nested-name-specifier that contains a class-name that
15425 // Pop off CurBlock, handle nested blocks.
16592 /// for nested ImmediateInvocationCandidates. when we have only 1 we only
16734 // a nested unevaluated operand.
17237 // If we found a capture, any subcaptures are nested.
17345 const bool Nested,
17404 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, SourceLocation(),
17699 bool Nested = false;
17725 if (isVariableAlreadyCapturedInScopeInfo(CSI, Var, Nested, CaptureType
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 2058 // Put the Nested flag on a type if it appears immediately inside a tag type.
2063 CO |= ClassOptions::Nested;
2197 // An unnamed member may represent a nested struct or union. Attempt to
2316 // FIXME: not true for a nested unnamed struct.
2492 // Create nested classes.
2493 for (const DIType *Nested : Info.NestedTypes) {
2494 NestedTypeRecord R(getTypeIndex(Nested), Nested->getName());
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 367 IO.bitSetCase(Options, "Nested", ClassOptions::Nested);
  /src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
OMPIRBuilder.cpp 146 // Skip functions that have not finalized yet; may happen with nested
890 // This must be done otherwise any nested constructs using FinalizeOMPRegion
987 // This must be done otherwise any nested constructs using FinalizeOMPRegion
1640 // The code before the nested loop of each level.
1650 // The code after the nested loop at each level.
1711 CanonicalLoopInfo *Nested = Loops[i + 1];
1714 BasicBlock *ExitBB = Nested->getHeader();

Completed in 71 milliseconds

1 2