Searched refs:CCC (Results 1 - 25 of 45) sorted by relevance

12

/external/clang/test/FixIt/
H A Dtypo-using.cpp44 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} class in namespace:using_suggestion_member_ty
45 class DDD : public CCC { public: using CCC::AAB; }; // expected-error {{no member named 'AAB' in 'using_suggestion_member_ty::CCC'; did you mean 'AAA'?}}
49 class CCC { public: void AAA() { } }; // expected-note {{'AAA' declared here}} class in namespace:using_suggestion_member_val
50 class DDD : public CCC { public: using CCC::AAB; }; // expected-error {{no member named 'AAB' in 'using_suggestion_member_val::CCC'; did you mean 'AAA'?}}
54 class CCC { public: typedef int AAA; }; // expected-note {{'AAA' declared here}} class in namespace:using_suggestion_member_tyname_ty
55 class DDD : public CCC { publi
[all...]
/external/compiler-rt/lib/tsan/lit_tests/
H A Dvirtual_inheritance_compile_bug.cc8 struct CCC: virtual AAA { }; struct in inherits:AAA
9 struct DDD: CCC, BBB { DDD(); }; // NOLINT
/external/clang/test/Frontend/
H A Dverify.c45 #warning CCC // expected-warning {{DDD}} <- this shall be part of diagnostic
61 // CHECK2-NEXT: Line 45: CCC // expected-warning {{[{][{]DDD[}][}]}} <- this shall be part of diagnostic
/external/clang/test/Index/
H A Dcomment-cplus-template-decls.cpp67 template<template<template<typename CCC> class DDD, class BBB> class AAA>
H A Doverriding-ftemplate-comments.cpp41 /// \tparam CCC Ccc
43 template<typename AAA, typename BBB, int CCC>
46 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-ftemplate-comments.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_20</Name><USR>c:@FT@&gt;3#T#T#NIcomment_to_html_conversion_20#t0.0#t0.1#</USR><Declaration>template &lt;typename AAA, typename BBB, int CCC&gt;\nvoid comment_to_html_conversion_20(AAA aaa, BBB bbb)</Declaration><TemplateParameters><Parameter><Name>AAA</Name><Index>0</Index><Discussion><Para> Aaa</Para></Discussion></Parameter><Parameter><Name>BBB</Name><Index>1</Index><Discussion><Para> Bbb </Para></Discussion></Parameter><Parameter><Name>CCC</Name><Index>2</Index><Discussion><Para> Ccc </Para></Discussion></Parameter><Parameter><Name>UUU</Name><Discussion><Para> Zzz </Para></Discussion></Parameter></TemplateParameters></Function>]
57 /// \tparam CCC Ccc
59 template<template<template<typename CCC> class DDD, class BBB> class AAA>
62 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-ftemplate-comments.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_21</Name><USR>c:@FT@&gt;1#t&gt;2#t&gt;1#T#Tcomment_to_html_conversion_21#</USR><Declaration>template &lt;template &lt;template &lt;typename CCC&gt; class DDD, class BBB&gt; class AAA&gt;\nvoid comment_to_html_conversion_21()</Declaration><TemplateParameters><Parameter><Name>AAA</Name><Index>0</Index><Discussion><Para> Aaa </Para></Discussion></Parameter><Parameter><Name>BBB</Name><Discussion><Para> Bbb </Para></Discussion></Parameter><Parameter><Name>CCC</Name><Discussion><Para> Ccc </Para></Discussion></Parameter><Parameter><Name>DDD</Name><Discussion><Para> Ddd</Para></Discussion></Parameter></TemplateParameters></Function>]
/external/clang/test/CodeGenCXX/
H A Dthunk-use-after-free.cpp33 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct in inherits:DDD
37 class BBB:virtual CCC {
H A Ddebug-info-use-after-free.cpp120 struct CCC:DDD { virtual void xxx (HHH < X1 >); }; struct in inherits:DDD
124 class BBB:virtual CCC {
241 template < typename CCC, typename =
242 typename CCC::key_equal, typename =
243 EEE < CCC > >class III {
/external/clang/test/SemaCXX/
H A Dusing-decl-1.cpp129 class CCC { public: void AAA() { } }; class in namespace:using_suggestion_member_tyname_val
130 class DDD : public CCC { public: using typename CCC::AAB; }; // expected-error {{no member named 'AAB' in 'using_suggestion_member_tyname_val::CCC'}}
/external/chromium_org/remoting/webapp/
H A Dmenu_button.css26 border: 1px solid #CCC;
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/styles/
H A 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/lib/Sema/
H A DSemaLookup.cpp3681 Scope *S, CorrectionCandidateCallback &CCC,
3686 if (CCC.WantExpressionKeywords)
3691 if (CCC.WantObjCSuper)
3694 if (CCC.WantTypeSpecifiers) {
3733 if (CCC.WantCXXNamedCasts && SemaRef.getLangOpts().CPlusPlus) {
3740 if (CCC.WantExpressionKeywords) {
3772 if (CCC.WantRemainingKeywords) {
3822 static bool isCandidateViable(CorrectionCandidateCallback &CCC, argument
3824 Candidate.setCallbackDistance(CCC.RankCandidate(Candidate));
3842 /// \param CCC
3679 AddKeywordsToConsumer(Sema &SemaRef, TypoCorrectionConsumer &Consumer, Scope *S, CorrectionCandidateCallback &CCC, bool AfterNestedNameSpecifier) argument
3859 CorrectTypo(const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
[all...]
H A DSemaCodeComplete.cpp1347 static void AddStorageSpecifiers(Sema::ParserCompletionContext CCC, argument
1358 static void AddFunctionSpecifiers(Sema::ParserCompletionContext CCC, argument
1362 switch (CCC) {
1418 static bool WantTypesInContext(Sema::ParserCompletionContext CCC, argument
1420 switch (CCC) {
1514 static void AddOrdinaryNameResults(Sema::ParserCompletionContext CCC, argument
1523 switch (CCC) {
1598 if (CCC == Sema::PCC_Class) {
1633 AddStorageSpecifiers(CCC, SemaRef.getLangOpts(), Results);
1634 AddFunctionSpecifiers(CCC, SemaRe
[all...]
H A DSemaExpr.cpp1656 CorrectionCandidateCallback &CCC,
1776 S, &SS, CCC))) {
1882 CorrectionCandidateCallback *CCC,
2004 if (DiagnoseEmptyLookup(S, SS, R, CCC ? *CCC : DefaultValidator))
3903 FunctionCallCCC CCC(S, FuncName.getName().getAsIdentifierInfo(),
3907 S.getScopeForContext(S.CurContext), NULL, CCC)) {
1655 DiagnoseEmptyLookup(Scope *S, CXXScopeSpec &SS, LookupResult &R, CorrectionCandidateCallback &CCC, TemplateArgumentListInfo *ExplicitTemplateArgs, llvm::ArrayRef<Expr *> Args) argument
1876 ActOnIdExpression(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, CorrectionCandidateCallback *CCC, bool IsInlineAsmIdentifier) argument
/external/chromium_org/ppapi/c/documentation/
H A Dstylesheet.css68 border: 1px solid #CCC;
/external/chromium_org/ppapi/cpp/documentation/
H A Dstylesheet.css68 border: 1px solid #CCC;
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
H A Dresults.css139 background-color: #CCC;
/external/clang/lib/Parse/
H A DParseDecl.cpp2405 Sema::ParserCompletionContext CCC = Sema::PCC_Namespace; local
2424 CCC = Sema::PCC_LocalDeclarationSpecifiers;
2426 CCC = DSContext == DSC_class? Sema::PCC_MemberTemplate
2429 CCC = Sema::PCC_Class;
2431 CCC = Sema::PCC_ObjCImplementation;
2433 Actions.CodeCompleteOrdinaryName(getCurScope(), CCC); local
H A DParser.cpp1350 /// \param CCC Indicates how to perform typo-correction for this name. If NULL,
1354 CorrectionCandidateCallback *CCC) {
1394 IsAddressOfOperand, SS.isEmpty() ? CCC : 0);
1353 TryAnnotateName(bool IsAddressOfOperand, CorrectionCandidateCallback *CCC) argument
/external/chromium_org/third_party/openssl/openssl/crypto/srp/
H A Dsrp_grps.h70 bn_pack4(9CCC,041C,7BC3,08D8),
/external/openssl/crypto/srp/
H A Dsrp_grps.h70 bn_pack4(9CCC,041C,7BC3,08D8),
/external/clang/include/clang/Parse/
H A DParser.h523 CorrectionCandidateCallback *CCC = 0);
/external/clang/include/clang/Sema/
H A DSema.h1436 /// \param CCC The correction callback, if typo correction is desired.
1443 CorrectionCandidateCallback *CCC = 0);
2476 CorrectionCandidateCallback &CCC,
3147 CorrectionCandidateCallback *CCC = 0,
3156 CorrectionCandidateCallback &CCC,
/external/marisa-trie/
H A Dconfigure703 CCC
2780 if test -n "$CCC"; then
2781 CXX=$CCC
/external/stressapptest/
H A Dconfigure713 CCC
3031 if test -n "$CCC"; then
3032 CXX=$CCC
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A Dinspector.css2204 border-right: 1px solid #CCC;

Completed in 686 milliseconds

12