Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dnoexcept-destructor.cpp61 void throwing_function() noexcept(false) {} in throwing_function() function
H A Dnoexcept-move-constructor.cpp100 void throwing_function() noexcept(false) {} in throwing_function() function