Home
last modified time | relevance | path

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

12

/freebsd-10-stable/contrib/netbsd-tests/bin/ps/
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-10-stable/contrib/groff/
DMakefile.comm25 COMPILE.cpp=$(CCC) $(ALL_CCFLAGS) -c
28 LINK.cpp=$(CCC) $(CCFLAGS) $(LDFLAGS)
DMakefile.in340 CCC=@CXX@
Dconfigure2632 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/
DMakefile.sub7 LINK.c=$(CCC) $(CCFLAGS) $(LDFLAGS)
/freebsd-10-stable/contrib/libarchive/libarchive/
Darchive_string_composition.h1008 #define CCC(uc) \ macro
Darchive_string.c2909 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/
DSemaLookup.cpp3822 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 …]
DMultiplexExternalSemaSource.cpp280 CorrectionCandidateCallback &CCC, in CorrectTypo() argument
285 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC, in CorrectTypo()
DSemaCodeComplete.cpp1350 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 …]
DSemaExpr.cpp1708 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()
DSemaDecl.cpp579 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/
DExternalSemaSource.h201 CorrectionCandidateCallback &CCC, in CorrectTypo() argument
DMultiplexExternalSemaSource.h338 CorrectionCandidateCallback &CCC,
DSema.h1453 CorrectionCandidateCallback *CCC = 0);
2509 CorrectionCandidateCallback &CCC,
3225 CorrectionCandidateCallback *CCC = 0,
3234 CorrectionCandidateCallback &CCC,
/freebsd-10-stable/contrib/groff/contrib/mm/examples/
DMOVE117 CCC
DReferences128 CCC
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftpd/
Dftpcmd.y108 AUTH ADAT PROT PBSZ CCC MIC
693 | CCC CRLF check_secure
988 { "CCC", CCC, ARGS, 1, "" },
Dftpcmd.c135 CCC = 324, enumerator
220 #define CCC 324 macro
3041 { "CCC", CCC, ARGS, 1, "" },
/freebsd-10-stable/crypto/heimdal/appl/ftp/
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-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseDecl.cpp2507 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()
DParser.cpp1397 CorrectionCandidateCallback *CCC) { in TryAnnotateName() argument
1437 IsAddressOfOperand, SS.isEmpty() ? CCC : 0); in TryAnnotateName()
/freebsd-10-stable/contrib/gperf/src/
Dconfigure648 CCC
2837 if test -n "$CCC"; then
2838 CXX=$CCC
/freebsd-10-stable/contrib/gperf/lib/
Dconfigure648 CCC
2835 if test -n "$CCC"; then
2836 CXX=$CCC
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
DParser.h524 CorrectionCandidateCallback *CCC = 0);

12