Searched refs:CCC (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11.0-release/contrib/groff/src/utils/pfbtops/
H A DMakefile.sub7 LINK.c=$(CCC) $(CCFLAGS) $(LDFLAGS)
/freebsd-11.0-release/contrib/groff/
H A DMakefile.comm25 COMPILE.cpp=$(CCC) $(ALL_CCFLAGS) -c
28 LINK.cpp=$(CCC) $(CCFLAGS) $(LDFLAGS)
282 || $(CCC) $(ALL_CCFLAGS) -MM $(CCSRCS) $$ytabc >>depend.temp
H A DMakefile.in339 # `CCC' is the compiler for C++ (.cpp) files.
340 CCC=@CXX@
391 # -collector=`dirname \`$(CCC) -print-libgcc-file-name\``/ld
402 "CCC=$(CCC)" \
H A 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-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DExternalSemaSource.h200 CorrectionCandidateCallback &CCC,
198 CorrectTypo(const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DMultiplexExternalSemaSource.h328 CorrectionCandidateCallback &CCC,
H A DSemaInternal.h112 std::unique_ptr<CorrectionCandidateCallback> CCC,
118 CorrectionValidator(std::move(CCC)), MemberContext(MemberContext),
108 TypoCorrectionConsumer(Sema &SemaRef, const DeclarationNameInfo &TypoName, Sema::LookupNameKind LookupKind, Scope *S, CXXScopeSpec *SS, std::unique_ptr<CorrectionCandidateCallback> CCC, DeclContext *MemberContext, bool EnteringContext) argument
H A DSema.h1626 /// \param CCC The correction callback, if typo correction is desired.
1631 std::unique_ptr<CorrectionCandidateCallback> CCC = nullptr);
2757 std::unique_ptr<CorrectionCandidateCallback> CCC,
2840 std::unique_ptr<CorrectionCandidateCallback> CCC,
2850 std::unique_ptr<CorrectionCandidateCallback> CCC,
3684 std::unique_ptr<CorrectionCandidateCallback> CCC = nullptr,
3694 std::unique_ptr<CorrectionCandidateCallback> CCC,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp3675 static bool isCandidateViable(CorrectionCandidateCallback &CCC,
3677 Candidate.setCallbackDistance(CCC.RankCandidate(Candidate));
4243 Scope *S, CorrectionCandidateCallback &CCC,
4248 if (CCC.WantExpressionKeywords)
4253 if (CCC.WantObjCSuper)
4256 if (CCC.WantTypeSpecifiers) {
4293 } else if (CCC.WantFunctionLikeCasts) {
4302 if (CCC.WantCXXNamedCasts && SemaRef.getLangOpts().CPlusPlus) {
4309 if (CCC.WantExpressionKeywords) {
4341 if (CCC
[all...]
H A DMultiplexExternalSemaSource.cpp291 CorrectionCandidateCallback &CCC,
296 if (TypoCorrection C = Sources[I]->CorrectTypo(Typo, LookupKind, S, SS, CCC,
288 CorrectTypo( const DeclarationNameInfo &Typo, int LookupKind, Scope *S, CXXScopeSpec *SS, CorrectionCandidateCallback &CCC, DeclContext *MemberContext, bool EnteringContext, const ObjCObjectPointerType *OPT) argument
H A DSemaCodeComplete.cpp1348 static void AddStorageSpecifiers(Sema::ParserCompletionContext CCC, argument
1359 static void AddFunctionSpecifiers(Sema::ParserCompletionContext CCC, argument
1363 switch (CCC) {
1419 static bool WantTypesInContext(Sema::ParserCompletionContext CCC, argument
1421 switch (CCC) {
1515 static void AddOrdinaryNameResults(Sema::ParserCompletionContext CCC, argument
1524 switch (CCC) {
1599 if (CCC == Sema::PCC_Class) {
1634 AddStorageSpecifiers(CCC, SemaRef.getLangOpts(), Results);
1635 AddFunctionSpecifiers(CCC, SemaRe
[all...]
H A DSemaExpr.cpp1800 std::unique_ptr<CorrectionCandidateCallback> CCC,
1890 R.getLookupNameInfo(), R.getLookupKind(), S, &SS, std::move(CCC),
1900 &SS, std::move(CCC), CTK_ErrorRecovery))) {
2049 std::unique_ptr<CorrectionCandidateCallback> CCC,
2166 assert((!CCC || CCC->IsAddressOfOperand == IsAddressOfOperand) &&
2168 if (CCC) {
2170 CCC->setTypoName(II);
2172 CCC->setTypoNNS(SS.getScopeRep());
2175 CCC
1799 DiagnoseEmptyLookup(Scope *S, CXXScopeSpec &SS, LookupResult &R, std::unique_ptr<CorrectionCandidateCallback> CCC, TemplateArgumentListInfo *ExplicitTemplateArgs, ArrayRef<Expr *> Args, TypoExpr **Out) argument
2046 ActOnIdExpression(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, UnqualifiedId &Id, bool HasTrailingLParen, bool IsAddressOfOperand, std::unique_ptr<CorrectionCandidateCallback> CCC, bool IsInlineAsmIdentifier, Token *KeywordReplacement) argument
[all...]
H A DSemaDecl.cpp734 std::unique_ptr<CorrectionCandidateCallback> CCC) {
807 if (!SecondTry && CCC) {
811 &SS, std::move(CCC),
731 ClassifyName(Scope *S, CXXScopeSpec &SS, IdentifierInfo *&Name, SourceLocation NameLoc, const Token &NextToken, bool IsAddressOfOperand, std::unique_ptr<CorrectionCandidateCallback> CCC) argument
/freebsd-11.0-release/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 in enum:yytokentype
220 #define CCC 324 macro
693 "ADAT", "PROT", "PBSZ", "CCC", "MIC", "CONF", "ENC", "KAUTH", "KLIST",
3044 { "CCC", CCC, ARGS, 1, "" },
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_string.c2886 cx = CCC(ucx[_i]); \
3061 } else if ((cl = CCC(uc2)) == 0) {
3135 cx = CCC(ucx[0]);
3322 if (IS_DECOMPOSABLE_BLOCK(uc) && CCC(uc) != 0) {
3333 fdc[0].ccc = CCC(cp2);
3341 (ccc = CCC(uc2)) != 0 && fdi < FDC_MAX) {
H A Darchive_string_composition.h1007 /* Get Canonical Combining Class(CCC). */
1008 #define CCC(uc) \ macro
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp2692 Sema::ParserCompletionContext CCC = Sema::PCC_Namespace; local
2711 CCC = Sema::PCC_LocalDeclarationSpecifiers;
2713 CCC = DSContext == DSC_class? Sema::PCC_MemberTemplate
2716 CCC = Sema::PCC_Class;
2718 CCC = Sema::PCC_ObjCImplementation;
2720 Actions.CodeCompleteOrdinaryName(getCurScope(), CCC); local
H A DParser.cpp1391 /// \param CCC Indicates how to perform typo-correction for this name. If NULL,
1395 std::unique_ptr<CorrectionCandidateCallback> CCC) {
1435 SS.isEmpty() ? std::move(CCC) : nullptr);
1394 TryAnnotateName(bool IsAddressOfOperand, std::unique_ptr<CorrectionCandidateCallback> CCC) argument
/freebsd-11.0-release/contrib/gperf/lib/
H A Dconfigure648 CCC
2835 if test -n "$CCC"; then
2836 CXX=$CCC
/freebsd-11.0-release/contrib/gperf/src/
H A Dconfigure648 CCC
2837 if test -n "$CCC"; then
2838 CXX=$CCC
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h603 std::unique_ptr<CorrectionCandidateCallback> CCC = nullptr);
/freebsd-11.0-release/contrib/binutils/
H A Dconfigure3699 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
3741 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
/freebsd-11.0-release/contrib/ofed/libibcm/
H A Dconfigure4480 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
4522 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
/freebsd-11.0-release/contrib/ofed/librdmacm/
H A Dconfigure4480 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
4522 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC

Completed in 464 milliseconds

12