Searched defs:DDD (Results 1 – 9 of 9) sorted by relevance
/llvm-project/compiler-rt/test/tsan/ |
H A D | virtual_inheritance_compile_bug.cpp | 13 struct DDD : CCC, BBB { struct 16 DDD::DDD() { } in DDD() function in DDD
|
/llvm-project/clang/test/FixIt/ |
H A D | typo-using.cpp | 45 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 D | avoid-unconditional-preprocessor-if.cpp | 81 #define DDD 17 macro
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | thunk-use-after-free.cpp | 30 struct DDD { int x_;}; struct
|
H A D | debug-info-use-after-free.cpp | 119 struct DDD { int x_;}; argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | avoid-bind.cpp | 154 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 D | use-trailing-return-type.cpp | 142 class DDD { class
|
/llvm-project/clang/test/SemaCXX/ |
H A D | using-decl-1.cpp | 129 class DDD : public CCC { public: using typename CCC::AAB; }; // expected-error {{no member named 'A… class
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 2541 if (auto *DDD = D->DefinitionData) { VisitClassTemplateSpecializationDeclImpl() local 2934 if (auto *DDD = DClass->DefinitionData) { mergeTemplatePattern() local
|