Searched refs:Update (Results 1 - 25 of 101) sorted by relevance

12345

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxQueue.cpp20 Update();
29 bool Update() override;
50 bool QueueFrontEnd::Update() { function in class:QueueFrontEnd
H A DLibCxxOptional.cpp20 Update();
28 bool Update() override;
37 bool OptionalFrontEnd::Update() { function in class:OptionalFrontEnd
H A DLibCxxTuple.cpp20 Update();
28 bool Update() override;
43 bool TupleFrontEnd::Update() { function in class:TupleFrontEnd
H A DLibStdcppTuple.cpp33 bool Update() override;
53 Update();
56 bool LibStdcppTupleSyntheticFrontEnd::Update() { function in class:LibStdcppTupleSyntheticFrontEnd
H A DLibCxxList.cpp118 bool Update() override;
147 bool Update() override;
160 bool Update() override;
169 bool AbstractListFrontEnd::Update() { function in class:AbstractListFrontEnd
246 Update();
302 bool ForwardListFrontEnd::Update() { function in class:ForwardListFrontEnd
303 AbstractListFrontEnd::Update();
324 Update();
414 bool ListFrontEnd::Update() { function in class:ListFrontEnd
415 AbstractListFrontEnd::Update();
[all...]
H A DLibCxxBitset.cpp28 bool Update() override;
54 Update();
58 bool BitsetFrontEnd::Update() { function in class:BitsetFrontEnd
H A DLibCxxInitializerList.cpp32 bool Update() override;
52 Update();
87 Update() { function in class:lldb_private::formatters::LibcxxInitializerListSyntheticFrontEnd
H A DLibStdcppUniquePointer.cpp33 bool Update() override;
59 Update();
89 bool LibStdcppUniquePtrSyntheticFrontEnd::Update() { function in class:LibStdcppUniquePtrSyntheticFrontEnd
H A DLibStdcpp.cpp48 bool Update() override;
69 bool Update() override;
83 Update();
86 bool LibstdcppMapIteratorSyntheticFrontEnd::Update() { function in class:LibstdcppMapIteratorSyntheticFrontEnd
186 Update();
189 bool VectorIteratorSyntheticFrontEnd::Update() { function in class:VectorIteratorSyntheticFrontEnd
354 Update();
371 bool LibStdcppSharedPtrSyntheticFrontEnd::Update() { return false; } function in class:LibStdcppSharedPtrSyntheticFrontEnd
H A DLibCxxVector.cpp31 bool Update() override;
52 bool Update() override;
74 Update();
119 bool lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::Update() { function in class:lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd
178 Update();
246 bool lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::Update() { function in class:lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd
H A DLibCxxVariant.cpp173 Update();
181 bool Update() override;
190 bool VariantFrontEnd::Update() { function in class:VariantFrontEnd
H A DLibCxx.h65 bool Update() override;
94 bool Update() override;
H A DLibCxxAtomic.cpp98 bool Update() override;
116 bool lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd::Update() { function in class:lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCFGUpdate.h1 //===- CFGUpdate.h - Encode a CFG Edge Update. ------------------*- C++ -*-===//
9 // This file defines a CFG Edge Update: Insert or Delete, and two Nodes as the
28 template <typename NodePtr> class Update { class in namespace:llvm::cfg
34 Update(UpdateKind Kind, NodePtr From, NodePtr To) function in class:llvm::cfg::Update
40 bool operator==(const Update &RHS) const {
63 void LegalizeUpdates(ArrayRef<Update<NodePtr>> AllUpdates,
64 SmallVectorImpl<Update<NodePtr>> &Result,
108 [&Operations](const Update<NodePtr> &A, const Update<NodePtr> &B) {
/freebsd-12-stable/sys/opencrypto/
H A Dxform_md5.c67 .Update = MD5Update_int,
79 .Update = MD5Update_int,
H A Dxform_sha2.c72 .Update = SHA224Update_int,
84 .Update = SHA256Update_int,
96 .Update = SHA384Update_int,
108 .Update = SHA512Update_int,
121 .Update = SHA224Update_int,
133 .Update = SHA256Update_int,
145 .Update = SHA384Update_int,
157 .Update = SHA512Update_int,
H A Dxform_cbc_mac.c20 .Update =
36 .Update =
52 .Update =
H A Dxform_sha1.c68 .Update = SHA1Update_int,
81 .Update = SHA1Update_int,
93 .Update = SHA1Update_int,
H A Dxform_rmd160.c67 .Update = RMD160Update_int,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp44 bool Update = false; local
51 Update = true;
59 if (Update || CSR != CalleeSavedRegs) {
67 Update = true;
74 Update = true;
79 if (Update) {
/freebsd-12-stable/sys/dev/glxsb/
H A Dglxsb_hash.c66 axf->Update(ses->ses_ictx, key, klen);
67 axf->Update(ses->ses_ictx, hmac_ipad_buffer, axf->blocksize - klen);
73 axf->Update(ses->ses_octx, key, klen);
74 axf->Update(ses->ses_octx, hmac_opad_buffer, axf->blocksize - klen);
95 (int (*)(void *, void *, unsigned int))axf->Update, (caddr_t)&ctx);
101 axf->Update(&ctx, hash, axf->hashsize);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DVectorIterator.h30 bool Update() override;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h96 unsigned Update; member in class:llvm::MCAssembler
257 unsigned Update,
263 VersionInfo.Update = Update;
267 unsigned Minor, unsigned Update,
273 VersionInfo.Update = Update;
256 setVersionMin(MCVersionMinType Type, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion = VersionTuple()) argument
266 setBuildVersion(MachO::PlatformType Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion = VersionTuple()) argument
/freebsd-12-stable/sys/dev/cxgbe/crypto/
H A Dt4_keyctx.c135 axf->Update(&auth_ctx, key, klen);
154 axf->Update(&auth_ctx, ipad, axf->blocksize);
159 axf->Update(&auth_ctx, opad, axf->blocksize);
/freebsd-12-stable/contrib/xz/src/liblzma/check/
H A Dcheck.h117 /// Update the check state
130 /// Update the SHA-256 hash state
154 LZMA_SHA256FUNC(Update)(&check->state.sha256, buf, UINT32_MAX);
160 LZMA_SHA256FUNC(Update)(&check->state.sha256, buf, size);

Completed in 217 milliseconds

12345