Home
last modified time | relevance | path

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

123

/freebsd-14.2/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh258 '^ *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 DCodeCompletion.cpp75 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 Darchive_string_composition.h1006 #define CCC(uc) \ macro
H A Darchive_string.c2902 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 DSemaInternal.h95 std::unique_ptr<CorrectionCandidateCallback> CCC, in TypoCorrectionConsumer() argument
101 CorrectionValidator(std::move(CCC)), MemberContext(MemberContext), in TypoCorrectionConsumer()
H A DExternalSemaSource.h212 CorrectionCandidateCallback &CCC, in CorrectTypo() argument
H A DMultiplexExternalSemaSource.h345 CorrectionCandidateCallback &CCC,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4465 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 DMultiplexExternalSemaSource.cpp323 CorrectionCandidateCallback &CCC, in CorrectTypo() argument
328 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
H A DSemaCXXScopeSpec.cpp612 NestedNameSpecifierValidatorCCC CCC(*this); in BuildCXXNestedNameSpecifier() local
614 Found.getLookupNameInfo(), Found.getLookupKind(), S, &SS, CCC, in BuildCXXNestedNameSpecifier()
H A DSemaCodeComplete.cpp1890 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 DSemaTemplateVariadic.cpp1032 ParameterPackValidatorCCC CCC{}; in ActOnSizeofParameterPackExpr() local
1035 CCC, CTK_ErrorRecovery)) { in ActOnSizeofParameterPackExpr()
H A DSemaDeclObjC.cpp558 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 DSemaExprMember.cpp734 RecordMemberExprValidatorCCC CCC(RTy); in LookupMemberExprInRecord() local
736 R.getLookupNameInfo(), R.getLookupKind(), nullptr, &SS, CCC, in LookupMemberExprInRecord()
H A DSemaExprObjC.cpp2104 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 Dmicrochip,mpfs-ccc.yaml31 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 DDAGISelMatcherOpt.cpp64 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 Dftpcmd.y108 AUTH ADAT PROT PBSZ CCC MIC
693 | CCC CRLF check_secure
988 { "CCC", CCC, ARGS, 1, "" },
H A Dftpcmd.c135 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 DASTUtils.h548 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 DParseTentative.cpp1381 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 DParser.cpp1770 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 DParseDecl.cpp3453 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 Djquery.qtip.css119 border-color: #CCC;
521 * border-color: #CCC;
/freebsd-14.2/crypto/heimdal/appl/ftp/
H A DChangeLog100 (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

123