Searched refs:delete (Results 51 - 75 of 970) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackWriter.h53 Writer(const Writer &) = delete;
54 Writer &operator=(const Writer &) = delete;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostNativeProcessBase.h22 HostNativeProcessBase(const HostNativeProcessBase &) = delete;
24 operator=(const HostNativeProcessBase &) = delete;
H A DMainLoopBase.h95 ReadHandle(const ReadHandle &) = delete;
96 const ReadHandle &operator=(const ReadHandle &) = delete;
99 MainLoopBase(const MainLoopBase &) = delete;
100 const MainLoopBase &operator=(const MainLoopBase &) = delete;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDeclVendor.h38 ClangDeclVendor(const ClangDeclVendor &) = delete;
39 const ClangDeclVendor &operator=(const ClangDeclVendor &) = delete;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DThreadDecoder.h45 ThreadDecoder(const ThreadDecoder &other) = delete;
46 ThreadDecoder &operator=(const ThreadDecoder &other) = delete;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DTypedPointerType.h31 TypedPointerType(const TypedPointerType &) = delete;
32 TypedPointerType &operator=(const TypedPointerType &) = delete;
/freebsd-current/tools/tools/net80211/scripts/
H A Dsetup.sta14 ifconfig $WIRED down delete
/freebsd-current/tools/tools/wtap/wtap/
H A Dwtap.c45 static void delete(int id) function
73 delete(id);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DSanitizerMetadata.h33 SanitizerMetadata(const SanitizerMetadata &) = delete;
34 void operator=(const SanitizerMetadata &) = delete;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DItaniumManglingCanonicalizer.h38 ItaniumManglingCanonicalizer(const ItaniumManglingCanonicalizer &) = delete;
39 void operator=(const ItaniumManglingCanonicalizer &) = delete;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DAtomicOrdering.h37 bool operator<(AtomicOrderingCABI, AtomicOrderingCABI) = delete;
38 bool operator>(AtomicOrderingCABI, AtomicOrderingCABI) = delete;
39 bool operator<=(AtomicOrderingCABI, AtomicOrderingCABI) = delete;
40 bool operator>=(AtomicOrderingCABI, AtomicOrderingCABI) = delete;
68 bool operator<(AtomicOrdering, AtomicOrdering) = delete;
69 bool operator>(AtomicOrdering, AtomicOrdering) = delete;
70 bool operator<=(AtomicOrdering, AtomicOrdering) = delete;
71 bool operator>=(AtomicOrdering, AtomicOrdering) = delete;
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-readonly.exp1 Global: ignoring delete 'N' as it is read-only
H A Dvarmod-loop-delete.exp1 make: "varmod-loop-delete.mk" line 20: while evaluating variable "VAR": while evaluating "${:U:@VAR@@} rest of the value": Cannot delete variable "VAR" while it is used
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFGStmtMap.h29 CFGStmtMap(const CFGStmtMap &) = delete;
30 CFGStmtMap &operator=(const CFGStmtMap &) = delete;
36 /// responsibility to 'delete' this object when done using it.
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeEmitter.h26 MCCodeEmitter(const MCCodeEmitter &) = delete;
27 MCCodeEmitter &operator=(const MCCodeEmitter &) = delete;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_redefine_builtins.h35 const Define_SANITIZER_COMMON_NO_REDEFINE_BUILTINS_in_cpp_file&) = delete;
37 const Define_SANITIZER_COMMON_NO_REDEFINE_BUILTINS_in_cpp_file&) = delete;
/freebsd-current/contrib/llvm-project/libcxx/include/__utility/
H A Dexception_guard.h66 __exception_guard_exceptions() = delete;
78 __exception_guard_exceptions(__exception_guard_exceptions const&) = delete;
79 __exception_guard_exceptions& operator=(__exception_guard_exceptions const&) = delete;
80 __exception_guard_exceptions& operator=(__exception_guard_exceptions&&) = delete;
98 __exception_guard_noexceptions() = delete;
109 __exception_guard_noexceptions(__exception_guard_noexceptions const&) = delete;
110 __exception_guard_noexceptions& operator=(__exception_guard_noexceptions const&) = delete;
111 __exception_guard_noexceptions& operator=(__exception_guard_noexceptions&&) = delete;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupWatchpoint.h50 OptionGroupWatchpoint(const OptionGroupWatchpoint &) = delete;
52 operator=(const OptionGroupWatchpoint &) = delete;
/freebsd-current/contrib/byacc/
H A Dvmsbuild.com154 $ if f$search("BYACC.com") .nes. "" then delete BYACC.com;*
155 $ if f$search("*.exe") .nes. "" then delete *.exe;*
159 $ if f$search("*.obj") .nes. "" then delete *.obj;*
160 $ if f$search("*.bak") .nes. "" then delete *.bak;*
161 $ if f$search("*.lis") .nes. "" then delete *.lis;*
162 $ if f$search("*.log") .nes. "" then delete *.log;*
163 $ if f$search("*.map") .nes. "" then delete *.map;*
164 $ if f$search("*.opt") .nes. "" then delete *.opt;*
168 $ if f$search("*.dia") .nes. "" then delete *.dia;*
182 $ if "''f$search("BYACC.com")'" .nes. "" then delete BYAC
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DDeltaTree.h34 DeltaTree &operator=(const DeltaTree &) = delete;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSimpleTypeSerializer.h32 ArrayRef<uint8_t> serialize(const FieldListRecord &Record) = delete;
/freebsd-current/contrib/llvm-project/clang/include/clang/Frontend/
H A DSARIFDiagnostic.h30 SARIFDiagnostic &operator=(const SARIFDiagnostic &&) = delete;
31 SARIFDiagnostic(SARIFDiagnostic &&) = delete;
32 SARIFDiagnostic &operator=(const SARIFDiagnostic &) = delete;
33 SARIFDiagnostic(const SARIFDiagnostic &) = delete;
H A DSARIFDiagnosticPrinter.h35 SARIFDiagnosticPrinter &operator=(const SARIFDiagnosticPrinter &&) = delete;
36 SARIFDiagnosticPrinter(SARIFDiagnosticPrinter &&) = delete;
37 SARIFDiagnosticPrinter &operator=(const SARIFDiagnosticPrinter &) = delete;
38 SARIFDiagnosticPrinter(const SARIFDiagnosticPrinter &) = delete;
/freebsd-current/tests/sys/cddl/zfs/tests/zones/
H A Dzones_004_pos.ksh39 # the non-ZFS zone does not delete any filesystems.
72 # delete our ZFS rooted zone
74 log_must $ZONECFG -z $ZONE delete -F
77 # delete our non-ZFS rooted zone
79 log_must $ZONECFG -z $ZONE2 delete -F
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DTimer.h38 Category(const Category &) = delete;
39 const Category &operator=(const Category &) = delete;
75 Timer(const Timer &) = delete;
76 const Timer &operator=(const Timer &) = delete;

Completed in 146 milliseconds

1234567891011>>