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

1234

/freebsd-11-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 DLibStdcppTuple.cpp33 bool Update() override;
53 Update();
56 bool LibStdcppTupleSyntheticFrontEnd::Update() { function in class:LibStdcppTupleSyntheticFrontEnd
H A DLibCxxTuple.cpp20 Update();
28 bool Update() override;
43 bool TupleFrontEnd::Update() { function in class:TupleFrontEnd
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 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 DLibCxxBitset.cpp28 bool Update() override;
54 Update();
58 bool BitsetFrontEnd::Update() { function in class:BitsetFrontEnd
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-11-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-11-stable/sys/dev/glxsb/
H A Dglxsb_hash.c64 axf->Update(ses->ses_ictx, key, klen);
65 axf->Update(ses->ses_ictx, hmac_ipad_buffer, axf->blocksize - klen);
71 axf->Update(ses->ses_octx, key, klen);
72 axf->Update(ses->ses_octx, hmac_opad_buffer, axf->blocksize - klen);
93 (int (*)(void *, void *, unsigned int))axf->Update, (caddr_t)&ctx);
99 axf->Update(&ctx, hash, axf->hashsize);
/freebsd-11-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-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DVectorIterator.h30 bool Update() override;
/freebsd-11-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-11-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);
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutstate.c215 /* Update the list head */
311 * Action - Update action to be performed
315 * DESCRIPTION: Create an "Update State" - a flavor of the generic state used
343 State->Update.Object = Object;
344 State->Update.Value = Action;
354 * Action - Update action to be performed
/freebsd-11-stable/sys/opencrypto/
H A Dxform_auth.h62 int (*Update) (void *, const u_int8_t *, u_int16_t); member in struct:auth_hash
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp26 const DominatorTree::UpdateType Update) const {
27 const auto *From = Update.getFrom();
28 const auto *To = Update.getTo();
29 const auto Kind = Update.getKind();
53 const DominatorTree::UpdateType Update) const {
55 return Update.getFrom() == Update.getTo();
/freebsd-11-stable/sys/crypto/via/
H A Dpadlock_hash.c264 axf->Update(ses->ses_ictx, key, klen);
265 axf->Update(ses->ses_ictx, hmac_ipad_buffer, axf->blocksize - klen);
271 axf->Update(ses->ses_octx, key, klen);
272 axf->Update(ses->ses_octx, hmac_opad_buffer, axf->blocksize - klen);
294 (int (*)(void *, void *, unsigned int))axf->Update, (caddr_t)&ctx);
302 axf->Update(&ctx, hash, axf->hashsize);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LoadStoreOptimizer.cpp179 MachineBasicBlock::iterator Update, bool IsPreIdx);
902 // Update the index accordingly.
969 // Update the result of LDP to use the W instead of the X variant.
1213 // Update modified / uses register units.
1617 // Update modified / uses register units.
1625 // Update list of instructions that read/write memory.
1634 MachineBasicBlock::iterator Update,
1636 assert((Update->getOpcode() == AArch64::ADDXri ||
1637 Update->getOpcode() == AArch64::SUBXri) &&
1643 if (++NextI == Update)
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp92 unsigned Update, VersionTuple SDKVersion) override;
94 unsigned Update, VersionTuple SDKVersion) override;
272 unsigned Minor, unsigned Update,
274 getAssembler().setVersionMin(Kind, Major, Minor, Update, SDKVersion);
278 unsigned Minor, unsigned Update,
281 Update, SDKVersion);
271 EmitVersionMin(MCVersionMinType Kind, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument
277 EmitBuildVersion(unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, VersionTuple SDKVersion) argument

Completed in 303 milliseconds

1234