Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/test/libcxx/containers/sequences/vector/
H A Dasan_throw.pass.cpp55 bool should_throw; member in ThrowOnCopy
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/containers/sequences/vector/
H A Dasan_throw.pass.cpp55 bool should_throw; member in ThrowOnCopy
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dautograd.cpp237 auto double_backward_produce_nan = [](bool should_throw) { in TEST()
/aosp_15_r20/external/pytorch/benchmarks/static_runtime/
H A Dtest_static_runtime.cc3077 void maybe_throw(bool should_throw) { in maybe_throw()