Home
last modified time | relevance | path

Searched refs:CCS (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp676 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 DSemaCodeComplete.cpp2124 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 Dtitypes.h530 bit32 CCS; /* Current Crypto Services */ member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2005 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 Dssl_hs_client.t01156 -1 read-CCS-Finished
1157 -1 write-CCS-Finished
1219 -1 write-CCS-Finished
1220 -1 read-CCS-Finished
H A Dssl_hs_server.t01407 0 write-CCS-Finished
1408 0 read-CCS-Finished
1460 0 read-CCS-Finished
1461 0 write-CCS-Finished
H A Dssl_hs_common.t0316 \ Not CCS, Alert or Handshake.
1133 : read-CCS-Finished ( is-client -- )
1150 : write-CCS-Finished ( is-client -- )
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_options.pod180 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 DSSL_CONF_cmd.pod508 B<MiddleboxCompat>: If set then dummy Change Cipher Spec (CCS) messages are sent
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp2393 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 Dsa.h3202 bit32 CCS; /* Current Crypto Services */ member
/freebsd/usr.sbin/services_mkdb/
H A Dservices1743 nsc-ccs 2604/tcp #NSC CCS
1744 nsc-ccs 2604/udp #NSC CCS
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in7857 @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 DCHANGES.md7737 * 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.)