Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dexception-escape.cpp15 struct throwing_move_constructor { struct
16 throwing_move_constructor(throwing_move_constructor&&) { in throwing_move_constructor() function