Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dexception-baseclass.cpp274 struct ThrowValueTemplate { struct
275 ThrowValueTemplate() { throw V; } in ThrowValueTemplate() argument
283 ThrowValueTemplate<42> ValueThrow; in class_templates()