/freebsd/crypto/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 836 ### What should `SSL_get_current_cipher`, `SSL_get_pending_cipher`, etc. do? 851 ### What should `SSL_CTX_set_cipher_list` do? 859 ### What SSL options should be supported? 911 ### What should `SSL_rstate_string` and `SSL_state_string` do? 930 ### What should `SSL_pending` and `SSL_has_pending` do? 946 ### What should `SSL_alloc_buffers` and `SSL_free_buffers` do? 953 ### What should `SSL_key_update` and `SSL_get_key_update_type`? 962 ### What should `SSL_MODE_AUTO_RETRY` do? 970 ### What should `SSL_MODE_SEND_FALLBACK_SCSV` do? 976 ### What should `SSL_CTX_set_ssl_version` do? [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | EscapeEnumerator.cpp | 60 SmallVector<Instruction *, 16> Calls; in Next() local
|
H A D | SimplifyLibCalls.cpp | 2971 Value *Res) { in optimizeSinCosPi()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | PlaceSafepoints.cpp | 475 std::vector<CallInst *> &Calls, in scanOneBB() 502 std::vector<CallInst *> &Calls, in scanInlinedCode() 663 std::vector<CallInst *> Calls; // new calls in InsertSafepointPoll() local
|
H A D | MemCpyOptimizer.cpp | 540 SmallVector<const CallBase *, 8> Calls; in moveUp() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyAddMissingPrototypes.cpp | 90 SmallVector<CallBase *> Calls; in runOnModule() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ModuleInliner.cpp | 141 auto Calls = getInlineOrder(FAM, Params, MAM, M); in run() local
|
H A D | AlwaysInliner.cpp | 38 SmallSetVector<CallBase *, 16> Calls; in AlwaysInlineImpl() local
|
H A D | Inliner.cpp | 251 SmallVector<std::pair<CallBase *, int>, 16> Calls; in run() local
|
H A D | MemProfContextDisambiguation.cpp | 1262 auto &Calls = StackIdToMatchingCalls[Node->OrigStackOrAllocId]; in assignStackNodesPostOrder() local 1426 auto &Calls = It.getSecond(); in updateStackNodes() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | PtrState.h | 80 SmallPtrSet<Instruction *, 2> Calls; member
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AliasAnalysisEvaluator.cpp | 107 SmallSetVector<CallBase *, 16> Calls; in runInternal() local
|
H A D | InlineSizeEstimatorAnalysis.cpp | 55 Calls, enumerator
|
H A D | CallGraphSCCPass.cpp | 207 DenseMap<Value *, CallGraphNode *> Calls; in RefreshCallGraph() local
|
H A D | StackSafetyAnalysis.cpp | 130 CallsTy Calls; member [all...] |
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocSizeofChecker.cpp | 53 CallVec Calls; member in __anon7b2079cb0111::CastedAllocFinder
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 511 const auto Calls = in findCastMutation() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveStaticOffset.cpp | 595 std::vector<Instruction *> Calls; in collectPreserveStaticOffsetCalls() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 389 unsigned Calls = 0, Refs = 0, Functions = 0, Alias = 0, Globals = 0; in printIndexStats() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 1444 auto replaceTrigInsts = [](ArrayRef<CallInst *> Calls, Value *Res) { in fold_sincos()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 380 ReadySuspendResumeResult Calls = {{}, Operand, /*IsInvalid=*/false}; in buildCoawaitCalls() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenDAGPatterns.h | 755 void setPredicateCalls(const std::vector<TreePredicateCall> &Calls) { in setPredicateCalls()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclCXX.cpp | 1620 DeclContext::lookup_result Calls = RD.lookup(Name); in getLambdaCallOperatorHelper() local
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 9388 std::vector<FunctionSummary::EdgeTy> Calls; in parseFunctionSummary() local 9677 bool LLParser::parseOptionalCalls(std::vector<FunctionSummary::EdgeTy> &Calls) { in parseOptionalCalls()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 3423 void setLibcallName(ArrayRef<RTLIB::Libcall> Calls, const char *Name) { in setLibcallName()
|