Home
last modified time | relevance | path

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

123

/freebsd/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh257 check_heading_regexp '-o pid=PPP -o comm=CCC' \
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$'
267 check_heading_regexp '-o comm=CCC -o pid=PPP' \
268 '^CCC *PPP$'
[all …]
/freebsd/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/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherOpt.cpp65 if (auto *CCC = dyn_cast<CheckCondCodeMatcher>(MC->getNext())) in ContractNodes() local
67 New = new CheckChild2CondCodeMatcher(CCC->getCondCodeName()); in ContractNodes()
181 if (auto *CCC = dyn_cast<CheckCondCodeMatcher>(MS->getNext())) { in ContractNodes() local
182 if (auto *MP = dyn_cast<MoveParentMatcher>(CCC->getNext())) { in ContractNodes()
186 new CheckChild2CondCodeMatcher(CCC->getCondCodeName()); in ContractNodes()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_string_composition.h1006 #define CCC(uc) \ macro
H A Darchive_string.c2965 cx = CCC(ucx[_i]); \
3140 } else if ((cl = CCC(uc2)) == 0) { in archive_string_normalize_C()
3214 cx = CCC(ucx[0]); in archive_string_normalize_C()
3401 if (IS_DECOMPOSABLE_BLOCK(uc) && CCC(uc) != 0) { in archive_string_normalize_D()
3412 fdc[0].ccc = CCC(cp2); in archive_string_normalize_D()
3420 (ccc = CCC(uc2)) != 0 && fdi < FDC_MAX) { in archive_string_normalize_D()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h91 std::unique_ptr<CorrectionCandidateCallback> CCC, in TypoCorrectionConsumer() argument
97 CorrectionValidator(std::move(CCC)), MemberContext(MemberContext), in TypoCorrectionConsumer()
H A DExternalSemaSource.h212 CorrectionCandidateCallback &CCC, in CorrectTypo() argument
H A DMultiplexExternalSemaSource.h354 CorrectionCandidateCallback &CCC,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp4491 static bool isCandidateViable(CorrectionCandidateCallback &CCC, in isCandidateViable() argument
4493 Candidate.setCallbackDistance(CCC.RankCandidate(Candidate)); in isCandidateViable()
5060 Scope *S, CorrectionCandidateCallback &CCC, in AddKeywordsToConsumer() argument
5065 if (CCC.WantExpressionKeywords) in AddKeywordsToConsumer()
5070 if (CCC.WantObjCSuper) in AddKeywordsToConsumer()
5073 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer()
5112 } else if (CCC.WantFunctionLikeCasts) { in AddKeywordsToConsumer()
5121 if (CCC.WantCXXNamedCasts && SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer()
5128 if (CCC.WantExpressionKeywords) { in AddKeywordsToConsumer()
5159 if (CCC.WantRemainingKeywords) { in AddKeywordsToConsumer()
[all …]
H A DMultiplexExternalSemaSource.cpp350 CorrectionCandidateCallback &CCC, in CorrectTypo() argument
355 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
H A DSemaCodeComplete.cpp1874 AddStorageSpecifiers(SemaCodeCompletion::ParserCompletionContext CCC, in AddStorageSpecifiers() argument
1903 AddFunctionSpecifiers(SemaCodeCompletion::ParserCompletionContext CCC, in AddFunctionSpecifiers() argument
1906 switch (CCC) { in AddFunctionSpecifiers()
1976 static bool WantTypesInContext(SemaCodeCompletion::ParserCompletionContext CCC, in WantTypesInContext() argument
1978 switch (CCC) { in WantTypesInContext()
2146 AddOrdinaryNameResults(SemaCodeCompletion::ParserCompletionContext CCC, in AddOrdinaryNameResults() argument
2152 switch (CCC) { in AddOrdinaryNameResults()
2299 if (CCC == SemaCodeCompletion::PCC_Class) { in AddOrdinaryNameResults()
2332 CCC == SemaCodeCompletion::PCC_Template) in AddOrdinaryNameResults()
2349 (CCC == SemaCodeCompletion::PCC_Template || in AddOrdinaryNameResults()
[all …]
H A DSemaCXXScopeSpec.cpp542 NestedNameSpecifierValidatorCCC CCC(*this); in BuildCXXNestedNameSpecifier() local
544 Found.getLookupNameInfo(), Found.getLookupKind(), S, &SS, CCC, in BuildCXXNestedNameSpecifier()
H A DSemaDeclObjC.cpp565 ObjCInterfaceValidatorCCC CCC(IDecl); in ActOnSuperClassOfClassInterface() local
568 SemaRef.TUScope, nullptr, CCC, CorrectTypoKind::ErrorRecovery)) { in ActOnSuperClassOfClassInterface()
1319 DeclFilterCCC<ObjCProtocolDecl> CCC{}; in FindProtocolDeclaration() local
1322 Sema::LookupObjCProtocolName, SemaRef.TUScope, nullptr, CCC, in FindProtocolDeclaration()
1701 ObjCTypeArgOrProtocolValidatorCCC CCC(Context, lookupKind); in actOnObjCTypeArgsOrProtocolQualifiers() local
1704 nullptr, CCC, CorrectTypoKind::ErrorRecovery); in actOnObjCTypeArgsOrProtocolQualifiers()
2005 ObjCInterfaceValidatorCCC CCC{}; in ActOnStartClassImplementation() local
2008 SemaRef.TUScope, nullptr, CCC, CorrectTypoKind::NonError); in ActOnStartClassImplementation()
5438 DeclFilterCCC<ObjCInterfaceDecl> CCC{}; in getObjCInterfaceDecl() local
5441 SemaRef.TUScope, nullptr, CCC, CorrectTypoKind::ErrorRecovery)) { in getObjCInterfaceDecl()
H A DSemaTemplateVariadic.cpp1157 ParameterPackValidatorCCC CCC{}; in ActOnSizeofParameterPackExpr() local
1160 CCC, CorrectTypoKind::ErrorRecovery)) { in ActOnSizeofParameterPackExpr()
H A DSemaExprObjC.cpp2103 DeclFilterCCC<ObjCPropertyDecl> CCC{}; in HandleExprPropertyRefExpr() local
2106 nullptr, nullptr, CCC, CorrectTypoKind::ErrorRecovery, IFace, false, in HandleExprPropertyRefExpr()
2354 ObjCInterfaceOrSuperCCC CCC(SemaRef.getCurMethodDecl()); in getObjCMessageKind() local
2356 Result.getLookupNameInfo(), Result.getLookupKind(), S, nullptr, CCC, in getObjCMessageKind()
/freebsd/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/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp1071 TentativeParseCCC CCC(Next); in isCXXDeclarationSpecifier() local
1072 switch (TryAnnotateName(&CCC)) { in isCXXDeclarationSpecifier()
1889 TentativeParseCCC CCC(Next); in NameAfterArrowIsNonType() local
1891 Actions.ClassifyName(getCurScope(), SS, Name, NameLoc, Next, &CCC); in NameAfterArrowIsNonType()
H A DParser.cpp1687 Parser::TryAnnotateName(CorrectionCandidateCallback *CCC, in TryAnnotateName() argument
1730 getCurScope(), SS, Name, NameLoc, Next, SS.isEmpty() ? CCC : nullptr); in TryAnnotateName()
1743 SS.isEmpty() ? CCC : nullptr); in TryAnnotateName()
H A DParseStmt.cpp175 StatementFilterCCC CCC(Next); in ParseStatementOrDeclarationAfterAttributes() local
176 if (TryAnnotateName(&CCC) == AnnotatedNameKind::Error) { in ParseStatementOrDeclarationAfterAttributes()
H A DParseDecl.cpp3503 SemaCodeCompletion::ParserCompletionContext CCC = in ParseDeclarationSpecifiers() local
3524 CCC = DSContext == DeclSpecContext::DSC_class in ParseDeclarationSpecifiers()
3528 CCC = SemaCodeCompletion::PCC_Class; in ParseDeclarationSpecifiers()
3530 CCC = SemaCodeCompletion::PCC_LocalDeclarationSpecifiers; in ParseDeclarationSpecifiers()
3532 CCC = SemaCodeCompletion::PCC_ObjCImplementation; in ParseDeclarationSpecifiers()
3535 Actions.CodeCompletion().CodeCompleteOrdinaryName(getCurScope(), CCC); in ParseDeclarationSpecifiers()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h610 clang::CorrectionCandidateCallback &CCC, in CorrectTypo() argument
615 Source->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
/freebsd/contrib/libxo/xohtml/external/
H A Djquery.qtip.css119 border-color: #CCC;
521 * border-color: #CCC;
/freebsd/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
/freebsd/contrib/libxo/xohtml/
H A Dxohtml.css837 border: solid 1px #CCC;

123