Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dexception-escape.cpp16 struct throwing_move_constructor { struct
17 throwing_move_constructor(throwing_move_constructor&&) { in throwing_move_constructor() argument