Home
last modified time | relevance | path

Searched refs:do_nothing (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dubsan-type-checks.cpp9 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 Dubsan-suppress-checks.cpp35 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 Ddlopen.cpp69 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 Dctors.ll4 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 Dwarn-string-conversion.c3 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 Dop_star.pass.cpp45 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 Dstructure-ops.mlir140 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 Dvararg.c9 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 Deq.pass.cpp21 void do_nothing(int*) {} in do_nothing() function
29 const std::shared_ptr<int> p3(ptr2, do_nothing); in main()
H A Dlt.pass.cpp20 void do_nothing(int*) {} in do_nothing() function
28 const std::shared_ptr<int> p3(ptr2, do_nothing); in main()
H A Dcmp_nullptr.pass.cpp43 void do_nothing(int*) {} in do_nothing() function
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/exit_during_step/
H A Dmain.cpp7 #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 Dbind_front.verify.cpp25 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 Dmain.cpp7 #define do_nothing() macro
54 do_nothing(); in main()
/llvm-project-15.0.7/clang/test/Analysis/
H A Ddebug-CallGraph.cpp48 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 Ddifference_type.pass.cpp33 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 Drv_value.pass.cpp52 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 Demit-one.c15 int do_nothing() in do_nothing() function
/llvm-project-15.0.7/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.special/
H A Dcmp_nullptr.pass.cpp43 void do_nothing(int*) {} in do_nothing() function
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dunique.pass.cpp100 struct do_nothing struct
105 typedef std::unique_ptr<int, do_nothing> Ptr; argument
H A Dunique_pred.pass.cpp126 struct do_nothing struct
131 typedef std::unique_ptr<int, do_nothing> Ptr; argument
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DUniquePtrTrivialAbi.rst82 void do_nothing(const Foo&)
86 do_nothing(*x);
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVStructureOps.td475 spv.func @do_nothing() -> () {