OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bad_alloc
(Results
26 - 50
of
69
) sorted by null
1
2
3
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
pointer_deleter_throw.pass.cpp
47
catch (std::
bad_alloc
&)
/external/deqp/framework/randomshaders/
rsgToken.cpp
36
throw std::
bad_alloc
();
59
throw std::
bad_alloc
();
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.constr/
F.pass.cpp
32
void* operator new(std::size_t s) TEST_THROW_SPEC(std::
bad_alloc
)
35
TEST_THROW(std::
bad_alloc
());
103
// Test throwing std::
bad_alloc
108
// std::
bad_alloc
is thrown by new.
137
} catch (std::
bad_alloc
const&) {
/external/deqp/framework/delibs/decpp/
deProcess.cpp
35
throw std::
bad_alloc
();
deSocket.cpp
38
throw std::
bad_alloc
();
82
throw std::
bad_alloc
();
deArrayBuffer.cpp
42
throw std::
bad_alloc
();
47
throw std::
bad_alloc
();
157
catch (std::
bad_alloc
&)
/external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/
new_align_val_t.pass.cpp
81
catch (std::
bad_alloc
&)
new_align_val_t_nothrow_replace.pass.cpp
71
void* operator new[](std::size_t s, std::align_val_t a) TEST_THROW_SPEC(std::
bad_alloc
)
new_align_val_t_replace.pass.cpp
50
void* operator new[](std::size_t s, std::align_val_t a) TEST_THROW_SPEC(std::
bad_alloc
)
/external/libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/
new_align_val_t.pass.cpp
81
catch (std::
bad_alloc
&)
new_align_val_t_nothrow_replace.pass.cpp
72
void* operator new(std::size_t s, std::align_val_t a) TEST_THROW_SPEC(std::
bad_alloc
)
new_align_val_t_replace.pass.cpp
50
void* operator new(std::size_t s, std::align_val_t a) TEST_THROW_SPEC(std::
bad_alloc
)
/external/clang/test/Analysis/Inputs/
system-header-simulator-cxx.h
68
class
bad_alloc
: public exception {
class in namespace:std
70
bad_alloc
() throw();
71
bad_alloc
(const
bad_alloc
&) throw();
72
bad_alloc
& operator=(const
bad_alloc
&) throw();
/external/libcxx/fuzzing/
fuzz_test.cpp
55
throw std::
bad_alloc
();
65
catch (const std::
bad_alloc
&) {}
77
catch (const std::
bad_alloc
&) {}
/external/libcxx/src/
new.cpp
47
throw
bad_alloc
();
81
throw std::
bad_alloc
();
200
throw std::
bad_alloc
();
/external/antlr/runtime/Cpp/include/
antlr3memory.hpp
139
throw std::
bad_alloc
();
147
throw std::
bad_alloc
();
/external/libcxx/test/std/strings/basic.string/string.cons/
copy_alloc.pass.cpp
33
throw std::
bad_alloc
();
73
catch ( std::
bad_alloc
&) { return; }
/external/catch2/examples/
207-Rpt-TeamCityReporter.cpp
66
REQUIRE_THROWS_AS( throw std::
bad_alloc
(), std::runtime_error );
/external/deqp/framework/referencerenderer/
rrVertexPacket.cpp
58
deInt8* ptr = new deInt8[packetSize * count]; // throws
bad_alloc
=> ok
60
// *.push_back might throw
bad_alloc
65
retVal.push_back(new (ptr + i*packetSize) VertexPacket()); // throws
bad_alloc
67
m_allocations.push_back(ptr); // throws
bad_alloc
69
catch (std::
bad_alloc
& )
/external/eigen/test/
sizeoverflow.cpp
17
catch (std::
bad_alloc
&) { threw = true; } \
18
VERIFY(threw && "should have thrown
bad_alloc
: " #a); \
/external/libcxx/test/support/
count_new.hpp
28
throw std::
bad_alloc
();
359
void* operator new(std::size_t s) TEST_THROW_SPEC(std::
bad_alloc
)
374
void* operator new[](std::size_t s) TEST_THROW_SPEC(std::
bad_alloc
)
392
void* operator new(std::size_t s, std::align_val_t av) TEST_THROW_SPEC(std::
bad_alloc
) {
418
void* operator new[](std::size_t s, std::align_val_t av) TEST_THROW_SPEC(std::
bad_alloc
) {
/external/deqp/external/openglcts/modules/common/
glcTestCaseWrapper.cpp
66
catch (const std::
bad_alloc
&)
145
catch (const std::
bad_alloc
&)
/external/deqp/external/vulkancts/framework/vulkan/
vkSpirVAsm.cpp
79
throw std::
bad_alloc
();
122
throw std::
bad_alloc
();
/external/eigen/Eigen/src/SparseLU/
SparseLU_Memory.h
86
catch(std::
bad_alloc
& )
117
catch(std::
bad_alloc
& )
/external/libcxxabi/src/
stdlib_new_delete.cpp
41
throw std::
bad_alloc
();
161
throw std::
bad_alloc
();
Completed in 495 milliseconds
1
2
3