Home
last modified time | relevance | path

Searched refs:return_true (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/Modules/
H A Dcxx17-exception-spec.cpp7 constexpr bool return_true() { return true; }
9 static void f() noexcept(return_true());
19 using T = decltype(return_true() && noexcept(X::f()));
/llvm-project-15.0.7/lldb/test/API/commands/target/stop-hooks/
H A DTestStopHookScripted.py72 def do_test_auto_continue(self, return_true): argument
80 if return_true: