Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dexception-escape-throw.cpp14 void indirect_implicit() throw() { in indirect_implicit() function
H A Dexception-escape.cpp559 void indirect_implicit() noexcept { in indirect_implicit() function
560 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: an exception may be thrown in function 'indirect_implicit' which should not throw exceptions in indirect_implicit()