| /freebsd-10-stable/contrib/netbsd-tests/bin/ps/ |
| 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-10-stable/contrib/groff/ |
| D | Makefile.comm | 25 COMPILE.cpp=$(CCC) $(ALL_CCFLAGS) -c 28 LINK.cpp=$(CCC) $(CCFLAGS) $(LDFLAGS)
|
| D | Makefile.in | 340 CCC=@CXX@
|
| D | configure | 2632 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC 2674 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
|
| /freebsd-10-stable/contrib/groff/src/utils/pfbtops/ |
| D | Makefile.sub | 7 LINK.c=$(CCC) $(CCFLAGS) $(LDFLAGS)
|
| /freebsd-10-stable/contrib/libarchive/libarchive/ |
| D | archive_string_composition.h | 1008 #define CCC(uc) \ macro
|
| D | archive_string.c | 2909 cx = CCC(ucx[_i]); \ 3084 } else if ((cl = CCC(uc2)) == 0) { in archive_string_normalize_C() 3158 cx = CCC(ucx[0]); in archive_string_normalize_C() 3345 if (IS_DECOMPOSABLE_BLOCK(uc) && CCC(uc) != 0) { in archive_string_normalize_D() 3356 fdc[0].ccc = CCC(cp2); in archive_string_normalize_D() 3364 (ccc = CCC(uc2)) != 0 && fdi < FDC_MAX) { in archive_string_normalize_D()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaLookup.cpp | 3822 Scope *S, CorrectionCandidateCallback &CCC, in AddKeywordsToConsumer() argument 3827 if (CCC.WantExpressionKeywords) in AddKeywordsToConsumer() 3832 if (CCC.WantObjCSuper) in AddKeywordsToConsumer() 3835 if (CCC.WantTypeSpecifiers) { in AddKeywordsToConsumer() 3874 if (CCC.WantCXXNamedCasts && SemaRef.getLangOpts().CPlusPlus) { in AddKeywordsToConsumer() 3881 if (CCC.WantExpressionKeywords) { in AddKeywordsToConsumer() 3913 if (CCC.WantRemainingKeywords) { in AddKeywordsToConsumer() 3963 static bool isCandidateViable(CorrectionCandidateCallback &CCC, in isCandidateViable() argument 3965 Candidate.setCallbackDistance(CCC.RankCandidate(Candidate)); in isCandidateViable() 4047 CorrectionCandidateCallback &CCC, in CorrectTypo() argument [all …]
|
| D | MultiplexExternalSemaSource.cpp | 280 CorrectionCandidateCallback &CCC, in CorrectTypo() argument 285 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
|
| D | SemaCodeComplete.cpp | 1350 static void AddStorageSpecifiers(Sema::ParserCompletionContext CCC, in AddStorageSpecifiers() argument 1361 static void AddFunctionSpecifiers(Sema::ParserCompletionContext CCC, in AddFunctionSpecifiers() argument 1365 switch (CCC) { in AddFunctionSpecifiers() 1421 static bool WantTypesInContext(Sema::ParserCompletionContext CCC, in WantTypesInContext() argument 1423 switch (CCC) { in WantTypesInContext() 1517 static void AddOrdinaryNameResults(Sema::ParserCompletionContext CCC, in AddOrdinaryNameResults() argument 1526 switch (CCC) { in AddOrdinaryNameResults() 1601 if (CCC == Sema::PCC_Class) { in AddOrdinaryNameResults() 1636 AddStorageSpecifiers(CCC, SemaRef.getLangOpts(), Results); in AddOrdinaryNameResults() 1637 AddFunctionSpecifiers(CCC, SemaRef.getLangOpts(), Results); in AddOrdinaryNameResults() [all …]
|
| D | SemaExpr.cpp | 1708 CorrectionCandidateCallback &CCC, in DiagnoseEmptyLookup() argument 1828 S, &SS, CCC))) { in DiagnoseEmptyLookup() 1922 CorrectionCandidateCallback *CCC, in ActOnIdExpression() argument 2056 if (DiagnoseEmptyLookup(S, SS, R, CCC ? *CCC : DefaultValidator)) in ActOnIdExpression() 3985 FunctionCallCCC CCC(S, FuncName.getName().getAsIdentifierInfo(), in TryTypoCorrectionForCall() local 3989 S.getScopeForContext(S.CurContext), NULL, CCC)) { in TryTypoCorrectionForCall()
|
| D | SemaDecl.cpp | 579 CorrectionCandidateCallback *CCC) { in ClassifyName() argument 645 if (!SecondTry && CCC) { in ClassifyName() 649 &SS, *CCC)) { in ClassifyName()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | ExternalSemaSource.h | 201 CorrectionCandidateCallback &CCC, in CorrectTypo() argument
|
| D | MultiplexExternalSemaSource.h | 338 CorrectionCandidateCallback &CCC,
|
| D | Sema.h | 1453 CorrectionCandidateCallback *CCC = 0); 2509 CorrectionCandidateCallback &CCC, 3225 CorrectionCandidateCallback *CCC = 0, 3234 CorrectionCandidateCallback &CCC,
|
| /freebsd-10-stable/contrib/groff/contrib/mm/examples/ |
| D | MOVE | 117 CCC
|
| D | References | 128 CCC
|
| /freebsd-10-stable/crypto/heimdal/appl/ftp/ftpd/ |
| D | ftpcmd.y | 108 AUTH ADAT PROT PBSZ CCC MIC 693 | CCC CRLF check_secure 988 { "CCC", CCC, ARGS, 1, "" },
|
| D | ftpcmd.c | 135 CCC = 324, enumerator 220 #define CCC 324 macro 3041 { "CCC", CCC, ARGS, 1, "" },
|
| /freebsd-10-stable/crypto/heimdal/appl/ftp/ |
| 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-10-stable/contrib/llvm/tools/clang/lib/Parse/ |
| D | ParseDecl.cpp | 2507 Sema::ParserCompletionContext CCC = Sema::PCC_Namespace; in ParseDeclarationSpecifiers() local 2526 CCC = Sema::PCC_LocalDeclarationSpecifiers; in ParseDeclarationSpecifiers() 2528 CCC = DSContext == DSC_class? Sema::PCC_MemberTemplate in ParseDeclarationSpecifiers() 2531 CCC = Sema::PCC_Class; in ParseDeclarationSpecifiers() 2533 CCC = Sema::PCC_ObjCImplementation; in ParseDeclarationSpecifiers() 2535 Actions.CodeCompleteOrdinaryName(getCurScope(), CCC); in ParseDeclarationSpecifiers()
|
| D | Parser.cpp | 1397 CorrectionCandidateCallback *CCC) { in TryAnnotateName() argument 1437 IsAddressOfOperand, SS.isEmpty() ? CCC : 0); in TryAnnotateName()
|
| /freebsd-10-stable/contrib/gperf/src/ |
| D | configure | 648 CCC 2837 if test -n "$CCC"; then 2838 CXX=$CCC
|
| /freebsd-10-stable/contrib/gperf/lib/ |
| D | configure | 648 CCC 2835 if test -n "$CCC"; then 2836 CXX=$CCC
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/ |
| D | Parser.h | 524 CorrectionCandidateCallback *CCC = 0);
|