Home
last modified time | relevance | path

Searched refs:doNothing (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/thread/state/
H A Dmain.cpp16 int doNothing() in doNothing() function
31 int result = doNothing(); in main()
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DSimpleIListTest.cpp22 void doNothing(Node *) {} in doNothing() function
158 L.removeAndDispose(B, doNothing); in TEST()
227 L.eraseAndDispose(B.getIterator(), doNothing); in TEST()
301 L.eraseAndDispose(B.getIterator(), E.getIterator(), doNothing)); in TEST()
333 L.clearAndDispose(doNothing); in TEST()
H A DImmutableListTest.cpp93 void doNothing() const {} in doNothing() function
108 It->doNothing(); in TEST_F()