Searched refs:do_it (Results 1 – 6 of 6) sorted by relevance
16 ; CHECK: bl do_it23 tail call void @do_it(float 1.000000e+00, %struct.Node* nonnull %2)33 declare void @do_it(float, %struct.Node*)
7 defvar do_it = true;38 int value = !add(10, !if(!and(do_it, true), 42, 0));46 !not(do_it): "bar",
25 constexpr bool test(bool do_it) in test() argument27 if (do_it) { in test()
162 void ThreadPlanStepOverBreakpoint::SetAutoContinue(bool do_it) { in SetAutoContinue() argument163 m_auto_continue = do_it; in SetAutoContinue()
32 void SetAutoContinue(bool do_it);
228 constexpr Abstract() { do_it(); } // expected-note {{in call to}} in Abstract()229 …constexpr void do_it() { f(); } // expected-note {{pure virtual function 'Virtual::Abstract::f' ca… in do_it() function