Searched defs:do_nothing (Results 1 – 13 of 13) sorted by relevance
38 struct do_nothing struct52 typedef std::unique_ptr<int, do_nothing> Ptr; in main() argument
45 struct do_nothing struct58 std::unique_ptr<int, do_nothing> p(&i); in main() argument
50 struct do_nothing struct61 typedef std::unique_ptr<int, do_nothing> Ptr; in main() argument
89 struct do_nothing struct94 typedef std::unique_ptr<int, do_nothing> Ptr; argument
115 struct do_nothing struct120 typedef std::unique_ptr<int, do_nothing> Ptr; argument
9 function do_nothing() { } function
42 void do_nothing(int*) {} in do_nothing() function
20 void do_nothing(int*) {} in do_nothing() function
19 void do_nothing(int*) {} in do_nothing() function
10 int do_nothing(const char *format, ...) { in do_nothing() function
89 def do_nothing(): function401 def do_nothing(): function
1123 Bool do_nothing = True; in VG_() local