Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp672 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 DSemaCodeComplete.cpp2135 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 Dtitypes.h530 bit32 CCS; /* Current Crypto Services */ member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1995 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 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.pod205 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 DSSL_CONF_cmd.pod608 B<MiddleboxCompat>: If set then dummy Change Cipher Spec (CCS) messages are sent
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp2484 for (auto &CCS : S.second.ConstCSInfo) in run() local
2485 AddTypeTestsForTypeCheckedLoads(CCS.second); 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/crypto/krb5/
H A DNOTICE713 Copyright (C) 2002 Naval Research Laboratory (NRL/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.md9535 * 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.)