Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/tsan/
H A Dvirtual_inheritance_compile_bug.cpp13 struct DDD : CCC, BBB { struct
16 DDD::DDD() { } in DDD() function in DDD
/llvm-project/clang/test/FixIt/
H A 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
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Davoid-unconditional-preprocessor-if.cpp81 #define DDD 17 macro
/llvm-project/clang/test/CodeGenCXX/
H A Dthunk-use-after-free.cpp30 struct DDD { int x_;}; struct
H A Ddebug-info-use-after-free.cpp119 struct DDD { int x_;}; argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Davoid-bind.cpp154 auto DDD = std::bind(add, TestCaptureByValueStruct::StaticMemberVariable, LocalVariable); in testCaptureByValue() local
207 auto DDD = boost::bind(add, boost::ref(x), boost::ref(y)); in testCaptureByReference() local
242 auto DDD = std::bind(D(), 1, 2); in testFunctionObjects() local
289 auto DDD = std::bind(add, _2, 1); in testPlaceholders() local
313 auto DDD = std::bind(&Foo::add, 1, 1); in testGlobalFunctions() local
364 auto DDD = std::bind(&D::MemberFunction, _1, 1); in testMemberFunctions() local
H A Duse-trailing-return-type.cpp142 class DDD { class
/llvm-project/clang/test/SemaCXX/
H A Dusing-decl-1.cpp129 class DDD : public CCC { public: using typename CCC::AAB; }; // expected-error {{no member named 'A… class
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2541 if (auto *DDD = D->DefinitionData) { VisitClassTemplateSpecializationDeclImpl() local
2934 if (auto *DDD = DClass->DefinitionData) { mergeTemplatePattern() local