Home
last modified time | relevance | path

Searched refs:CCC (Results 1 – 25 of 106) sorted by relevance

12345

/external/clang/test/FixIt/
Dtypo-using.cpp44 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/
Dstack-buffer-overflow-with-position.cc23 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/
Dstack_layout.ll11 ; 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/
Ddebug-info-use-after-free.cpp120 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 {
Dthunk-use-after-free.cpp33 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct
37 class BBB:virtual CCC {
/external/compiler-rt/test/tsan/
Dvirtual_inheritance_compile_bug.cc8 struct CCC: virtual AAA { }; struct
9 struct DDD: CCC, BBB { DDD(); }; // NOLINT
/external/clang/test/Index/
Doverriding-ftemplate-comments.cpp43 template<typename AAA, typename BBB, int CCC>
59 template<template<template<typename CCC> class DDD, class BBB> class AAA>
Doverriding-method-comments.mm45 * \param[out] CCC output value is int
48 - (void)EXT_METH:(id)AAA : (double)BBB : (int)CCC;
51CCC;</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…
Dcomplete-objc-message.m254 // 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
Dcomment-cplus-template-decls.cpp67 template<template<template<typename CCC> class DDD, class BBB> class AAA>
/external/clang/test/SemaCXX/
Dusing-decl-1.cpp130 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/
DselectC.test113 } {AAA CCC}
120 } {AAA CCC}
128 } {AAA CCC}
136 } {AAA CCC}
143 } {CCC AAA AAA}
150 } {CCC AAA AAA}
Dcolname.test79 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/
Dstyle.css40 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/
Dverify.c45 #warning CCC // expected-warning {{DDD}} <- this shall be part of diagnostic
/external/clang/test/Rewriter/
Drewrite-forward-class.mm37 @class CCC;
/external/clang/include/clang/Sema/
DExternalSemaSource.h201 CorrectionCandidateCallback &CCC, in CorrectTypo() argument
DMultiplexExternalSemaSource.h346 CorrectionCandidateCallback &CCC,
/external/clang/lib/Sema/
DSemaLookup.cpp3268 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 …]
DMultiplexExternalSemaSource.cpp285 CorrectionCandidateCallback &CCC, in CorrectTypo() argument
290 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
/external/clang/test/Analysis/inlining/
DInlineObjCClassMethod.m81 @interface CCC : PPP interface
84 int y = [CCC getInt];
/external/chromium_org/remoting/webapp/
Dmenu_button.css34 border: 1px solid #CCC;
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp106 CorrectionCandidateCallback &CCC, in CorrectTypo() argument
/external/chromium_org/ppapi/cpp/documentation/
Dstylesheet.css68 border: 1px solid #CCC;
/external/chromium_org/ppapi/c/documentation/
Dstylesheet.css68 border: 1px solid #CCC;

12345