| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | CodeCompleteConsumer.cpp | 672 if (CodeCompletionString *CCS = Results[I].CreateCodeCompletionString( in ProcessCodeCompleteResults() local 675 OS << " : " << CCS->getAsString(); in ProcessCodeCompleteResults() 676 if (const char *BriefComment = CCS->getBriefComment()) in ProcessCodeCompleteResults() 687 if (CodeCompletionString *CCS = Results[I].CreateCodeCompletionString( in ProcessCodeCompleteResults() local 690 OS << " : " << CCS->getAsString(); in ProcessCodeCompleteResults() 724 static std::string getOverloadAsString(const CodeCompletionString &CCS) { in getOverloadAsString() argument 728 for (auto &C : CCS) { in getOverloadAsString() 759 if (CodeCompletionString *CCS = Candidates[I].CreateSignatureString( in ProcessOverloadCandidates() local 762 OS << "OVERLOAD: " << getOverloadAsString(*CCS) << "\n"; in ProcessOverloadCandidates()
|
| H A D | SemaCodeComplete.cpp | 2135 auto *CCS = CCR.createCodeCompletionStringForOverride( in AddOverrideResults() local 2138 Results.AddResult(CodeCompletionResult(CCS, Method, CCP_CodePattern)); in AddOverrideResults() 3641 static void printOverrideString(const CodeCompletionString &CCS, in printOverrideString() argument 3645 for (auto &Chunk : CCS) { in printOverrideString() 3665 auto *CCS = createCodeCompletionStringForDecl(PP, Ctx, Result, in createCodeCompletionStringForOverride() local 3671 printOverrideString(*CCS, BeforeName, NameAndSignature); in createCodeCompletionStringForOverride()
|
| /freebsd/sys/dev/pms/RefTisa/tisa/api/ |
| H A D | titypes.h | 530 bit32 CCS; /* Current Crypto Services */ member
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 1995 CachedShadow &CCS = CachedShadows[Key]; in combineShadows() local 1996 if (CCS.Block && DT.dominates(CCS.Block, Pos->getParent())) in combineShadows() 1997 return CCS.Shadow; in combineShadows() 2004 CCS.Block = Pos->getParent(); in combineShadows() 2005 CCS.Shadow = IRB.CreateOr(PV1, PV2); in combineShadows() 2018 ShadowElements[CCS.Shadow] = std::move(UnionElems); in combineShadows() 2020 return CCS.Shadow; in combineShadows()
|
| /freebsd/contrib/bearssl/src/ssl/ |
| H A D | ssl_hs_client.t0 | 1156 -1 read-CCS-Finished 1157 -1 write-CCS-Finished 1219 -1 write-CCS-Finished 1220 -1 read-CCS-Finished
|
| H A D | ssl_hs_server.t0 | 1407 0 write-CCS-Finished 1408 0 read-CCS-Finished 1460 0 read-CCS-Finished 1461 0 write-CCS-Finished
|
| H A D | ssl_hs_common.t0 | 316 \ Not CCS, Alert or Handshake. 1133 : read-CCS-Finished ( is-client -- ) 1150 : write-CCS-Finished ( is-client -- )
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_options.pod | 205 If set then dummy Change Cipher Spec (CCS) messages are sent in TLSv1.3. This 208 this option is set or not CCS messages received from the peer will always be
|
| H A D | SSL_CONF_cmd.pod | 608 B<MiddleboxCompat>: If set then dummy Change Cipher Spec (CCS) messages are sent
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | WholeProgramDevirt.cpp | 2484 for (auto &CCS : S.second.ConstCSInfo) in run() local 2485 AddTypeTestsForTypeCheckedLoads(CCS.second); in run()
|
| /freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
| H A D | sa.h | 3202 bit32 CCS; /* Current Crypto Services */ member
|
| /freebsd/usr.sbin/services_mkdb/ |
| H A D | services | 1743 nsc-ccs 2604/tcp #NSC CCS 1744 nsc-ccs 2604/udp #NSC CCS
|
| /freebsd/crypto/krb5/ |
| H A D | NOTICE | 713 Copyright (C) 2002 Naval Research Laboratory (NRL/CCS)
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 7857 @Article{vanderPoel:1972:CCS, 16001 note = "See corrigendum \cite{Vaucher:1975:CCS}.", 16865 @Article{Vaucher:1975:CCS, 21145 @Article{Lawler:1977:CCS, 22206 @Article{Russell:1978:CCS, 23721 note = "See corrigendum \cite{Hoare:1978:CCS}.", 24492 @Article{Hoare:1978:CCS,
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 9535 * Tighten handling of the ChangeCipherSpec (CCS) message: reject 9536 early CCS messages during renegotiation. (Note that because 9537 renegotiation is encrypted, this early CCS was not exploitable.)
|