Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dexception.d374 auto oome = new OutOfMemoryError("hello", 42, new Exception("It's an Exception!")); variable
423 … auto oome = new InvalidMemoryOperationError("hello", 42, new Exception("It's an Exception!")); variable