Home
last modified time | relevance | path

Searched refs:Nasty (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
H A Duninitialized_fill.pass.cpp40 struct Nasty struct
42 Nasty() : i_ ( counter_++ ) {} in Nasty() argument
43 Nasty * operator &() const { return NULL; } in operator &() argument
48 int Nasty::counter_ = 0; argument
76 char pool[N*sizeof(Nasty)] = {0}; in main()
77 Nasty* bp = (Nasty*)pool; in main()
79 Nasty::counter_ = 23; in main()
80 std::uninitialized_fill(bp, bp+N, Nasty()); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
H A Duninitialized_fill_n.pass.cpp39 struct Nasty struct
41 Nasty() : i_ ( counter_++ ) {} in Nasty() function
42 Nasty * operator &() const { return NULL; } in operator &() argument
47 int Nasty::counter_ = 0; argument
77 char pool[N*sizeof(Nasty)] = {0}; in main()
78 Nasty* bp = (Nasty*)pool; in main()
80 Nasty::counter_ = 23; in main()
81 std::uninitialized_fill_n(bp, N, Nasty()); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
H A Duninitialized_fill_n.pass.cpp39 struct Nasty struct
41 Nasty() : i_ ( counter_++ ) {} in Nasty() function
42 Nasty * operator &() const { return NULL; } in operator &() argument
47 int Nasty::counter_ = 0; argument
77 char pool[N*sizeof(Nasty)] = {0}; in main()
78 Nasty* bp = (Nasty*)pool; in main()
80 Nasty::counter_ = 23; in main()
81 std::uninitialized_fill_n(bp, N, Nasty()); in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
H A Duninitialized_fill.pass.cpp40 struct Nasty struct
42 Nasty() : i_ ( counter_++ ) {} in Nasty() argument
43 Nasty * operator &() const { return NULL; } in operator &() argument
48 int Nasty::counter_ = 0; argument
76 char pool[N*sizeof(Nasty)] = {0}; in main()
77 Nasty* bp = (Nasty*)pool; in main()
79 Nasty::counter_ = 23; in main()
80 std::uninitialized_fill(bp, bp+N, Nasty()); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
H A Duninitialized_fill_n.pass.cpp39 struct Nasty struct
41 Nasty() : i_ ( counter_++ ) {} in Nasty() function
42 Nasty * operator &() const { return NULL; } in operator &() argument
47 int Nasty::counter_ = 0; argument
77 char pool[N*sizeof(Nasty)] = {0}; in main()
78 Nasty* bp = (Nasty*)pool; in main()
80 Nasty::counter_ = 23; in main()
81 std::uninitialized_fill_n(bp, N, Nasty()); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
H A Duninitialized_fill.pass.cpp40 struct Nasty struct
42 Nasty() : i_ ( counter_++ ) {} in Nasty() function
43 Nasty * operator &() const { return NULL; } in operator &() argument
48 int Nasty::counter_ = 0; argument
76 char pool[N*sizeof(Nasty)] = {0}; in main()
77 Nasty* bp = (Nasty*)pool; in main()
79 Nasty::counter_ = 23; in main()
80 std::uninitialized_fill(bp, bp+N, Nasty()); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
H A Duninitialized_fill_n.pass.cpp39 struct Nasty struct
41 Nasty() : i_ ( counter_++ ) {} in Nasty() function
42 Nasty * operator &() const { return NULL; } in operator &() argument
47 int Nasty::counter_ = 0; argument
77 char pool[N*sizeof(Nasty)] = {0}; in main()
78 Nasty* bp = (Nasty*)pool; in main()
80 Nasty::counter_ = 23; in main()
81 std::uninitialized_fill_n(bp, N, Nasty()); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
H A Duninitialized_fill.pass.cpp40 struct Nasty struct
42 Nasty() : i_ ( counter_++ ) {} in Nasty() function
43 Nasty * operator &() const { return NULL; } in operator &() argument
48 int Nasty::counter_ = 0; argument
76 char pool[N*sizeof(Nasty)] = {0}; in main()
77 Nasty* bp = (Nasty*)pool; in main()
79 Nasty::counter_ = 23; in main()
80 std::uninitialized_fill(bp, bp+N, Nasty()); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
H A Duninitialized_fill.pass.cpp40 struct Nasty struct
42 Nasty() : i_ ( counter_++ ) {} in Nasty() argument
43 Nasty * operator &() const { return NULL; } in operator &() argument
48 int Nasty::counter_ = 0; argument
76 char pool[N*sizeof(Nasty)] = {0}; in main()
77 Nasty* bp = (Nasty*)pool; in main()
79 Nasty::counter_ = 23; in main()
80 std::uninitialized_fill(bp, bp+N, Nasty()); in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
H A Duninitialized_fill_n.pass.cpp39 struct Nasty struct
41 Nasty() : i_ ( counter_++ ) {} in Nasty() argument
42 Nasty * operator &() const { return NULL; } in operator &() argument
47 int Nasty::counter_ = 0; argument
77 char pool[N*sizeof(Nasty)] = {0}; in main()
78 Nasty* bp = (Nasty*)pool; in main()
80 Nasty::counter_ = 23; in main()
81 std::uninitialized_fill_n(bp, N, Nasty()); in main()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
H A Duninitialized_fill_n.pass.cpp39 struct Nasty struct
41 Nasty() : i_ ( counter_++ ) {} in Nasty() function
42 Nasty * operator &() const { return NULL; } in operator &() argument
47 int Nasty::counter_ = 0; argument
77 char pool[N*sizeof(Nasty)] = {0}; in main()
78 Nasty* bp = (Nasty*)pool; in main()
80 Nasty::counter_ = 23; in main()
81 std::uninitialized_fill_n(bp, N, Nasty()); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
H A Duninitialized_fill.pass.cpp40 struct Nasty struct
42 Nasty() : i_ ( counter_++ ) {} in Nasty() argument
43 Nasty * operator &() const { return NULL; } in operator &() argument
48 int Nasty::counter_ = 0; argument
76 char pool[N*sizeof(Nasty)] = {0}; in main()
77 Nasty* bp = (Nasty*)pool; in main()
79 Nasty::counter_ = 23; in main()
80 std::uninitialized_fill(bp, bp+N, Nasty()); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
H A Duninitialized_fill.pass.cpp40 struct Nasty struct
42 Nasty() : i_ ( counter_++ ) {} in Nasty() argument
43 Nasty * operator &() const { return NULL; } in operator &() argument
48 int Nasty::counter_ = 0; argument
76 char pool[N*sizeof(Nasty)] = {0}; in main()
77 Nasty* bp = (Nasty*)pool; in main()
79 Nasty::counter_ = 23; in main()
80 std::uninitialized_fill(bp, bp+N, Nasty()); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
H A Duninitialized_fill.pass.cpp40 struct Nasty struct
42 Nasty() : i_ ( counter_++ ) {} in Nasty() function
43 Nasty * operator &() const { return NULL; } in operator &() argument
48 int Nasty::counter_ = 0; argument
76 char pool[N*sizeof(Nasty)] = {0}; in main()
77 Nasty* bp = (Nasty*)pool; in main()
79 Nasty::counter_ = 23; in main()
80 std::uninitialized_fill(bp, bp+N, Nasty()); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
H A Duninitialized_fill_n.pass.cpp39 struct Nasty struct
41 Nasty() : i_ ( counter_++ ) {} in Nasty() argument
42 Nasty * operator &() const { return NULL; } in operator &() argument
47 int Nasty::counter_ = 0; argument
77 char pool[N*sizeof(Nasty)] = {0}; in main()
78 Nasty* bp = (Nasty*)pool; in main()
80 Nasty::counter_ = 23; in main()
81 std::uninitialized_fill_n(bp, N, Nasty()); in main()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
H A Duninitialized_fill.pass.cpp40 struct Nasty struct
42 Nasty() : i_ ( counter_++ ) {} in Nasty() argument
43 Nasty * operator &() const { return NULL; } in operator &() argument
48 int Nasty::counter_ = 0; argument
76 char pool[N*sizeof(Nasty)] = {0}; in main()
77 Nasty* bp = (Nasty*)pool; in main()
79 Nasty::counter_ = 23; in main()
80 std::uninitialized_fill(bp, bp+N, Nasty()); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
H A Duninitialized_fill_n.pass.cpp39 struct Nasty struct
41 Nasty() : i_ ( counter_++ ) {} in Nasty() argument
42 Nasty * operator &() const { return NULL; } in operator &() argument
47 int Nasty::counter_ = 0; argument
77 char pool[N*sizeof(Nasty)] = {0}; in main()
78 Nasty* bp = (Nasty*)pool; in main()
80 Nasty::counter_ = 23; in main()
81 std::uninitialized_fill_n(bp, N, Nasty()); in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
H A Duninitialized_fill.pass.cpp40 struct Nasty struct
42 Nasty() : i_ ( counter_++ ) {} in Nasty() function
43 Nasty * operator &() const { return NULL; } in operator &() argument
48 int Nasty::counter_ = 0; argument
76 char pool[N*sizeof(Nasty)] = {0}; in main()
77 Nasty* bp = (Nasty*)pool; in main()
79 Nasty::counter_ = 23; in main()
80 std::uninitialized_fill(bp, bp+N, Nasty()); in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
H A Duninitialized_fill_n.pass.cpp39 struct Nasty struct
41 Nasty() : i_ ( counter_++ ) {} in Nasty() function
42 Nasty * operator &() const { return NULL; } in operator &() argument
47 int Nasty::counter_ = 0; argument
77 char pool[N*sizeof(Nasty)] = {0}; in main()
78 Nasty* bp = (Nasty*)pool; in main()
80 Nasty::counter_ = 23; in main()
81 std::uninitialized_fill_n(bp, N, Nasty()); in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
H A Duninitialized_fill_n.pass.cpp39 struct Nasty struct
41 Nasty() : i_ ( counter_++ ) {} in Nasty() function
42 Nasty * operator &() const { return NULL; } in operator &() argument
47 int Nasty::counter_ = 0; argument
77 char pool[N*sizeof(Nasty)] = {0}; in main()
78 Nasty* bp = (Nasty*)pool; in main()
80 Nasty::counter_ = 23; in main()
81 std::uninitialized_fill_n(bp, N, Nasty()); in main()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
H A Duninitialized_fill.pass.cpp40 struct Nasty
42 Nasty() : i_ ( counter_++ ) {}
43 Nasty * operator &() const { return NULL; }
48 int Nasty::counter_ = 0;
76 char pool[N*sizeof(Nasty)] = {0};
77 Nasty* bp = (Nasty*)pool;
79 Nasty::counter_ = 23;
80 std::uninitialized_fill(bp, bp+N, Nasty());
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
H A Duninitialized_fill_n.pass.cpp39 struct Nasty struct
41 Nasty() : i_ ( counter_++ ) {} in Nasty() function
42 Nasty * operator &() const { return NULL; } in operator &() argument
47 int Nasty::counter_ = 0; argument
77 char pool[N*sizeof(Nasty)] = {0}; in main()
78 Nasty* bp = (Nasty*)pool; in main()
80 Nasty::counter_ = 23; in main()
81 std::uninitialized_fill_n(bp, N, Nasty()); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/containers/sequences/vector/vector.data/
H A Ddata.pass.cpp20 struct Nasty { struct
21 Nasty() : i_(0) {} in Nasty() function
22 Nasty(int i) : i_(i) {} in Nasty() argument
23 ~Nasty() {} in ~Nasty() argument
25 Nasty * operator&() const { assert(false); return nullptr; } in operator &() argument
42 std::vector<Nasty> v(100); in main() argument
58 std::vector<Nasty, min_allocator<Nasty>> v(100); in main()
H A Ddata_const.pass.cpp20 struct Nasty { struct
21 Nasty() : i_(0) {} in Nasty() function
22 Nasty(int i) : i_(i) {} in Nasty() argument
23 ~Nasty() {} in ~Nasty() argument
25 Nasty * operator&() const { assert(false); return nullptr; } in operator &() argument
42 std::vector<Nasty> v(100); in main() argument
58 std::vector<Nasty, min_allocator<Nasty>> v(100); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/containers/sequences/vector/vector.data/
H A Ddata.pass.cpp20 struct Nasty { struct
21 Nasty() : i_(0) {} in Nasty() function
22 Nasty(int i) : i_(i) {} in Nasty() function
23 ~Nasty() {} in ~Nasty() argument
25 Nasty * operator&() const { assert(false); return nullptr; } in operator &() argument
42 std::vector<Nasty> v(100); in main() argument
58 std::vector<Nasty, min_allocator<Nasty>> v(100); in main()

12345678910>>...23