Home
last modified time | relevance | path

Searched defs:Nested (Results 1 – 23 of 23) sorted by relevance

/external/clang/test/SemaCXX/
Dimplicit-exception-spec.cpp33 struct Nested { // expected-error {{cannot be used by non-static data member initializer}} struct
35 …))>::f(); // expected-note {{implicit default constructor for 'InClassInitializers::Nested' first …
36 } inner;
52 struct Nested { // expected-note {{not complete}} struct
53 struct T {
55 } t;
Ddefault2.cpp63 struct Nested { struct
70 static int c;
Dnested-name-spec.cpp110 namespace Nested { namespace
DMicrosoftExtensions.cpp182 class Nested { class in friend_as_a_forward_decl::A
Dwarn-thread-safety-analysis.cpp3381 struct Nested { struct in ExprMatchingBugFix::Bar
3382 Foo* foo;
3383 Nested(Foo* f) : foo(f) { } in Nested() argument
/external/clang/test/CXX/temp/temp.spec/
Dp5.cpp39 struct Nested { struct
40 Nested() {} in Nested() argument
/external/clang/test/PCH/
Dstruct.h28 struct Nested { int x, y; } nest; argument
/external/clang/test/CXX/special/class.init/class.base.init/
Dp8-0x.cpp54 struct Nested { struct
55 Nested() {} in Nested() argument
56 union {
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp6.cpp10 struct Nested { struct
33 struct X0<int>::Nested { }; // expected-error{{after instantiation}} struct in X0
/external/eigen/Eigen/src/SparseCore/
DSparseDot.h52 typedef typename Derived::Nested Nested; in dot() typedef
DSparseMatrixBase.h264 typedef typename Derived::Nested Nested; typedef
/external/clang/test/SemaTemplate/
Dnested-template.cpp7 struct Nested { struct
8 typedef T type;
Ddependent-base-classes.cpp40 class Nested { }; class
/external/clang/test/CodeGenCXX/
Dcxx11-exception-spec.cpp109 template<typename T> struct Nested { struct
Dmangle-ms-templates.cpp13 class Nested { }; class
/external/eigen/Eigen/src/Core/
DNumTraits.h69 typedef T Nested; typedef
/external/clang/test/Analysis/
Dderived-to-base.cpp309 namespace Nested { namespace
/external/chromium_org/third_party/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc686 typedef TestAllTypes::NestedMessage Nested; in TEST() typedef
1214 typedef TestAllTypes::NestedMessage Nested; typedef in google::protobuf::__anon3c0279910111::RepeatedFieldInsertionIteratorsTest
/external/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc854 typedef TestAllTypes::NestedMessage Nested; typedef in google::protobuf::__anon7cbaa99e0111::RepeatedFieldInsertionIteratorsTest
/external/clang/lib/Sema/
DSemaStmt.cpp3105 Stmt *Nested) in BuildMSDependentExistsStmt()
3117 Stmt *Nested) { in ActOnMSDependentExistsStmt()
DTreeTransform.h1433 Stmt *Nested) { in RebuildMSDependentExistsStmt()
DSemaExpr.cpp11304 bool Nested = false; in tryCaptureVariable() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp600 if (DIE *Nested = constructScopeDIE(TheCU, Scopes[j])) in constructScopeDIE() local