Home
last modified time | relevance | path

Searched defs:CCC (Results 1 – 25 of 53) sorted by relevance

123

/external/llvm-project/lldb/test/API/python_api/formatters/
Dmain.cpp24 struct CCC struct
26 int a, b, c;
/external/llvm-project/clang/test/FixIt/
Dtypo-using.cpp44 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/
Dtypo-using.cpp44 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/
Dmodernize-avoid-bind.cpp147 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/
Dstack-buffer-overflow-with-position.cpp23 char AAA[10], BBB[10], CCC[10]; in main() local
/external/compiler-rt/test/asan/TestCases/
Dstack-buffer-overflow-with-position.cc23 char AAA[10], BBB[10], CCC[10]; in main() local
/external/llvm-project/compiler-rt/test/tsan/
Dvirtual_inheritance_compile_bug.cpp12 struct CCC: virtual AAA { }; struct
/external/compiler-rt/test/tsan/
Dvirtual_inheritance_compile_bug.cc8 struct CCC: virtual AAA { }; struct
/external/llvm-project/compiler-rt/test/hwasan/TestCases/
Dstack-uar.c20 __attribute__((noinline)) void Unrelated3() { int CCC[4]; USE(&CCC[0]); } in Unrelated3() local
/external/clang/test/CodeGenCXX/
Dthunk-use-after-free.cpp33 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct
Ddebug-info-use-after-free.cpp120 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct
/external/llvm-project/clang/test/CodeGenCXX/
Dthunk-use-after-free.cpp33 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct
Ddebug-info-use-after-free.cpp122 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct
/external/llvm-project/clang/unittests/Sema/
DExternalSemaSourceTest.cpp109 CorrectionCandidateCallback &CCC, in CorrectTypo()
151 CorrectionCandidateCallback &CCC, in CorrectTypo()
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp110 CorrectionCandidateCallback &CCC, in CorrectTypo()
152 CorrectionCandidateCallback &CCC, in CorrectTypo()
/external/clang/include/clang/Sema/
DExternalSemaSource.h204 CorrectionCandidateCallback &CCC, in CorrectTypo()
DSemaInternal.h113 std::unique_ptr<CorrectionCandidateCallback> CCC, in TypoCorrectionConsumer()
/external/llvm-project/clang/include/clang/Sema/
DExternalSemaSource.h214 CorrectionCandidateCallback &CCC, in CorrectTypo()
DSemaInternal.h95 std::unique_ptr<CorrectionCandidateCallback> CCC, in TypoCorrectionConsumer()
/external/llvm-project/llvm/utils/TableGen/
DDAGISelMatcherOpt.cpp62 if (auto *CCC = dyn_cast<CheckCondCodeMatcher>(MC->getNext())) in ContractNodes() local
/external/clang/test/Analysis/inlining/
DInlineObjCClassMethod.m81 @interface CCC : PPP interface
/external/llvm-project/clang/unittests/Frontend/
DFrontendActionTest.cpp205 CorrectionCandidateCallback &CCC, in CorrectTypo()
/external/llvm-project/clang-tools-extra/clang-include-fixer/
DIncludeFixer.cpp186 CorrectionCandidateCallback &CCC, DeclContext *MemberContext, in CorrectTypo()
/external/llvm-project/clang-tools-extra/clangd/
DIncludeFixer.cpp338 CorrectionCandidateCallback &CCC, in CorrectTypo()
/external/llvm-project/clang/test/SemaCXX/
Dusing-decl-1.cpp128 class CCC { public: void AAA() { } }; in AAA() class

123