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

1 2

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
pr13244.c 4 do_nothing (int param) function
13 do_nothing (0);
  /external/compiler-rt/test/dfsan/
vararg.c 10 int do_nothing(const char *format, ...) { function
18 fp = do_nothing;
  /external/clang/test/Sema/
warn-string-conversion.c 3 void do_nothing();
8 do_nothing(); \
13 ((expr) ? do_nothing() : assert_error())
  /external/libcxx/test/std/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
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/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
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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
  /external/compiler-rt/test/cfi/cross-dso/
dlopen.cpp 69 extern "C" __attribute__((aligned(4096))) void do_nothing() {} function
128 void (*do_nothing)() = (void (*)())dlsym(handle, "do_nothing");
129 assert(do_nothing);
130 save_code((char *)do_nothing);
137 do_nothing(); // UB here
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/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));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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));
  /external/clang/tools/scan-build-py/tests/functional/src/
emit-one.c 15 int do_nothing() function
  /external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/
difference_type.pass.cpp 37 struct do_nothing struct
52 typedef std::unique_ptr<int, do_nothing> Ptr;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/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;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/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;
  /external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star/
op_star.pass.cpp 45 struct do_nothing struct
60 std::unique_ptr<int, do_nothing> p(&i);
61 test(&p, std::unique_ptr<int, do_nothing>(&i));
  /external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.special/
cmp_nullptr.pass.cpp 42 void do_nothing(int*) {} function
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.special/
cmp_nullptr.pass.cpp 42 void do_nothing(int*) {} function
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/unique.ptr/unique.ptr.special/
cmp_nullptr.pass.cpp 42 void do_nothing(int*) {} function
  /external/fmtlib/test/
gtest-extra-test.cc 74 void do_nothing() {} function in namespace:__anon19252
219 EXPECT_THROW_MSG(do_nothing(), std::exception, "");
224 do_nothing();
229 EXPECT_SYSTEM_ERROR(do_nothing(), EDOM, "");
234 do_nothing();
244 do_nothing();
255 EXPECT_THROW_MSG(do_nothing(), std::exception, "test"),
256 "Expected: do_nothing() throws an exception of type std::exception.\n"
273 EXPECT_SYSTEM_ERROR(do_nothing(), EDOM, "test"),
274 "Expected: do_nothing() throws an exception of type fmt::SystemError.\n
    [all...]
  /external/syslinux/com32/modules/
ifmemdsk.c 69 static f_find do_nothing; variable
83 static f_find * do_walk_safe_hooks = do_nothing;
84 static f_find * do_scan_mbfts = do_nothing;
117 do_scan_drives = do_nothing;
306 static int do_nothing(void) { function

Completed in 3172 milliseconds

1 2