/external/compiler-rt/test/cfi/cross-dso/ |
D | dlopen.cpp | 69 extern "C" __attribute__((aligned(4096))) void do_nothing() {} in do_nothing() function 128 void (*do_nothing)() = (void (*)())dlsym(handle, "do_nothing"); in main() local 129 assert(do_nothing); in main() 130 save_code((char *)do_nothing); in main() 137 do_nothing(); // UB here in main()
|
/external/clang/test/Sema/ |
D | warn-string-conversion.c | 3 void do_nothing(); 8 do_nothing(); \ 13 ((expr) ? do_nothing() : assert_error())
|
/external/fmtlib/test/ |
D | gtest-extra-test.cc | 74 void do_nothing() {} in do_nothing() function 219 EXPECT_THROW_MSG(do_nothing(), std::exception, ""); in TEST() 224 do_nothing(); in TEST() 229 EXPECT_SYSTEM_ERROR(do_nothing(), EDOM, ""); in TEST() 234 do_nothing(); in TEST() 244 do_nothing(); in TEST() 255 EXPECT_THROW_MSG(do_nothing(), std::exception, "test"), in TEST() 273 EXPECT_SYSTEM_ERROR(do_nothing(), EDOM, "test"), in TEST() 288 EXPECT_WRITE(stdout, do_nothing(), ""); in TEST()
|
/external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star/ |
D | op_star.pass.cpp | 45 struct do_nothing struct 60 std::unique_ptr<int, do_nothing> p(&i); in main() argument 61 test(&p, std::unique_ptr<int, do_nothing>(&i)); in main()
|
/external/syslinux/com32/modules/ |
D | ifmemdsk.c | 69 static f_find do_nothing; variable 83 static f_find * do_walk_safe_hooks = do_nothing; in main() 84 static f_find * do_scan_mbfts = do_nothing; in main() 117 do_scan_drives = do_nothing; in main() 306 static int do_nothing(void) { in do_nothing() function
|
/external/compiler-rt/test/dfsan/ |
D | vararg.c | 10 int do_nothing(const char *format, ...) { in do_nothing() function 18 fp = do_nothing; in main()
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/ |
D | eq.pass.cpp | 20 void do_nothing(int*) {} in do_nothing() function 28 const std::shared_ptr<int> p3(ptr2, do_nothing); in main()
|
D | lt.pass.cpp | 19 void do_nothing(int*) {} in do_nothing() function 27 const std::shared_ptr<int> p3(ptr2, do_nothing); in main()
|
D | cmp_nullptr.pass.cpp | 42 void do_nothing(int*) {} in do_nothing() function
|
/external/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/ |
D | difference_type.pass.cpp | 37 struct do_nothing struct 52 typedef std::unique_ptr<int, do_nothing> Ptr; in main() argument
|
/external/syslinux/dosutil/ |
D | mdiskchk.c | 187 static MDISKCHK_FUNC_DECL(do_nothing) in MDISKCHK_FUNC_DECL() argument 301 mdiskchk_func usage = do_nothing, in main() 302 safe_hooks = do_nothing, in main() 303 mbfts = do_nothing; in main()
|
/external/libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/ |
D | rv_value.pass.cpp | 51 struct do_nothing struct 59 typedef std::unique_ptr<int, do_nothing> Ptr; in main() argument
|
/external/clang/tools/scan-build-py/tests/functional/src/ |
D | emit-one.c | 15 int do_nothing() in do_nothing() function
|
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/ |
D | unique.pass.cpp | 89 struct do_nothing struct 94 typedef std::unique_ptr<int, do_nothing> Ptr; argument
|
D | unique_pred.pass.cpp | 115 struct do_nothing struct 120 typedef std::unique_ptr<int, do_nothing> Ptr; argument
|
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.special/ |
D | cmp_nullptr.pass.cpp | 42 void do_nothing(int*) {} in do_nothing() function
|
/external/autotest/scheduler/ |
D | drone_manager_unittest.py | 89 def do_nothing(): function 91 self.god.stub_with(self.manager, 'refresh_drone_configs', do_nothing) 401 def do_nothing(): function 403 self.god.stub_with(self.manager, 'refresh_drone_configs', do_nothing)
|
/external/valgrind/coregrind/m_debuginfo/ |
D | debuginfo.c | 1123 Bool do_nothing = True; in VG_() local 1125 do_nothing = False; in VG_() 1127 if (do_nothing /* wrong platform */) { in VG_()
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | armv7a-cros-linux-gnueabi | 15218 PASS: gdb.mi/mi-stepn.exp: breakpoint at do_nothing 16717 FAIL: gdb.python/py-finish-breakpoint.exp: setting breakpoint at do_nothing 16718 FAIL: gdb.python/py-finish-breakpoint.exp: continue to do_nothing
|
D | x86_64-cros-linux-gnu | 15588 PASS: gdb.mi/mi-stepn.exp: breakpoint at do_nothing 17087 PASS: gdb.python/py-finish-breakpoint.exp: continue to do_nothing
|
D | i686-pc-linux-gnu | 15284 PASS: gdb.mi/mi-stepn.exp: breakpoint at do_nothing 16819 PASS: gdb.python/py-finish-breakpoint.exp: continue to do_nothing
|