Home
last modified time | relevance | path

Searched defs:Update (Results 1 – 25 of 68) sorted by relevance

123

/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp88 bool LibstdcppMapIteratorSyntheticFrontEnd::Update() { in Update() function in LibstdcppMapIteratorSyntheticFrontEnd
188 bool VectorIteratorSyntheticFrontEnd::Update() { in Update() function in VectorIteratorSyntheticFrontEnd
373 bool LibStdcppSharedPtrSyntheticFrontEnd::Update() { return false; } in Update() function in LibStdcppSharedPtrSyntheticFrontEnd
H A DLibCxxList.cpp167 bool AbstractListFrontEnd::Update() { in Update() function in AbstractListFrontEnd
291 bool ForwardListFrontEnd::Update() { in Update() function in ForwardListFrontEnd
403 bool ListFrontEnd::Update() { in Update() function in ListFrontEnd
H A DLibCxxVector.cpp119 bool lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxStdVectorSyntheticFrontEnd
246 bool lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxVectorBoolSyntheticFrontEnd
H A DLibCxxQueue.cpp50 bool QueueFrontEnd::Update() { in Update() function in QueueFrontEnd
H A DLibCxxRangesRefView.cpp63 Update() { in Update() function in lldb_private::formatters::lldb_private::formatters::LibcxxStdRangesRefViewSyntheticFrontEnd
H A DLibCxxTuple.cpp43 bool TupleFrontEnd::Update() { in Update() function in TupleFrontEnd
H A DLibStdcppTuple.cpp56 bool LibStdcppTupleSyntheticFrontEnd::Update() { in Update() function in LibStdcppTupleSyntheticFrontEnd
H A DLibCxxSpan.cpp96 bool lldb_private::formatters::LibcxxStdSpanSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::lldb_private::formatters::LibcxxStdSpanSyntheticFrontEnd
H A DLibCxxInitializerList.cpp87 Update() { in Update() function in lldb_private::formatters::LibcxxInitializerListSyntheticFrontEnd
H A DLibCxxAtomic.cpp114 bool lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd
H A DLibCxx.cpp228 bool lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibCxxMapIteratorSyntheticFrontEnd
399 Update() { in Update() function in lldb_private::formatters::LibCxxUnorderedMapIteratorSyntheticFrontEnd
599 bool lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd
684 bool lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxUniquePtrSyntheticFrontEnd
H A DGenericOptional.cpp64 bool GenericOptionalFrontend::Update() { in Update() function in GenericOptionalFrontend
H A DLibStdcppUniquePointer.cpp89 bool LibStdcppUniquePtrSyntheticFrontEnd::Update() { in Update() function in LibStdcppUniquePtrSyntheticFrontEnd
H A DGenericBitset.cpp79 bool GenericBitsetFrontEnd::Update() { in Update() function in GenericBitsetFrontEnd
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCStreamer.h503 unsigned Minor, unsigned Update, in emitVersionMin()
509 unsigned Minor, unsigned Update, in emitBuildVersion()
515 unsigned Update, in emitDarwinTargetVariantBuildVersion()
/openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h290 void setUpdate(bool Update) { Options.Update = Update; } in setUpdate()
588 bool Update; variable
594 bool Update) in DIECloner()
829 bool Update = false; member
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCFBasicHash.cpp20 bool CFBasicHash::Update(addr_t addr, ExecutionContextRef exe_ctx_rf) { in Update() function in CFBasicHash
H A DNSDictionary.cpp620 bool lldb_private::formatters::NSDictionaryISyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::NSDictionaryISyntheticFrontEnd
757 bool lldb_private::formatters::NSCFDictionarySyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::NSCFDictionarySyntheticFrontEnd
888 bool lldb_private::formatters::NSConstantDictionarySyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::NSConstantDictionarySyntheticFrontEnd
999 bool lldb_private::formatters::NSDictionary1SyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::NSDictionary1SyntheticFrontEnd
1095 Update() { in Update() function in lldb_private::formatters::GenericNSDictionaryMSyntheticFrontEnd
1257 NSDictionaryMSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::Foundation1100::NSDictionaryMSyntheticFrontEnd
H A DNSArray.cpp509 GenericNSArrayMSyntheticFrontEnd<D32, D64>::Update() { in Update() function in lldb_private::formatters::GenericNSArrayMSyntheticFrontEnd
651 Update() { in Update() function in lldb_private::formatters::GenericNSArrayISyntheticFrontEnd
731 bool lldb_private::formatters::NSArray0SyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::NSArray0SyntheticFrontEnd
765 bool lldb_private::formatters::NSArray1SyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::NSArray1SyntheticFrontEnd
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCMachOStreamer.cpp290 unsigned Minor, unsigned Update, in emitVersionMin()
296 unsigned Minor, unsigned Update, in emitBuildVersion()
303 unsigned Platform, unsigned Major, unsigned Minor, unsigned Update, in emitDarwinTargetVariantBuildVersion()
/openbsd-src/sbin/isakmpd/
H A Dprf.h46 void (*Update) (void *, unsigned char *, unsigned int); member
H A Dhash.h61 void (*Update) (void *, unsigned char *, unsigned int); global() member
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCFGUpdate.h34 Update(UpdateKind Kind, NodePtr From, NodePtr To) in Update() function
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h119 bool Update() override { return false; } in Update() function
331 bool Update() override { return false; } in Update() function
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DLinkUtils.h51 bool Update = false; member

123