Home
last modified time | relevance | path

Searched defs:DDD (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/FixIt/
Dtypo-using.cpp45 class DDD : public CCC { public: using CCC::AAB; }; // expected-error {{no member named 'AAB' in 'u… class
50 class DDD : public CCC { public: using CCC::AAB; }; // expected-error {{no member named 'AAB' in 'u… class
55 class DDD : public CCC { public: using typename CCC::AAB; }; // expected-error {{no member named 'A… class
/external/compiler-rt/test/tsan/
Dvirtual_inheritance_compile_bug.cc9 struct DDD: CCC, BBB { DDD(); }; // NOLINT struct
10 DDD::DDD() { } in DDD() function in DDD
/external/clang/test/CodeGenCXX/
Dthunk-use-after-free.cpp30 struct DDD { int x_;}; argument
Ddebug-info-use-after-free.cpp117 struct DDD { int x_;}; struct
/external/clang/test/SemaCXX/
Dusing-decl-1.cpp131 class DDD : public CCC { public: using typename CCC::AAB; }; // expected-error {{no member named 'A… class
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1940 if (auto *DDD = D->DefinitionData.getNotUpdated()) { in VisitClassTemplateSpecializationDeclImpl() local
2263 if (auto *DDD = DClass->DefinitionData.getNotUpdated()) { in mergeTemplatePattern() local