Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dhicpp-exception-baseclass.cpp274 struct ThrowValueTemplate { struct
275 ThrowValueTemplate() { throw V; } in ThrowValueTemplate() function
283 ThrowValueTemplate<42> ValueThrow; in class_templates()