/freebsd/contrib/netbsd-tests/bin/ps/ |
H A D | t_ps.sh | 257 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 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/contrib/libarchive/libarchive/ |
H A D | archive_string_composition.h | 1005 /* Get Canonical Combining Class(CCC). */ 1006 #define CCC(uc) \ 1008 #define CCC( global() 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/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaInternal.h | 91 std::unique_ptr<CorrectionCandidateCallback> CCC, in TypoCorrectionConsumer() argument 97 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/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 4396 static bool isCandidateViable(CorrectionCandidateCallback &CCC, in isCandidateViable() argument 4398 Candidate.setCallbackDistance(CCC.RankCandidate(Candidate)); in isCandidateViable() 4968 Scope *S, CorrectionCandidateCallback &CCC, in AddKeywordsToConsumer() argument 4973 if (CCC.WantExpressionKeywords) in AddKeywordsToConsumer() 4978 if (CCC.WantObjCSuper) in AddKeywordsToConsumer() 4981 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer() 5020 } else if (CCC.WantFunctionLikeCasts) { in AddKeywordsToConsumer() 5029 if (CCC.WantCXXNamedCasts && SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer() 5036 if (CCC.WantExpressionKeywords) { in AddKeywordsToConsumer() 5067 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 | 1869 AddStorageSpecifiers(SemaCodeCompletion::ParserCompletionContext CCC, in AddStorageSpecifiers() argument 1895 AddFunctionSpecifiers(SemaCodeCompletion::ParserCompletionContext CCC, in AddFunctionSpecifiers() argument 1898 switch (CCC) { in AddFunctionSpecifiers() 1965 static bool WantTypesInContext(SemaCodeCompletion::ParserCompletionContext CCC, in WantTypesInContext() argument 1967 switch (CCC) { in WantTypesInContext() 2135 AddOrdinaryNameResults(SemaCodeCompletion::ParserCompletionContext CCC, in AddOrdinaryNameResults() argument 2141 switch (CCC) { in AddOrdinaryNameResults() 2225 if (CCC == SemaCodeCompletion::PCC_Class) { in AddOrdinaryNameResults() 2269 AddStorageSpecifiers(CCC, SemaRef.getLangOpts(), Results); in AddOrdinaryNameResults() 2270 AddFunctionSpecifiers(CCC, SemaRef.getLangOpts(), Results); in AddOrdinaryNameResults() [all …]
|
H A D | SemaCXXScopeSpec.cpp | 547 NestedNameSpecifierValidatorCCC CCC(*this); in BuildCXXNestedNameSpecifier() local 549 Found.getLookupNameInfo(), Found.getLookupKind(), S, &SS, CCC, in BuildCXXNestedNameSpecifier()
|
H A D | SemaDeclObjC.cpp | 566 ObjCInterfaceValidatorCCC CCC(IDecl); in ActOnSuperClassOfClassInterface() local 569 SemaRef.TUScope, nullptr, CCC, Sema::CTK_ErrorRecovery)) { in ActOnSuperClassOfClassInterface() 1318 DeclFilterCCC<ObjCProtocolDecl> CCC{}; in FindProtocolDeclaration() local 1322 nullptr, CCC, Sema::CTK_ErrorRecovery); in FindProtocolDeclaration() 1698 ObjCTypeArgOrProtocolValidatorCCC CCC(Context, lookupKind); in actOnObjCTypeArgsOrProtocolQualifiers() local 1701 nullptr, CCC, Sema::CTK_ErrorRecovery); in actOnObjCTypeArgsOrProtocolQualifiers() 2002 ObjCInterfaceValidatorCCC CCC{}; in ActOnStartClassImplementation() local 2005 SemaRef.TUScope, nullptr, CCC, Sema::CTK_NonError); in ActOnStartClassImplementation() 5435 DeclFilterCCC<ObjCInterfaceDecl> CCC{}; in getObjCInterfaceDecl() local 5438 SemaRef.TUScope, nullptr, CCC, Sema::CTK_ErrorRecovery)) { in getObjCInterfaceDecl()
|
H A D | SemaTemplateVariadic.cpp | 1035 ParameterPackValidatorCCC CCC{}; in ActOnSizeofParameterPackExpr() local 1038 CCC, CTK_ErrorRecovery)) { in ActOnSizeofParameterPackExpr()
|
H A D | SemaExprMember.cpp | 744 RecordMemberExprValidatorCCC CCC(RTy); in LookupMemberExprInRecord() local 746 R.getLookupNameInfo(), R.getLookupKind(), nullptr, &SS, CCC, in LookupMemberExprInRecord()
|
/freebsd/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/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/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ASTUtils.h | 554 clang::CorrectionCandidateCallback &CCC, in CorrectTypo() argument 559 Source->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseTentative.cpp | 1402 TentativeParseCCC CCC(Next); in isCXXDeclarationSpecifier() local 1403 switch (TryAnnotateName(&CCC)) { in isCXXDeclarationSpecifier() 2264 TentativeParseCCC CCC(Next); in NameAfterArrowIsNonType() local 2266 Actions.ClassifyName(getCurScope(), SS, Name, NameLoc, Next, &CCC); in NameAfterArrowIsNonType()
|
H A D | Parser.cpp | 1780 Parser::TryAnnotateName(CorrectionCandidateCallback *CCC, in TryAnnotateName() argument 1822 getCurScope(), SS, Name, NameLoc, Next, SS.isEmpty() ? CCC : nullptr); in TryAnnotateName() 1835 SS.isEmpty() ? CCC : nullptr); in TryAnnotateName()
|
H A D | ParseStmt.cpp | 221 StatementFilterCCC CCC(Next); in ParseStatementOrDeclarationAfterAttributes() local 222 if (TryAnnotateName(&CCC) == ANK_Error) { in ParseStatementOrDeclarationAfterAttributes()
|
H A D | ParseDecl.cpp | 3721 SemaCodeCompletion::ParserCompletionContext CCC = in ParseDeclarationSpecifiers() local 3742 CCC = DSContext == DeclSpecContext::DSC_class in ParseDeclarationSpecifiers() 3746 CCC = SemaCodeCompletion::PCC_Class; in ParseDeclarationSpecifiers() 3748 CCC = SemaCodeCompletion::PCC_LocalDeclarationSpecifiers; in ParseDeclarationSpecifiers() 3750 CCC = SemaCodeCompletion::PCC_ObjCImplementation; in ParseDeclarationSpecifiers() 3753 Actions.CodeCompletion().CodeCompleteOrdinaryName(getCurScope(), CCC); in ParseDeclarationSpecifiers()
|
/freebsd/contrib/libxo/xohtml/external/ |
H A D | jquery.qtip.css | 119 border-color: #CCC; 521 * border-color: #CCC;
|
/freebsd/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
|
/freebsd/contrib/libxo/xohtml/ |
H A D | xohtml.css | 837 border: solid 1px #CCC;
|