HomeSort by relevance Sort by last modified time
    Searched refs:do_nothing (Results 1 - 10 of 10) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/
eq.pass.cpp 20 void do_nothing(int*) {} function
28 const std::shared_ptr<int> p3(ptr2, do_nothing);
lt.pass.cpp 19 void do_nothing(int*) {} function
27 const std::shared_ptr<int> p3(ptr2, do_nothing);
cmp_nullptr.pass.cpp 42 void do_nothing(int*) {} function
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star/
op_star.pass.cpp 45 struct do_nothing struct
58 std::unique_ptr<int, do_nothing> p(&i);
59 test(&p, std::unique_ptr<int, do_nothing>(&i));
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/
difference_type.pass.cpp 38 struct do_nothing struct
52 typedef std::unique_ptr<int, do_nothing> Ptr;
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.special/
cmp_nullptr.pass.cpp 42 void do_nothing(int*) {} function
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
rv_value.pass.cpp 49 struct do_nothing struct
59 typedef std::unique_ptr<int, do_nothing> Ptr;
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 89 struct do_nothing struct
94 typedef std::unique_ptr<int, do_nothing> Ptr;
unique_pred.pass.cpp 115 struct do_nothing struct
120 typedef std::unique_ptr<int, do_nothing> Ptr;
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 958 Bool do_nothing = True; local
960 do_nothing = False;
962 if (do_nothing /* wrong platform */)
    [all...]

Completed in 171 milliseconds