Searched refs:delete (Results 226 - 250 of 616) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DScopedHashTable.h98 ScopedHashTableScope(ScopedHashTableScope &) = delete;
99 ScopedHashTableScope &operator=(ScopedHashTableScope &) = delete;
170 ScopedHashTable(const ScopedHashTable &) = delete;
171 ScopedHashTable &operator=(const ScopedHashTable &) = delete;
240 // Pop and delete all values corresponding to this scope.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h129 Speculator(const Speculator &) = delete;
130 Speculator(Speculator &&) = delete;
131 Speculator &operator=(const Speculator &) = delete;
132 Speculator &operator=(Speculator &&) = delete;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h89 SrcBuffer(const SrcBuffer &) = delete;
90 SrcBuffer &operator=(const SrcBuffer &) = delete;
107 SourceMgr(const SourceMgr &) = delete;
108 SourceMgr &operator=(const SourceMgr &) = delete;
H A DRegex.h51 Regex(const Regex &) = delete;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.h46 NormalizedSymbol(const NormalizedSymbol &) = delete;
47 NormalizedSymbol &operator=(const NormalizedSymbol &) = delete;
48 NormalizedSymbol(NormalizedSymbol &&) = delete;
49 NormalizedSymbol &operator=(NormalizedSymbol &&) = delete;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRVRegNamerUtils.h80 VRegRenamer() = delete;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionValueEnumeration.h48 VarSetOperationType = eVarSetOperationAssign) = delete;
H A DOptionValueFormatEntity.h35 VarSetOperationType = eVarSetOperationAssign) = delete;
H A DOptionValueFileSpec.h42 VarSetOperationType = eVarSetOperationAssign) = delete;
H A DOptionValueBoolean.h38 VarSetOperationType = eVarSetOperationAssign) = delete;
H A DOptionValueArch.h48 VarSetOperationType = eVarSetOperationAssign) = delete;
/freebsd-11-stable/usr.bin/svn/lib/libsvn_wc/
H A DMakefile19 delete.c \
/freebsd-11-stable/libexec/ftpd/
H A Dextern.h39 void delete(char *);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h47 void operator delete(void *ptr, clang::PreprocessingRecord &PR,
120 void operator delete(void *ptr, PreprocessingRecord &PR,
122 return ::operator delete(ptr, PR, alignment);
125 void operator delete(void *, std::size_t) noexcept {}
126 void operator delete(void *, void *) noexcept {}
129 // Make vanilla 'new' and 'delete' illegal for preprocessed entities.
131 void operator delete(void *data) noexcept;
569 inline void operator delete(void *ptr, clang::PreprocessingRecord &PR,
/freebsd-11-stable/contrib/ntp/scripts/monitoring/
H A Dntptrap241 (delete $TIMEOUT_PROCS{$TIMEOUTS[$[]},
242 delete $TIMEOUTS{shift(@TIMEOUTS)})[$[];
270 delete $RETRY{pack("a4SC",$from,$associd,$op)} unless $op == 7;
308 delete $TIMEOUTS{$id};
309 delete $TIMEOUT_PROCS{$id};
/freebsd-11-stable/usr.bin/tr/
H A Dtr.c73 struct cset *delete, *squeeze; local
129 delete = setup(argv[0], &s1, cflag, Cflag);
133 if (!cset_in(delete, ch) &&
151 delete = setup(argv[0], &s1, cflag, Cflag);
154 if (!cset_in(delete, ch))
/freebsd-11-stable/contrib/netbsd-tests/net/route/
H A Dt_flags.sh150 atf_check -s exit:0 -o ignore rump.route delete -net 10.0.0.0/24
174 atf_check -s exit:0 -o ignore rump.route delete -net 10.0.0.0/24
192 atf_check -s exit:0 -o ignore rump.route delete -net 10.0.0.0/24
211 atf_check -s exit:0 -o ignore rump.route delete -net 10.0.0.0/24
289 atf_check -s exit:0 -o ignore rump.route delete -net 10.0.0.0/24
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h54 DDGNode() = delete;
94 RootDDGNode(const RootDDGNode &N) = delete;
108 SimpleDDGNode() = delete;
174 PiBlockDDGNode() = delete;
228 explicit DDGEdge(DDGNode &N) = delete;
267 DependenceGraphInfo() = delete;
268 DependenceGraphInfo(const DependenceGraphInfo &G) = delete;
310 DataDependenceGraph() = delete;
311 DataDependenceGraph(const DataDependenceGraph &G) = delete;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h157 TextInstrProfReader(const TextInstrProfReader &) = delete;
158 TextInstrProfReader &operator=(const TextInstrProfReader &) = delete;
212 RawInstrProfReader(const RawInstrProfReader &) = delete;
213 RawInstrProfReader &operator=(const RawInstrProfReader &) = delete;
455 IndexedInstrProfReader(const IndexedInstrProfReader &) = delete;
456 IndexedInstrProfReader &operator=(const IndexedInstrProfReader &) = delete;
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h67 void delete (int, char **);
/freebsd-11-stable/sys/netinet/
H A Din_rmx.c170 in_ifadown(struct ifaddr *ifa, int delete) argument
178 arg.del = delete;
/freebsd-11-stable/sys/contrib/dev/acpica/
H A Dacpica_prep.sh58 find ${wrk} -name ${i} -type f -delete
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h172 ASTRecordLayout(const ASTRecordLayout &) = delete;
173 ASTRecordLayout &operator=(const ASTRecordLayout &) = delete;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h208 Directive(const Directive &) = delete;
209 Directive &operator=(const Directive &) = delete;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h31 /// ref count drops to zero, it is delete[]'d. This is primarily managed
42 delete [] (char*)this;
142 RopePieceBTree &operator=(const RopePieceBTree &) = delete;

Completed in 149 milliseconds

1234567891011>>