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/
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
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
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
DLibCxxQueue.cpp50 bool QueueFrontEnd::Update() { in Update() function in QueueFrontEnd
DLibCxxRangesRefView.cpp63 Update() { in Update() function in lldb_private::formatters::lldb_private::formatters::LibcxxStdRangesRefViewSyntheticFrontEnd
DLibCxxTuple.cpp43 bool TupleFrontEnd::Update() { in Update() function in TupleFrontEnd
DLibStdcppTuple.cpp56 bool LibStdcppTupleSyntheticFrontEnd::Update() { in Update() function in LibStdcppTupleSyntheticFrontEnd
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
DLibCxxInitializerList.cpp87 Update() { in Update() function in lldb_private::formatters::LibcxxInitializerListSyntheticFrontEnd
DLibCxxSpan.cpp96 bool lldb_private::formatters::LibcxxStdSpanSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::lldb_private::formatters::LibcxxStdSpanSyntheticFrontEnd
DLibCxxAtomic.cpp114 bool lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd::Update() { in Update() function in lldb_private::formatters::LibcxxStdAtomicSyntheticFrontEnd
DGenericOptional.cpp64 bool GenericOptionalFrontend::Update() { in Update() function in GenericOptionalFrontend
DLibStdcppUniquePointer.cpp89 bool LibStdcppUniquePtrSyntheticFrontEnd::Update() { in Update() function in LibStdcppUniquePtrSyntheticFrontEnd
DGenericBitset.cpp79 bool GenericBitsetFrontEnd::Update() { in Update() function in GenericBitsetFrontEnd
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
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/
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/llvm/lib/MC/
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/gnu/llvm/lldb/source/Plugins/Language/ObjC/
DCFBasicHash.cpp20 bool CFBasicHash::Update(addr_t addr, ExecutionContextRef exe_ctx_rf) { in Update() function in CFBasicHash
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
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/sbin/isakmpd/
Dprf.h46 void (*Update) (void *, unsigned char *, unsigned int); member
Dhash.h62 void (*Update) (void *, unsigned char *, unsigned int); member
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DCFGUpdate.h34 Update(UpdateKind Kind, NodePtr From, NodePtr To) in Update() function
/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
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/
DLinkUtils.h51 bool Update = false; member

123