Searched refs:Delete (Results 51 - 70 of 70) sorted by relevance

123

/freebsd-12-stable/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h336 static void Delete(T* x) { function in namespace:testing::internal
H A Dgtest.cc2798 ForEach(test_info_list_, internal::Delete<TestInfo>);
3410 ForEach(listeners_, Delete<TestEventListener>);
4958 ForEach(test_cases_, internal::Delete<TestCase>);
4961 ForEach(environments_, internal::Delete<Environment>);
/freebsd-12-stable/contrib/openresolv/
H A Dresolvconf.in90 -d \$INTERFACE Delete DNS information from the specified interface
917 # Delete any existing information about the interface
/freebsd-12-stable/contrib/gcc/doc/
H A Dmakefile.texi37 Delete the files made while building the compiler.
/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc1883 ACTION_P(Delete, ptr) { delete ptr; }
1891 EXPECT_CALL(*a, DoA(_)).WillOnce(Delete(a));
1898 .WillOnce(DoAll(Delete(a), Return(Result())));
/freebsd-12-stable/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py194 class Delete(Expr): class in inherits:Expr
1350 return Delete(tokens[0].start, tokens[0].end, tokens)
/freebsd-12-stable/share/mk/
H A Dbsd.sys.mk75 # XXX Delete -Wuninitialized by default for now -- the compiler doesn't
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp422 #pragma mark Delete
428 "Delete the specified watchpoint(s). If no "
H A DCommandObjectBreakpoint.cpp1212 "Delete or disable breakpoints matching the "
1346 #pragma mark Delete
1352 "Delete the specified breakpoint(s). If no "
1794 "Delete a name from the breakpoints provided.",
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp408 DTU.applyUpdatesPermissive({{DominatorTree::Delete, BB, Succ}});
H A DLoopInterchange.cpp1345 {DominatorTree::UpdateKind::Delete, BI->getParent(), OldBB});
H A DLoopUnswitch.cpp979 Updates.push_back({DominatorTree::Delete, OldBranchParent, OldBranchSucc});
1038 // Delete it, as it is no longer needed.
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp854 DTU.applyUpdates({{DominatorTree::Delete, PredBB, BB},
H A DLoopUtils.cpp596 {DominatorTree::Delete, Preheader, L->getHeader()}});
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp541 IFK::Delete, // ?3 # operator delete
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1222 const auto err = socket_pipe.Delete(named_pipe_path);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp921 T1.getMutableNode(Id1).Change = Delete;
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1516 return DataVisualization::Categories::Delete(ConstString(category_name));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5836 const FunctionDecl *Delete,
5840 assert(Delete && "Not given an operator delete");
5843 DeclUpdates[D].push_back(DeclUpdate(UPD_CXX_RESOLVED_DTOR_DELETE, Delete));
/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql368 /* Delete the nodes shadowed by local_relpath. Not valid for the wc-root */

Completed in 233 milliseconds

123