/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 676 if (CodeCompletionString *CCS = Results[I].CreateCodeCompletionString( in ProcessCodeCompleteResults() local 679 OS << " : " << CCS->getAsString(); in ProcessCodeCompleteResults() 680 if (const char *BriefComment = CCS->getBriefComment()) in ProcessCodeCompleteResults() 691 if (CodeCompletionString *CCS = Results[I].CreateCodeCompletionString( in ProcessCodeCompleteResults() local 694 OS << " : " << CCS->getAsString(); in ProcessCodeCompleteResults() 728 static std::string getOverloadAsString(const CodeCompletionString &CCS) { in getOverloadAsString() argument 732 for (auto &C : CCS) { in getOverloadAsString() 763 if (CodeCompletionString *CCS = Candidates[I].CreateSignatureString( in ProcessOverloadCandidates() local 766 OS << "OVERLOAD: " << getOverloadAsString(*CCS) << "\n"; in ProcessOverloadCandidates()
|
H A D | SemaCodeComplete.cpp | 2124 auto *CCS = CCR.createCodeCompletionStringForOverride( in AddOverrideResults() local 2127 Results.AddResult(CodeCompletionResult(CCS, Method, CCP_CodePattern)); in AddOverrideResults() 3485 static void printOverrideString(const CodeCompletionString &CCS, in printOverrideString() argument 3489 for (auto &Chunk : CCS) { in printOverrideString() 3509 auto *CCS = createCodeCompletionStringForDecl(PP, Ctx, Result, in createCodeCompletionStringForOverride() local 3515 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 | 2005 CachedShadow &CCS = CachedShadows[Key]; in combineShadows() local 2006 if (CCS.Block && DT.dominates(CCS.Block, Pos->getParent())) in combineShadows() 2007 return CCS.Shadow; in combineShadows() 2014 CCS.Block = Pos->getParent(); in combineShadows() 2015 CCS.Shadow = IRB.CreateOr(PV1, PV2); in combineShadows() 2028 ShadowElements[CCS.Shadow] = std::move(UnionElems); in combineShadows() 2030 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 | 180 If set then dummy Change Cipher Spec (CCS) messages are sent in TLSv1.3. This 183 this option is set or not CCS messages received from the peer will always be
|
H A D | SSL_CONF_cmd.pod | 508 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 | 2393 for (auto &CCS : S.second.ConstCSInfo) in run() local 2394 for (auto *FS : CCS.second.SummaryTypeCheckedLoadUsers) 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/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 | 7737 * Tighten handling of the ChangeCipherSpec (CCS) message: reject 7738 early CCS messages during renegotiation. (Note that because 7739 renegotiation is encrypted, this early CCS was not exploitable.)
|