| /freebsd-14.2/contrib/netbsd-tests/bin/ps/ |
| H A D | t_ps.sh | 258 '^ *PPP CCC$' 259 check_heading_regexp '-o pid,comm=CCC' \ 260 '^'"${head_regexp_pid}"' CCC$' 261 check_heading_regexp '-o pid -o comm=CCC' \ 262 '^'"${head_regexp_pid}"' CCC$' 264 check_heading_regexp '-o comm=CCC' \ 265 '^CCC$' 268 '^CCC *PPP$' 291 '^ *PPP,comm=CCC$' # not like '-o pid=PPP -o comm=CCC' 317 '^ * CCC$' [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | CodeCompletion.cpp | 75 CodeCompletionContext CCC; member in clang::CompletionContextHandler 82 CompletionContextHandler(Sema &S, CodeCompletionContext CCC, in CompletionContextHandler() argument 84 : CCC(CCC), Results(Results), S(S) {} in CompletionContextHandler() 90 auto PreferredType = CCC.getPreferredType(); in handleDeclaration() 124 if (!CCC.getBaseType().isNull() || !CCC.getPreferredType().isNull()) in handleKeyword() 141 DotMemberAccessHandler(Sema &S, CodeCompletionContext CCC, in DotMemberAccessHandler() argument 143 : CompletionContextHandler(S, CCC, Results) {} in DotMemberAccessHandler() 152 CCC.getBaseType()->getAsCXXRecordDecl()->getCanonicalDecl()) { in handleDeclaration()
|
| /freebsd-14.2/contrib/libarchive/libarchive/ |
| H A D | archive_string_composition.h | 1006 #define CCC(uc) \ macro
|
| H A D | archive_string.c | 2902 cx = CCC(ucx[_i]); \ 3077 } else if ((cl = CCC(uc2)) == 0) { in archive_string_normalize_C() 3151 cx = CCC(ucx[0]); in archive_string_normalize_C() 3338 if (IS_DECOMPOSABLE_BLOCK(uc) && CCC(uc) != 0) { in archive_string_normalize_D() 3349 fdc[0].ccc = CCC(cp2); in archive_string_normalize_D() 3357 (ccc = CCC(uc2)) != 0 && fdi < FDC_MAX) { in archive_string_normalize_D()
|
| /freebsd-14.2/contrib/llvm-project/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,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 4465 static bool isCandidateViable(CorrectionCandidateCallback &CCC, in isCandidateViable() argument 4467 Candidate.setCallbackDistance(CCC.RankCandidate(Candidate)); in isCandidateViable() 5041 if (CCC.WantExpressionKeywords) in AddKeywordsToConsumer() 5046 if (CCC.WantObjCSuper) in AddKeywordsToConsumer() 5049 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer() 5085 } else if (CCC.WantFunctionLikeCasts) { in AddKeywordsToConsumer() 5094 if (CCC.WantCXXNamedCasts && SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer() 5101 if (CCC.WantExpressionKeywords) { in AddKeywordsToConsumer() 5132 if (CCC.WantRemainingKeywords) { in AddKeywordsToConsumer() 5184 Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, in makeTypoCorrectionConsumer() argument [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 | SemaCXXScopeSpec.cpp | 612 NestedNameSpecifierValidatorCCC CCC(*this); in BuildCXXNestedNameSpecifier() local 614 Found.getLookupNameInfo(), Found.getLookupKind(), S, &SS, CCC, in BuildCXXNestedNameSpecifier()
|
| H A D | SemaCodeComplete.cpp | 1890 switch (CCC) { in AddFunctionSpecifiers() 1959 switch (CCC) { in WantTypesInContext() 2134 switch (CCC) { in AddOrdinaryNameResults() 2218 if (CCC == Sema::PCC_Class) { in AddOrdinaryNameResults() 2262 AddStorageSpecifiers(CCC, SemaRef.getLangOpts(), Results); in AddOrdinaryNameResults() 2263 AddFunctionSpecifiers(CCC, SemaRef.getLangOpts(), Results); in AddOrdinaryNameResults() 2268 AddStorageSpecifiers(CCC, SemaRef.getLangOpts(), Results); in AddOrdinaryNameResults() 2274 AddStorageSpecifiers(CCC, SemaRef.getLangOpts(), Results); in AddOrdinaryNameResults() 2523 AddStorageSpecifiers(CCC, SemaRef.getLangOpts(), Results); in AddOrdinaryNameResults() 2529 CCC == Sema::PCC_ParenthesizedExpression) { in AddOrdinaryNameResults() [all …]
|
| H A D | SemaTemplateVariadic.cpp | 1032 ParameterPackValidatorCCC CCC{}; in ActOnSizeofParameterPackExpr() local 1035 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 | 734 RecordMemberExprValidatorCCC CCC(RTy); in LookupMemberExprInRecord() local 736 R.getLookupNameInfo(), R.getLookupKind(), nullptr, &SS, CCC, in LookupMemberExprInRecord()
|
| H A D | SemaExprObjC.cpp | 2104 DeclFilterCCC<ObjCPropertyDecl> CCC{}; in HandleExprPropertyRefExpr() local 2107 nullptr, nullptr, CCC, CTK_ErrorRecovery, IFace, false, OPT)) { in HandleExprPropertyRefExpr() 2355 ObjCInterfaceOrSuperCCC CCC(getCurMethodDecl()); in getObjCMessageKind() local 2357 Result.getLookupNameInfo(), Result.getLookupKind(), S, nullptr, CCC, in getObjCMessageKind()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/clock/ |
| H A D | microchip,mpfs-ccc.yaml | 31 The CCC PLL's have two input clocks. It is required that even if the input
|
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherOpt.cpp | 64 if (auto *CCC = dyn_cast<CheckCondCodeMatcher>(MC->getNext())) in ContractNodes() local 66 New = new CheckChild2CondCodeMatcher(CCC->getCondCodeName()); in ContractNodes()
|
| /freebsd-14.2/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | ftpcmd.y | 108 AUTH ADAT PROT PBSZ CCC MIC 693 | CCC CRLF check_secure 988 { "CCC", CCC, ARGS, 1, "" },
|
| H A D | ftpcmd.c | 135 CCC = 324, enumerator 220 #define CCC 324 macro 3041 { "CCC", CCC, ARGS, 1, "" },
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseTentative.cpp | 1381 TentativeParseCCC CCC(Next); in isCXXDeclarationSpecifier() local 1382 switch (TryAnnotateName(&CCC)) { in isCXXDeclarationSpecifier() 2237 TentativeParseCCC CCC(Next); in NameAfterArrowIsNonType() local 2239 Actions.ClassifyName(getCurScope(), SS, Name, NameLoc, Next, &CCC); in NameAfterArrowIsNonType()
|
| H A D | Parser.cpp | 1770 Parser::TryAnnotateName(CorrectionCandidateCallback *CCC, in TryAnnotateName() argument 1812 getCurScope(), SS, Name, NameLoc, Next, SS.isEmpty() ? CCC : nullptr); in TryAnnotateName() 1825 SS.isEmpty() ? CCC : nullptr); in TryAnnotateName()
|
| H A D | ParseDecl.cpp | 3453 Sema::ParserCompletionContext CCC = Sema::PCC_Namespace; in ParseDeclarationSpecifiers() local 3474 CCC = DSContext == DeclSpecContext::DSC_class ? Sema::PCC_MemberTemplate in ParseDeclarationSpecifiers() 3477 CCC = Sema::PCC_Class; in ParseDeclarationSpecifiers() 3479 CCC = Sema::PCC_LocalDeclarationSpecifiers; in ParseDeclarationSpecifiers() 3481 CCC = Sema::PCC_ObjCImplementation; in ParseDeclarationSpecifiers() 3484 Actions.CodeCompleteOrdinaryName(getCurScope(), CCC); in ParseDeclarationSpecifiers()
|
| /freebsd-14.2/contrib/libxo/xohtml/external/ |
| H A D | jquery.qtip.css | 119 border-color: #CCC; 521 * border-color: #CCC;
|
| /freebsd-14.2/crypto/heimdal/appl/ftp/ |
| H A D | ChangeLog | 100 (from MIT); make sure we CCC if switching to clear-text command 142 * ftp/security.c: keep track of if CCC was passed 144 * ftpd/extern.h: variable to keep track of if CCC was passed 146 * ftpd/ftpcmd.y: sprinkel check_secure, check if CCC was passed in
|