Searched refs:delete (Results 126 - 150 of 970) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h39 LVOperation() = delete;
42 LVOperation(const LVOperation &) = delete;
43 LVOperation &operator=(const LVOperation &) = delete;
100 LVLocation(const LVLocation &) = delete;
101 LVLocation &operator=(const LVLocation &) = delete;
175 LVLocationSymbol(const LVLocationSymbol &) = delete;
176 LVLocationSymbol &operator=(const LVLocationSymbol &) = delete;
H A DLVLine.h53 LVLine(const LVLine &) = delete;
54 LVLine &operator=(const LVLine &) = delete;
121 LVLineDebug(const LVLineDebug &) = delete;
122 LVLineDebug &operator=(const LVLineDebug &) = delete;
146 LVLineAssembler(const LVLineAssembler &) = delete;
147 LVLineAssembler &operator=(const LVLineAssembler &) = delete;
H A DLVRange.h33 LVRangeEntry() = delete;
62 LVRange(const LVRange &) = delete;
63 LVRange &operator=(const LVRange &) = delete;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h95 PredicateBase(const PredicateBase &) = delete;
96 PredicateBase &operator=(const PredicateBase &) = delete;
97 PredicateBase() = delete;
120 PredicateAssume() = delete;
133 PredicateWithEdge() = delete;
153 PredicateBranch() = delete;
169 PredicateSwitch() = delete;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.h59 SpinMutex(const SpinMutex &) = delete;
60 void operator=(const SpinMutex &) = delete;
69 Semaphore(const Semaphore &) = delete;
70 void operator=(const Semaphore &) = delete;
371 Mutex(LinkerInitialized) = delete;
372 Mutex(const Mutex &) = delete;
373 void operator=(const Mutex &) = delete;
391 GenericScopedLock(const GenericScopedLock &) = delete;
392 void operator=(const GenericScopedLock &) = delete;
408 GenericScopedReadLock(const GenericScopedReadLock &) = delete;
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h96 // We'll delete all of these special member functions to force the users of
98 FieldNode() = delete;
99 FieldNode(const FieldNode &) = delete;
100 FieldNode(FieldNode &&) = delete;
101 FieldNode &operator=(const FieldNode &) = delete;
102 FieldNode &operator=(const FieldNode &&) = delete;
174 FieldChainInfo() = delete;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebuggerEvents.h72 ProgressEventData(const ProgressEventData &) = delete;
73 const ProgressEventData &operator=(const ProgressEventData &) = delete;
110 DiagnosticEventData(const DiagnosticEventData &) = delete;
111 const DiagnosticEventData &operator=(const DiagnosticEventData &) = delete;
131 SymbolChangeEventData(const SymbolChangeEventData &) = delete;
133 operator=(const SymbolChangeEventData &) = delete;
H A DValueObjectRegister.h77 ValueObjectRegisterSet(const ValueObjectRegisterSet &) = delete;
79 operator=(const ValueObjectRegisterSet &) = delete;
135 ValueObjectRegister(const ValueObjectRegister &) = delete;
136 const ValueObjectRegister &operator=(const ValueObjectRegister &) = delete;
/freebsd-current/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h44 MatcherDescriptorPtr(const MatcherDescriptorPtr &) = delete;
45 MatcherDescriptorPtr &operator=(const MatcherDescriptorPtr &) = delete;
84 Registry() = delete;
/freebsd-current/tests/sys/cddl/zfs/tests/zones/
H A Dzones_003_pos.ksh66 log_must $ZONECFG -z $ZONE3 delete -F
69 log_must $ZONECFG -z $ZONE4 delete -F
111 log_must $ZONECFG -z $ZONE3 delete -F
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstrBuilder.h38 RecycledInstErr() = delete;
92 InstrBuilder(const InstrBuilder &) = delete;
93 InstrBuilder &operator=(const InstrBuilder &) = delete;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h279 bool operator<=(Align Lhs, MaybeAlign Rhs) = delete;
280 bool operator>=(Align Lhs, MaybeAlign Rhs) = delete;
281 bool operator<(Align Lhs, MaybeAlign Rhs) = delete;
282 bool operator>(Align Lhs, MaybeAlign Rhs) = delete;
284 bool operator<=(MaybeAlign Lhs, Align Rhs) = delete;
285 bool operator>=(MaybeAlign Lhs, Align Rhs) = delete;
286 bool operator<(MaybeAlign Lhs, Align Rhs) = delete;
287 bool operator>(MaybeAlign Lhs, Align Rhs) = delete;
289 bool operator<=(MaybeAlign Lhs, MaybeAlign Rhs) = delete;
290 bool operator>=(MaybeAlign Lhs, MaybeAlign Rhs) = delete;
[all...]
/freebsd-current/tools/test/stress2/
H A Drun.sh47 find ./testcases -perm -1 \( -name "*.debug" -o -name "*.full" \) -delete \
76 [ -d "$RUNDIR" ] && (cd $RUNDIR && find . -delete)
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DBitstreamRemarkSerializer.h82 delete;
84 operator=(const BitstreamRemarkSerializerHelper &) = delete;
85 BitstreamRemarkSerializerHelper(BitstreamRemarkSerializerHelper &&) = delete;
87 operator=(BitstreamRemarkSerializerHelper &&) = delete;
/freebsd-current/contrib/googletest/googletest/samples/
H A Dsample2.h68 ~MyString() { delete[] c_string_; }
/freebsd-current/contrib/googletest/googletest/include/gtest/
H A Dgtest-spi.h91 delete;
93 const ScopedFakeTestPartResultReporter&) = delete;
115 SingleFailureChecker(const SingleFailureChecker&) = delete;
116 SingleFailureChecker& operator=(const SingleFailureChecker&) = delete;
/freebsd-current/tests/sys/audit/
H A DMakefile7 ATF_TESTS_C+= file-delete
25 SRCS.file-delete+= file-delete.c
26 SRCS.file-delete+= utils.c
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Utility/
H A DEvent.h53 EventData(const EventData &) = delete;
54 const EventData &operator=(const EventData &) = delete;
98 EventDataBytes(const EventDataBytes &) = delete;
99 const EventDataBytes &operator=(const EventDataBytes &) = delete;
173 EventDataStructuredData(const EventDataStructuredData &) = delete;
175 operator=(const EventDataStructuredData &) = delete;
256 Event(const Event &) = delete;
257 const Event &operator=(const Event &) = delete;
258 Event() = delete;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalAlias.h35 GlobalAlias(const GlobalAlias &) = delete;
36 GlobalAlias &operator=(const GlobalAlias &) = delete;
63 void operator delete(void *Ptr) { User::operator delete(Ptr); }
73 /// but does not delete it.
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DTextAPIWriter.h24 TextAPIWriter() = delete;
/freebsd-current/contrib/llvm-project/libcxx/include/__stop_token/
H A Datomic_unique_lock.h59 __atomic_unique_lock(const __atomic_unique_lock&) = delete;
60 __atomic_unique_lock(__atomic_unique_lock&&) = delete;
61 __atomic_unique_lock& operator=(const __atomic_unique_lock&) = delete;
62 __atomic_unique_lock& operator=(__atomic_unique_lock&&) = delete;
H A Dstop_callback.h66 stop_callback(const stop_callback&) = delete;
67 stop_callback(stop_callback&&) = delete;
68 stop_callback& operator=(const stop_callback&) = delete;
69 stop_callback& operator=(stop_callback&&) = delete;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h99 SyntheticChildrenFrontEnd(const SyntheticChildrenFrontEnd &) = delete;
101 operator=(const SyntheticChildrenFrontEnd &) = delete;
127 delete;
129 operator=(const SyntheticValueProviderFrontEnd &) = delete;
273 SyntheticChildren(const SyntheticChildren &) = delete;
274 const SyntheticChildren &operator=(const SyntheticChildren &) = delete;
342 FrontEnd(const FrontEnd &) = delete;
343 const FrontEnd &operator=(const FrontEnd &) = delete;
354 TypeFilterImpl(const TypeFilterImpl &) = delete;
355 const TypeFilterImpl &operator=(const TypeFilterImpl &) = delete;
[all...]
/freebsd-current/contrib/jemalloc/
H A DFREEBSD-upgrade111 find . -name '*.orig' -delete
140 find . -name '*.orig' -delete
141 find . -name '*.rej' -delete
162 find . -name '*.orig' -delete
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h926 Secret(const Secret&) = delete;
1047 GTestLog(const GTestLog&) = delete;
1048 GTestLog& operator=(const GTestLog&) = delete;
1222 AutoHandle(const AutoHandle&) = delete;
1223 AutoHandle& operator=(const AutoHandle&) = delete;
1245 Notification(const Notification&) = delete;
1246 Notification& operator=(const Notification&) = delete;
1350 ThreadWithParam(const ThreadWithParam&) = delete;
1351 ThreadWithParam& operator=(const ThreadWithParam&) = delete;
1415 Mutex(const Mutex&) = delete;
[all...]

Completed in 317 milliseconds

1234567891011>>