Home
last modified time | relevance | path

Searched defs:Nasty (Results 1 – 5 of 5) sorted by relevance

/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/
Duninitialized_fill.pass.cpp31 struct Nasty struct
33 Nasty() : i_ ( counter_++ ) {} in Nasty() function
34 Nasty * operator &() const { return NULL; } in operator &() argument
39 int Nasty::counter_ = 0; argument
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/
Duninitialized_fill_n.pass.cpp30 struct Nasty struct
32 Nasty() : i_ ( counter_++ ) {} in Nasty() function
33 Nasty * operator &() const { return NULL; } in operator &() argument
38 int Nasty::counter_ = 0; argument
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.copy/
Duninitialized_copy.pass.cpp31 struct Nasty struct
33 Nasty() : i_ ( counter_++ ) {} in Nasty() argument
34 Nasty * operator &() const { return NULL; } in operator &() argument
39 int Nasty::counter_ = 0; argument
Duninitialized_copy_n.pass.cpp31 struct Nasty struct
33 Nasty() : i_ ( counter_++ ) {} in Nasty() argument
34 Nasty * operator &() const { return NULL; } in operator &() argument
39 int Nasty::counter_ = 0; argument
/external/v8/test/mjsunit/
Dstack-traces.js212 function Nasty() { } class
213 Nasty.prototype.foo = function () { throw new RangeError(); }; class