| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ |
| H A D | namespace.cc | 24 namespace CCC { namespace 56 char BBB::CCC::xyzq (char c) in xyzq() 180 c1 = BBB::CCC::xyzq ('m'); in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| H A D | dyncast1.C | 31 class CCC : protected B {}; 32 class DDD : protected CCC {}; 50 if(dynamic_cast<CCC*> ((B*)&ddd)) error(9); in test01()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | SemaInternal.h | 95 std::unique_ptr<CorrectionCandidateCallback> CCC, in TypoCorrectionConsumer() argument 101 CorrectionValidator(std::move(CCC)), MemberContext(MemberContext), in TypoCorrectionConsumer()
|
| H A D | ExternalSemaSource.h | 212 CorrectionCandidateCallback &CCC, in CorrectTypo() argument
|
| H A D | MultiplexExternalSemaSource.h | 345 CorrectionCandidateCallback &CCC,
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | fr30-opc.c | 1064 { { MNEM, ' ', OP (U4C), ',', OP (CCC), ',', OP (CRJ), ',', OP (CRI), 0 } }, 1070 { { MNEM, ' ', OP (U4C), ',', OP (CCC), ',', OP (RJC), ',', OP (CRI), 0 } }, 1076 { { MNEM, ' ', OP (U4C), ',', OP (CCC), ',', OP (CRJ), ',', OP (RIC), 0 } }, 1082 { { MNEM, ' ', OP (U4C), ',', OP (CCC), ',', OP (CRJ), ',', OP (RIC), 0 } },
|
| H A D | tic54x-opc.c | 129 #define CCC 0x0C macro 149 { "c", CCC }, { "C", CCC },
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | fr30-opc.c | 1064 { { MNEM, ' ', OP (U4C), ',', OP (CCC), ',', OP (CRJ), ',', OP (CRI), 0 } }, 1070 { { MNEM, ' ', OP (U4C), ',', OP (CCC), ',', OP (RJC), ',', OP (CRI), 0 } }, 1076 { { MNEM, ' ', OP (U4C), ',', OP (CCC), ',', OP (CRJ), ',', OP (RIC), 0 } }, 1082 { { MNEM, ' ', OP (U4C), ',', OP (CCC), ',', OP (CRJ), ',', OP (RIC), 0 } },
|
| H A D | tic54x-opc.c | 129 #define CCC 0x0C macro 149 { "c", CCC }, { "C", CCC },
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 4447 static bool isCandidateViable(CorrectionCandidateCallback &CCC, in isCandidateViable() argument 4449 Candidate.setCallbackDistance(CCC.RankCandidate(Candidate)); in isCandidateViable() 5018 Scope *S, CorrectionCandidateCallback &CCC, in AddKeywordsToConsumer() argument 5023 if (CCC.WantExpressionKeywords) in AddKeywordsToConsumer() 5028 if (CCC.WantObjCSuper) in AddKeywordsToConsumer() 5031 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer() 5067 } else if (CCC.WantFunctionLikeCasts) { in AddKeywordsToConsumer() 5076 if (CCC.WantCXXNamedCasts && SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer() 5083 if (CCC.WantExpressionKeywords) { in AddKeywordsToConsumer() 5114 if (CCC.WantRemainingKeywords) { in AddKeywordsToConsumer() [all …]
|
| H A D | MultiplexExternalSemaSource.cpp | 323 CorrectionCandidateCallback &CCC, in CorrectTypo() argument 328 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
|
| H A D | SemaCodeComplete.cpp | 1801 static void AddStorageSpecifiers(Sema::ParserCompletionContext CCC, in AddStorageSpecifiers() argument 1827 static void AddFunctionSpecifiers(Sema::ParserCompletionContext CCC, in AddFunctionSpecifiers() argument 1831 switch (CCC) { in AddFunctionSpecifiers() 1897 static bool WantTypesInContext(Sema::ParserCompletionContext CCC, in WantTypesInContext() argument 1899 switch (CCC) { in WantTypesInContext() 2067 static void AddOrdinaryNameResults(Sema::ParserCompletionContext CCC, Scope *S, in AddOrdinaryNameResults() argument 2073 switch (CCC) { in AddOrdinaryNameResults() 2157 if (CCC == Sema::PCC_Class) { in AddOrdinaryNameResults() 2201 AddStorageSpecifiers(CCC, SemaRef.getLangOpts(), Results); in AddOrdinaryNameResults() 2202 AddFunctionSpecifiers(CCC, SemaRef.getLangOpts(), Results); in AddOrdinaryNameResults() [all …]
|
| H A D | SemaCXXScopeSpec.cpp | 636 NestedNameSpecifierValidatorCCC CCC(*this); in BuildCXXNestedNameSpecifier() local 638 Found.getLookupNameInfo(), Found.getLookupKind(), S, &SS, CCC, in BuildCXXNestedNameSpecifier()
|
| H A D | SemaTemplateVariadic.cpp | 1025 ParameterPackValidatorCCC CCC{}; in ActOnSizeofParameterPackExpr() local 1028 CCC, CTK_ErrorRecovery)) { in ActOnSizeofParameterPackExpr()
|
| H A D | SemaDeclObjC.cpp | 558 ObjCInterfaceValidatorCCC CCC(IDecl); in ActOnSuperClassOfClassInterface() local 561 TUScope, nullptr, CCC, CTK_ErrorRecovery)) { in ActOnSuperClassOfClassInterface() 1320 DeclFilterCCC<ObjCProtocolDecl> CCC{}; in FindProtocolDeclaration() local 1323 TUScope, nullptr, CCC, CTK_ErrorRecovery); in FindProtocolDeclaration() 1702 ObjCTypeArgOrProtocolValidatorCCC CCC(Context, lookupKind); in actOnObjCTypeArgsOrProtocolQualifiers() local 1705 lookupKind, S, nullptr, CCC, CTK_ErrorRecovery); in actOnObjCTypeArgsOrProtocolQualifiers() 2002 ObjCInterfaceValidatorCCC CCC{}; in ActOnStartClassImplementation() local 2005 LookupOrdinaryName, TUScope, nullptr, CCC, CTK_NonError); in ActOnStartClassImplementation()
|
| H A D | SemaExprMember.cpp | 702 RecordMemberExprValidatorCCC CCC(RTy); in LookupMemberExprInRecord() local 704 R.getLookupNameInfo(), R.getLookupKind(), nullptr, &SS, CCC, in LookupMemberExprInRecord()
|
| H A D | SemaExprObjC.cpp | 2102 DeclFilterCCC<ObjCPropertyDecl> CCC{}; in HandleExprPropertyRefExpr() local 2105 nullptr, nullptr, CCC, CTK_ErrorRecovery, IFace, false, OPT)) { in HandleExprPropertyRefExpr() 2353 ObjCInterfaceOrSuperCCC CCC(getCurMethodDecl()); in getObjCMessageKind() local 2355 Result.getLookupNameInfo(), Result.getLookupKind(), S, nullptr, CCC, in getObjCMessageKind()
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherOpt.cpp | 62 if (auto *CCC = dyn_cast<CheckCondCodeMatcher>(MC->getNext())) in ContractNodes() local 64 New = new CheckChild2CondCodeMatcher(CCC->getCondCodeName()); in ContractNodes()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTUtils.h | 548 clang::CorrectionCandidateCallback &CCC, in CorrectTypo() argument 553 Source->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseTentative.cpp | 1341 TentativeParseCCC CCC(Next); in isCXXDeclarationSpecifier() local 1342 switch (TryAnnotateName(&CCC)) { in isCXXDeclarationSpecifier()
|
| H A D | Parser.cpp | 1715 Parser::TryAnnotateName(CorrectionCandidateCallback *CCC, in TryAnnotateName() argument 1757 getCurScope(), SS, Name, NameLoc, Next, SS.isEmpty() ? CCC : nullptr); in TryAnnotateName() 1770 SS.isEmpty() ? CCC : nullptr); in TryAnnotateName()
|
| H A D | ParseDecl.cpp | 3301 Sema::ParserCompletionContext CCC = Sema::PCC_Namespace; in ParseDeclarationSpecifiers() local 3322 CCC = DSContext == DeclSpecContext::DSC_class ? Sema::PCC_MemberTemplate in ParseDeclarationSpecifiers() 3325 CCC = Sema::PCC_Class; in ParseDeclarationSpecifiers() 3327 CCC = Sema::PCC_LocalDeclarationSpecifiers; in ParseDeclarationSpecifiers() 3329 CCC = Sema::PCC_ObjCImplementation; in ParseDeclarationSpecifiers() 3332 Actions.CodeCompleteOrdinaryName(getCurScope(), CCC); in ParseDeclarationSpecifiers()
|
| H A D | ParseStmt.cpp | 212 StatementFilterCCC CCC(Next); in ParseStatementOrDeclarationAfterAttributes() local 213 if (TryAnnotateName(&CCC) == ANK_Error) { in ParseStatementOrDeclarationAfterAttributes()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/CJK/ |
| H A D | GB2312.pm | 213 7C73 79D8 89C5 6CCC 871C 5BC6 5E42 68C9 7720 7EF5 673 7C9E 7CA2 7CB2 7CBC 7CBD 7CC1 7CC7 7CCC 7CCD 7CC8 696 9CC6 9CC7 9CCA 9CCB 9CCC 9CCD 9CCE 9CCF 9CD0 9CD3
|
| H A D | Big5.pm | 127 6C13 6C1B 6CE3 6CE8 6CF3 6CB1 6CCC 6CE5 6CB3 6CBD 654 5C4C 5CD0 5CD8 5CCC 5CD7 5CCB 5CDB 5CDE 5CDA 5CC9 933 8C65 8C64 8C66 8C86 8C84 8C85 8CCC 8D68 8D69 8D91 1037 7BAC 7BCE 7BAF 7BB9 7BCA 7BB5 7CC5 7CC8 7CCC 7CCB
|