Searched refs:delete (Results 276 - 300 of 616) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueSInt64.h51 VarSetOperationType = eVarSetOperationAssign) = delete;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h82 bool RemapPath(const char *, std::string &) const = delete;
H A DUnixSignals.h125 const UnixSignals &operator=(const UnixSignals &rhs) = delete;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h91 SimpleArray(const SimpleArray<T> &A) = delete;
257 CopyOnWriteVector(const CopyOnWriteVector &) = delete;
258 CopyOnWriteVector &operator=(const CopyOnWriteVector &) = delete;
280 delete Data;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h122 delete T;
124 delete M;
136 delete ODT;
168 delete ODT;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.h41 const AArch64Subtarget *getSubtargetImpl() const = delete;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_builtin_vars.h38 #define __DELETE =delete
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAllocatorList.h36 Node(Node &&) = delete;
37 Node(const Node &) = delete;
38 Node &operator=(Node &&) = delete;
39 Node &operator=(const Node &) = delete;
H A DImmutableList.h38 ImmutableListImpl(const ImmutableListImpl &) = delete;
39 ImmutableListImpl &operator=(const ImmutableListImpl &) = delete;
172 if (ownsAllocator()) delete &getAllocator();
H A DStringSwitch.h55 StringSwitch(const StringSwitch &) = delete;
58 void operator=(const StringSwitch &) = delete;
59 void operator=(StringSwitch &&other) = delete;
H A Dilist.h33 /// Use delete by default for iplist and ilist.
41 static void deleteNode(NodeTy *V) { delete V; }
197 iplist_impl(const iplist_impl &) = delete;
198 iplist_impl &operator=(const iplist_impl &) = delete;
264 // erase - remove a node from the controlled sequence... and delete it.
395 iplist(const iplist &X) = delete;
396 iplist &operator=(const iplist &X) = delete;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetMachine.h52 const ARMSubtarget *getSubtargetImpl() const = delete;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DTrailingObjects.h385 FixedSizeStorageOwner(const FixedSizeStorageOwner &) = delete;
386 FixedSizeStorageOwner(FixedSizeStorageOwner &&) = delete;
387 FixedSizeStorageOwner &operator=(const FixedSizeStorageOwner &) = delete;
388 FixedSizeStorageOwner &operator=(FixedSizeStorageOwner &&) = delete;
H A DTimer.h142 TimeRegion(const TimeRegion &) = delete;
193 TimerGroup(const TimerGroup &TG) = delete;
194 void operator=(const TimerGroup &TG) = delete;
H A DYAMLParser.h132 Node(const Node &) = delete;
133 void operator=(const Node &) = delete;
140 void operator delete(void *Ptr, BumpPtrAllocator &Alloc,
145 void operator delete(void *) noexcept = delete;
/freebsd-11-stable/usr.bin/svn/lib/libsvn_client/
H A DMakefile23 delete.c \
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocale_classes.h410 { delete this; }
515 { delete this; }
576 delete [] _M_impl->_M_names[0];
/freebsd-11-stable/release/picobsd/floppy.tree/sbin/
H A Ddhclient-script76 #route delete $alias_ip_address $LOCALHOST > /dev/null 2>&1
114 #route delete "$old_ip_address" $LOCALHOST >/dev/null 2>&1
119 route delete "$1" "$2"
126 # one here. We don't so just delete the default route if it's
129 route delete default >/dev/null 2>&1
135 route delete "$1" "$2"
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient-script76 #route delete $alias_ip_address $LOCALHOST > /dev/null 2>&1
114 #route delete "$old_ip_address" $LOCALHOST >/dev/null 2>&1
119 route delete "$1" "$2"
126 # one here. We don't so just delete the default route if it's
129 route delete default >/dev/null 2>&1
135 route delete "$1" "$2"
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h188 delete (typename data_type::Factory *) Ctx;
229 delete (typename data_type::Factory *) Ctx;
266 delete (typename data_type::Factory *) Ctx;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h65 delete ResourcesModel;
161 delete ResourceModel;
162 delete HazardRec;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h99 FileEntry(const FileEntry &) = delete;
100 FileEntry &operator=(const FileEntry &) = delete;
132 FileEntryRef() = delete;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAttr.h63 void operator delete(void *data) noexcept {
64 llvm_unreachable("Attrs cannot be released with regular 'delete'.");
68 // Forward so that the regular new and delete do not hide global ones.
73 void operator delete(void *Ptr, ASTContext &C, size_t Alignment) noexcept {
74 return ::operator delete(Ptr, C, Alignment);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h144 TempPCHFile(const TempPCHFile &) = delete;
170 PCHStorage(const PCHStorage &) = delete;
171 PCHStorage &operator=(const PCHStorage &) = delete;
/freebsd-11-stable/usr.sbin/devctl/
H A Ddevctl.c83 " devctl delete [-f] device",
317 fprintf(stderr, "usage: devctl delete [-f] device\n");
322 delete(int ac, char **av) function
342 err(1, "Failed to delete %s", av[0]);
345 DEVCTL_COMMAND(top, delete, delete);

Completed in 275 milliseconds

<<11121314151617181920>>