| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | ubsan-type-checks.cpp | 9 void do_nothing() { in do_nothing() function 22 void do_nothing() { in do_nothing() function 78 a.do_nothing(); in main() 81 b.do_nothing(); in main()
|
| H A D | ubsan-suppress-checks.cpp | 35 void do_nothing() { in do_nothing() function 221 a->do_nothing(); in force_irgen()
|
| /llvm-project-15.0.7/compiler-rt/test/cfi/cross-dso/icall/ |
| H A D | dlopen.cpp | 69 extern "C" __attribute__((aligned(4096))) void do_nothing() {} in do_nothing() function 130 void (*do_nothing)() = (void (*)())dlsym(handle, "do_nothing"); in main() local 131 assert(do_nothing); in main() 132 save_code((char *)do_nothing); in main() 139 do_nothing(); // UB here in main()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AVR/ |
| H A D | ctors.ll | 4 define void @do_nothing() addrspace(1) #0 { 5 ; CHECK-LABEL: do_nothing: 12 …}] [{ i32, void () addrspace(1)*, i8* } { i32 65535, void () addrspace(1)* @do_nothing, i8* null }] 15 …}] [{ i32, void () addrspace(1)*, i8* } { i32 65535, void () addrspace(1)* @do_nothing, i8* null }]
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | warn-string-conversion.c | 3 void do_nothing(void); 8 do_nothing(); \ 13 ((expr) ? do_nothing() : assert_error())
|
| /llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.star/ |
| H A D | op_star.pass.cpp | 45 struct do_nothing struct 59 std::unique_ptr<int, do_nothing> p(&i); in main() argument 60 test(&p, std::unique_ptr<int, do_nothing>(&i)); in main()
|
| /llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/ |
| H A D | structure-ops.mlir | 140 spv.func @do_nothing() -> () "None" { 162 spv.func @do_nothing() -> () "None" { 172 spv.func @do_nothing() -> () "None" { 187 spv.func @do_nothing() -> () "None" { 196 spv.func @do_nothing() -> () "None" { 207 spv.func @do_nothing() -> () "None" { 222 spv.func @do_nothing() -> () "None" { 231 spv.func @do_nothing() -> () "None" { 242 spv.func @do_nothing() -> () "None" { 432 spv.func @do_nothing() -> () "None" { [all …]
|
| /llvm-project-15.0.7/compiler-rt/test/dfsan/ |
| H A D | vararg.c | 9 int do_nothing(const char *format, ...) { in do_nothing() function 17 fp = do_nothing; in main()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/ |
| H A D | eq.pass.cpp | 21 void do_nothing(int*) {} in do_nothing() function 29 const std::shared_ptr<int> p3(ptr2, do_nothing); in main()
|
| H A D | lt.pass.cpp | 20 void do_nothing(int*) {} in do_nothing() function 28 const std::shared_ptr<int> p3(ptr2, do_nothing); in main()
|
| H A D | cmp_nullptr.pass.cpp | 43 void do_nothing(int*) {} in do_nothing() function
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread/exit_during_step/ |
| H A D | main.cpp | 7 #define do_nothing() macro 42 do_nothing(); in exit_thread_func()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/function.objects/func.bind_front/ |
| H A D | bind_front.verify.cpp | 25 T do_nothing(T t) { return t; } in do_nothing() function 45 …auto d = std::bind_front(do_nothing, n); // expected-error {{no matching function for call to 'bin… in main()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread/create_during_step/ |
| H A D | main.cpp | 7 #define do_nothing() macro 54 do_nothing(); in main()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | debug-CallGraph.cpp | 48 void do_nothing() {} in do_nothing() function 51 do_nothing(); in test_single_call()
|
| /llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.index/ |
| H A D | difference_type.pass.cpp | 33 struct do_nothing struct 48 typedef std::unique_ptr<int, do_nothing> Ptr; in main() argument
|
| /llvm-project-15.0.7/libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/ |
| H A D | rv_value.pass.cpp | 52 struct do_nothing struct 60 typedef std::unique_ptr<int, do_nothing> Ptr; in main() argument
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/tests/functional/src/ |
| H A D | emit-one.c | 15 int do_nothing() in do_nothing() function
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.special/ |
| H A D | cmp_nullptr.pass.cpp | 43 void do_nothing(int*) {} in do_nothing() function
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/ |
| H A D | unique.pass.cpp | 100 struct do_nothing struct 105 typedef std::unique_ptr<int, do_nothing> Ptr; argument
|
| H A D | unique_pred.pass.cpp | 126 struct do_nothing struct 131 typedef std::unique_ptr<int, do_nothing> Ptr; argument
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | UniquePtrTrivialAbi.rst | 82 void do_nothing(const Foo&) 86 do_nothing(*x);
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVStructureOps.td | 475 spv.func @do_nothing() -> () {
|