/external/clang/test/FixIt/ |
D | typo-using.cpp | 44 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} class 45 class DDD : public CCC { public: using CCC::AAB; }; // expected-error {{no member named 'AAB' in 'u… 49 class CCC { public: void AAA() { } }; // expected-note {{'AAA' declared here}} in AAA() class 50 class DDD : public CCC { public: using CCC::AAB; }; // expected-error {{no member named 'AAB' in 'u… 54 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} class 55 class DDD : public CCC { public: using typename CCC::AAB; }; // expected-error {{no member named 'A…
|
/external/compiler-rt/test/asan/TestCases/ |
D | stack-buffer-overflow-with-position.cc | 23 char AAA[10], BBB[10], CCC[10]; in main() local 26 memset(CCC, 0, sizeof(CCC)); in main() 29 printf("AAA: %p\ny: %p\nz: %p\np: %p\n", AAA, BBB, CCC, p); in main() 31 return *(short*)(p) + BBB[argc % 2] + CCC[argc % 2]; in main()
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | stack_layout.ll | 11 ; CHECK: private unnamed_addr constant{{.*}}3 32 5 3 AAA 64 55 3 BBB 160 555 3 CCC 12 ; CHECK: private unnamed_addr constant{{.*}}3 256 128 3 CCC 448 128 3 BBB 608 128 3 AAA 34 %CCC = alloca [555 x i8], align 1 47 %CCC = alloca [128 x i8], align 256
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-use-after-free.cpp | 120 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct 124 class BBB:virtual CCC { 241 template < typename CCC, typename = 242 typename CCC::key_equal, typename = 243 EEE < CCC > >class III {
|
D | thunk-use-after-free.cpp | 33 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct 37 class BBB:virtual CCC {
|
/external/compiler-rt/test/tsan/ |
D | virtual_inheritance_compile_bug.cc | 8 struct CCC: virtual AAA { }; struct 9 struct DDD: CCC, BBB { DDD(); }; // NOLINT
|
/external/clang/test/Index/ |
D | overriding-ftemplate-comments.cpp | 43 template<typename AAA, typename BBB, int CCC> 59 template<template<template<typename CCC> class DDD, class BBB> class AAA>
|
D | overriding-method-comments.mm | 45 * \param[out] CCC output value is int 48 - (void)EXT_METH:(id)AAA : (double)BBB : (int)CCC; 51 …CCC;</Declaration><Parameters><Parameter><Name>AAA</Name><Index>0</Index><Direction isExplicit="1"… 73 /// \param CCC argument to undefined virtual. 74 virtual void foo_outofline(int CCC); 76 …al void foo_outofline(int CCC)</Declaration><Abstract><Para> Does something. </Para></Abstract><Pa…
|
D | complete-objc-message.m | 254 // RUN: c-index-test -code-completion-at=%s:116:14 %s | FileCheck -check-prefix=CHECK-CCC %s 255 // CHECK-CCC: ObjCClassMethodDecl:{ResultType int}{TypedText Method} 256 // CHECK-CCC: ObjCClassMethodDecl:{ResultType int}{TypedText Method:}{Placeholder (int)} 257 // CHECK-CCC: ObjCClassMethodDecl:{ResultType int}{TypedText Method:}{Placeholder (float)}{Horizont… 258 // CHECK-CCC: ObjCClassMethodDecl:{ResultType int}{TypedText Method:}{Placeholder (float)}{Horizont… 259 // CHECK-CCC: ObjCClassMethodDecl:{ResultType int}{TypedText Method:}{Placeholder (float)}{Horizont… 260 // CHECK-CCC: ObjCClassMethodDecl:{ResultType int}{TypedText OtherMethod:}{Placeholder (float)}{Hor… 327 // RUN: c-index-test -code-completion-at=%s:140:14 %s | FileCheck -check-prefix=CHECK-CCC %s 330 // RUN: c-index-test -code-completion-at=%s:141:14 %s | FileCheck -check-prefix=CHECK-CCC %s
|
D | comment-cplus-template-decls.cpp | 67 template<template<template<typename CCC> class DDD, class BBB> class AAA>
|
/external/clang/test/SemaCXX/ |
D | using-decl-1.cpp | 130 class CCC { public: void AAA() { } }; in AAA() class 131 class DDD : public CCC { public: using typename CCC::AAB; }; // expected-error {{no member named 'A…
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | selectC.test | 113 } {AAA CCC} 120 } {AAA CCC} 128 } {AAA CCC} 136 } {AAA CCC} 143 } {CCC AAA AAA} 150 } {CCC AAA AAA}
|
D | colname.test | 79 SELECT +tabc.a AS AAA, -tabc.b AS BBB, tabc.c CCC, * FROM tabc 81 } {AAA 1 BBB -2 CCC 3 a 1 b 2 c 3} 136 SELECT +tabc.a AS AAA, -tabc.b AS BBB, tabc.c CCC FROM tabc 138 } {AAA 1 BBB -2 CCC 3} 202 SELECT +tabc.a AS AAA, -tabc.b AS BBB, tabc.c CCC FROM tabc 204 } {AAA 1 BBB -2 CCC 3}
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/styles/ |
D | style.css | 40 border-bottom: 1px solid #CCC; 53 border-bottom: 1px solid #CCC; 148 border-bottom: 1px solid #CCC; 253 border-top: 1px solid #CCC;
|
/external/clang/test/Frontend/ |
D | verify.c | 45 #warning CCC // expected-warning {{DDD}} <- this shall be part of diagnostic
|
/external/clang/test/Rewriter/ |
D | rewrite-forward-class.mm | 37 @class CCC;
|
/external/clang/include/clang/Sema/ |
D | ExternalSemaSource.h | 201 CorrectionCandidateCallback &CCC, in CorrectTypo() argument
|
D | MultiplexExternalSemaSource.h | 346 CorrectionCandidateCallback &CCC,
|
/external/clang/lib/Sema/ |
D | SemaLookup.cpp | 3268 static bool isCandidateViable(CorrectionCandidateCallback &CCC, in isCandidateViable() argument 3270 Candidate.setCallbackDistance(CCC.RankCandidate(Candidate)); in isCandidateViable() 3338 CorrectionCandidateCallback &CCC, in TypoCorrectionConsumer() argument 3342 SS(SS), CorrectionValidator(CCC), MemberContext(MemberContext), in TypoCorrectionConsumer() 3944 Scope *S, CorrectionCandidateCallback &CCC, in AddKeywordsToConsumer() argument 3949 if (CCC.WantExpressionKeywords) in AddKeywordsToConsumer() 3954 if (CCC.WantObjCSuper) in AddKeywordsToConsumer() 3957 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer() 3996 if (CCC.WantCXXNamedCasts && SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer() 4003 if (CCC.WantExpressionKeywords) { in AddKeywordsToConsumer() [all …]
|
D | MultiplexExternalSemaSource.cpp | 285 CorrectionCandidateCallback &CCC, in CorrectTypo() argument 290 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
|
/external/clang/test/Analysis/inlining/ |
D | InlineObjCClassMethod.m | 81 @interface CCC : PPP interface 84 int y = [CCC getInt];
|
/external/chromium_org/remoting/webapp/ |
D | menu_button.css | 34 border: 1px solid #CCC;
|
/external/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 106 CorrectionCandidateCallback &CCC, in CorrectTypo() argument
|
/external/chromium_org/ppapi/cpp/documentation/ |
D | stylesheet.css | 68 border: 1px solid #CCC;
|
/external/chromium_org/ppapi/c/documentation/ |
D | stylesheet.css | 68 border: 1px solid #CCC;
|