Home
last modified time | relevance | path

Searched refs:__builtin_memmove (Results 226 – 250 of 1007) sorted by relevance

12345678910>>...41

/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/
H A Dnonnull-3.c22 __builtin_memmove (p, NULL, 16); /* { dg-warning "null" "null pointer check" } */ in foo()
23 __builtin_memmove (NULL, p, 16); /* { dg-warning "null" "null pointer check" } */ in foo()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gcc.dg/
H A Dnonnull-3.c22 __builtin_memmove (p, NULL, 16); /* { dg-warning "null" "null pointer check" } */ in foo()
23 __builtin_memmove (NULL, p, 16); /* { dg-warning "null" "null pointer check" } */ in foo()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A Dnonnull-3.c22 __builtin_memmove (p, NULL, 16); /* { dg-warning "null" "null pointer check" } */ in foo()
23 __builtin_memmove (NULL, p, 16); /* { dg-warning "null" "null pointer check" } */ in foo()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A Dnonnull-3.c22 __builtin_memmove (p, NULL, 16); /* { dg-warning "null" "null pointer check" } */ in foo()
23 __builtin_memmove (NULL, p, 16); /* { dg-warning "null" "null pointer check" } */ in foo()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp70 __builtin_memmove(&x1, 0, sizeof x1); // \ in test_warn()
73 __builtin_memmove(0, &x1, sizeof x1); // \ in test_warn()
H A Dconstexpr-string.cpp436 __builtin_memmove(arr + a, arr + b, n); in test_memmove()
499 …static_assert(__builtin_memmove(&global, null, sizeof(wchar_t))); // expected-error {{}} expected-…
503 …static_assert(__builtin_memmove(null, &global, sizeof(wchar_t))); // expected-error {{}} expected-…
516 __builtin_memmove(arr+1, arr, 2 * sizeof(Trivial)); in test_trivial()
569 __builtin_memmove(&arr, &arr, sizeof(arr)); in test_address_of_const_array_type()
577 __builtin_memmove(arr, arr, 4 * sizeof(arr[0])); in test_incomplete_array_type()
586 __builtin_memmove(&arr, &arr, 4 * sizeof(arr[0])); in test_address_of_incomplete_array_type()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp70 __builtin_memmove(&x1, 0, sizeof x1); // \ in test_warn()
73 __builtin_memmove(0, &x1, sizeof x1); // \ in test_warn()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp77 __builtin_memmove(&x1, 0, sizeof x1); // \ in test_warn()
80 __builtin_memmove(0, &x1, sizeof x1); // \ in test_warn()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp77 __builtin_memmove(&x1, 0, sizeof x1); // \ in test_warn()
80 __builtin_memmove(0, &x1, sizeof x1); // \ in test_warn()
H A Dconstexpr-string.cpp485 __builtin_memmove(arr + a, arr + b, n); in test_memmove()
548 …static_assert(__builtin_memmove(&global, null, sizeof(wchar_t))); // expected-error {{}} expected-…
552 …static_assert(__builtin_memmove(null, &global, sizeof(wchar_t))); // expected-error {{}} expected-…
565 __builtin_memmove(arr+1, arr, 2 * sizeof(Trivial)); in test_trivial()
618 __builtin_memmove(&arr, &arr, sizeof(arr)); in test_address_of_const_array_type()
626 __builtin_memmove(arr, arr, 4 * sizeof(arr[0])); in test_incomplete_array_type()
635 __builtin_memmove(&arr, &arr, 4 * sizeof(arr[0])); in test_address_of_incomplete_array_type()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp77 __builtin_memmove(&x1, 0, sizeof x1); // \ in test_warn()
80 __builtin_memmove(0, &x1, sizeof x1); // \ in test_warn()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp77 __builtin_memmove(&x1, 0, sizeof x1); // \ in test_warn()
80 __builtin_memmove(0, &x1, sizeof x1); // \ in test_warn()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp77 __builtin_memmove(&x1, 0, sizeof x1); // \ in test_warn()
80 __builtin_memmove(0, &x1, sizeof x1); // \ in test_warn()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp77 __builtin_memmove(&x1, 0, sizeof x1); // \ in test_warn()
80 __builtin_memmove(0, &x1, sizeof x1); // \ in test_warn()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp77 __builtin_memmove(&x1, 0, sizeof x1); // \ in test_warn()
80 __builtin_memmove(0, &x1, sizeof x1); // \ in test_warn()
H A Dconstexpr-string.cpp485 __builtin_memmove(arr + a, arr + b, n); in test_memmove()
548 …static_assert(__builtin_memmove(&global, null, sizeof(wchar_t))); // expected-error {{}} expected-…
552 …static_assert(__builtin_memmove(null, &global, sizeof(wchar_t))); // expected-error {{}} expected-…
565 __builtin_memmove(arr+1, arr, 2 * sizeof(Trivial)); in test_trivial()
618 __builtin_memmove(&arr, &arr, sizeof(arr)); in test_address_of_const_array_type()
626 __builtin_memmove(arr, arr, 4 * sizeof(arr[0])); in test_incomplete_array_type()
635 __builtin_memmove(&arr, &arr, 4 * sizeof(arr[0])); in test_address_of_incomplete_array_type()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp77 __builtin_memmove(&x1, 0, sizeof x1); // \ in test_warn()
80 __builtin_memmove(0, &x1, sizeof x1); // \ in test_warn()
H A Dconstexpr-string.cpp485 __builtin_memmove(arr + a, arr + b, n); in test_memmove()
548 …static_assert(__builtin_memmove(&global, null, sizeof(wchar_t))); // expected-error {{}} expected-…
552 …static_assert(__builtin_memmove(null, &global, sizeof(wchar_t))); // expected-error {{}} expected-…
565 __builtin_memmove(arr+1, arr, 2 * sizeof(Trivial)); in test_trivial()
618 __builtin_memmove(&arr, &arr, sizeof(arr)); in test_address_of_const_array_type()
626 __builtin_memmove(arr, arr, 4 * sizeof(arr[0])); in test_incomplete_array_type()
635 __builtin_memmove(&arr, &arr, 4 * sizeof(arr[0])); in test_address_of_incomplete_array_type()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp77 __builtin_memmove(&x1, 0, sizeof x1); // \ in test_warn()
80 __builtin_memmove(0, &x1, sizeof x1); // \ in test_warn()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp77 __builtin_memmove(&x1, 0, sizeof x1); // \ in test_warn()
80 __builtin_memmove(0, &x1, sizeof x1); // \ in test_warn()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp77 __builtin_memmove(&x1, 0, sizeof x1); // \ in test_warn()
80 __builtin_memmove(0, &x1, sizeof x1); // \ in test_warn()
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp77 __builtin_memmove(&x1, 0, sizeof x1); // \ in test_warn()
80 __builtin_memmove(0, &x1, sizeof x1); // \ in test_warn()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp77 __builtin_memmove(&x1, 0, sizeof x1); // \ in test_warn()
80 __builtin_memmove(0, &x1, sizeof x1); // \ in test_warn()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp77 __builtin_memmove(&x1, 0, sizeof x1); // \
80 __builtin_memmove(0, &x1, sizeof x1); // \
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr71874.C8 __builtin_memmove (str + 20, str + 15, 11); in main()

12345678910>>...41