| /external/llvm-project/lldb/test/API/python_api/formatters/ |
| D | main.cpp | 24 struct CCC struct 26 int a, b, c;
|
| /external/llvm-project/clang/test/FixIt/ |
| D | typo-using.cpp | 44 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} class 49 class CCC { public: void AAA() { } }; // expected-note {{'AAA' declared here}} in AAA() class 54 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} class
|
| /external/clang/test/FixIt/ |
| D | typo-using.cpp | 44 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} class 49 class CCC { public: void AAA() { } }; // expected-note {{'AAA' declared here}} in AAA() class 54 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} class
|
| /external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
| D | modernize-avoid-bind.cpp | 147 auto CCC = std::bind(add, MemberVariable, GlobalVariable); in testCaptureByValue() local 199 auto CCC = std::bind(add, y, std::ref(x)); in testCaptureByReference() local 236 auto CCC = std::bind(D{}, 1, 2); in testFunctionObjects() local 281 auto CCC = std::bind(add, _1, _1); in testPlaceholders() local 307 auto CCC = std::bind(&C::add, 1, 1); in testGlobalFunctions() local 335 auto CCC = std::bind(sub, std::ref(*p), _1); in testCapturedSubexpressions() local 355 auto CCC = std::bind(&E::MemberFunction, this, 1); in testMemberFunctions() local
|
| /external/llvm-project/compiler-rt/test/asan/TestCases/ |
| D | stack-buffer-overflow-with-position.cpp | 23 char AAA[10], BBB[10], CCC[10]; in main() local
|
| /external/compiler-rt/test/asan/TestCases/ |
| D | stack-buffer-overflow-with-position.cc | 23 char AAA[10], BBB[10], CCC[10]; in main() local
|
| /external/llvm-project/compiler-rt/test/tsan/ |
| D | virtual_inheritance_compile_bug.cpp | 12 struct CCC: virtual AAA { }; struct
|
| /external/compiler-rt/test/tsan/ |
| D | virtual_inheritance_compile_bug.cc | 8 struct CCC: virtual AAA { }; struct
|
| /external/llvm-project/compiler-rt/test/hwasan/TestCases/ |
| D | stack-uar.c | 20 __attribute__((noinline)) void Unrelated3() { int CCC[4]; USE(&CCC[0]); } in Unrelated3() local
|
| /external/clang/test/CodeGenCXX/ |
| D | thunk-use-after-free.cpp | 33 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct
|
| D | debug-info-use-after-free.cpp | 120 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct
|
| /external/llvm-project/clang/test/CodeGenCXX/ |
| D | thunk-use-after-free.cpp | 33 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct
|
| D | debug-info-use-after-free.cpp | 122 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct
|
| /external/llvm-project/clang/unittests/Sema/ |
| D | ExternalSemaSourceTest.cpp | 109 CorrectionCandidateCallback &CCC, in CorrectTypo() 151 CorrectionCandidateCallback &CCC, in CorrectTypo()
|
| /external/clang/unittests/Sema/ |
| D | ExternalSemaSourceTest.cpp | 110 CorrectionCandidateCallback &CCC, in CorrectTypo() 152 CorrectionCandidateCallback &CCC, in CorrectTypo()
|
| /external/clang/include/clang/Sema/ |
| D | ExternalSemaSource.h | 204 CorrectionCandidateCallback &CCC, in CorrectTypo()
|
| D | SemaInternal.h | 113 std::unique_ptr<CorrectionCandidateCallback> CCC, in TypoCorrectionConsumer()
|
| /external/llvm-project/clang/include/clang/Sema/ |
| D | ExternalSemaSource.h | 214 CorrectionCandidateCallback &CCC, in CorrectTypo()
|
| D | SemaInternal.h | 95 std::unique_ptr<CorrectionCandidateCallback> CCC, in TypoCorrectionConsumer()
|
| /external/llvm-project/llvm/utils/TableGen/ |
| D | DAGISelMatcherOpt.cpp | 62 if (auto *CCC = dyn_cast<CheckCondCodeMatcher>(MC->getNext())) in ContractNodes() local
|
| /external/clang/test/Analysis/inlining/ |
| D | InlineObjCClassMethod.m | 81 @interface CCC : PPP interface
|
| /external/llvm-project/clang/unittests/Frontend/ |
| D | FrontendActionTest.cpp | 205 CorrectionCandidateCallback &CCC, in CorrectTypo()
|
| /external/llvm-project/clang-tools-extra/clang-include-fixer/ |
| D | IncludeFixer.cpp | 186 CorrectionCandidateCallback &CCC, DeclContext *MemberContext, in CorrectTypo()
|
| /external/llvm-project/clang-tools-extra/clangd/ |
| D | IncludeFixer.cpp | 338 CorrectionCandidateCallback &CCC, in CorrectTypo()
|
| /external/llvm-project/clang/test/SemaCXX/ |
| D | using-decl-1.cpp | 128 class CCC { public: void AAA() { } }; in AAA() class
|