Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Dcxx-uninitialized-object.cpp657 struct MoveConstructorTest { struct
661 MoveConstructorTest() : i(1337) {} in MoveConstructorTest() argument
663 MoveConstructorTest(const CopyConstructorTest &&other) {} in MoveConstructorTest() argument