Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DErrorTest.cpp1072 struct MoveOnlyBox { struct
1073 Optional<int> Box;
1075 explicit MoveOnlyBox(int I) : Box(I) {} in MoveOnlyBox() argument
1083 bool operator==(const MoveOnlyBox &RHS) const { in operator ==()