Searched defs:noexcept (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/pybind11/tests/
H A Dtest_constants_and_functions.cpp50 int f2(int x) noexcept(true) { return x+2; } function in namespace:test_exc_sp
51 int f3(int x) noexcept(false) { return x+3; } function in namespace:test_exc_sp
63 int m3(int x) noexcept(true) { return x-3; } function in struct:test_exc_sp::C
64 int m4(int x) const noexcept(true) { return x-4; } function in struct:test_exc_sp::C
65 int m5(int x) noexcept(false) { return x-5; } function in struct:test_exc_sp::C
66 int m6(int x) const noexcept(fals function in struct:test_exc_sp::C
[all...]
/gem5/ext/pybind11/tests/test_embed/
H A Dtest_interpreter.cpp240 explicit scope_exit(std::function<void()> f) noexcept : f_(std::move(f)) {} member in struct:scope_exit
/gem5/src/dev/virtio/
H A Dbase.hh156 VirtDescriptor(VirtDescriptor &&other) noexcept; member in class:VirtDescriptor
157 ~VirtDescriptor() noexcept; member in class:VirtDescriptor
159 VirtDescriptor &operator=(VirtDescriptor &&rhs) noexcept; member in class:VirtDescriptor

Completed in 9 milliseconds