Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/expected/expected.void/observers/
H A Derror_or.pass.cpp20 struct ConstructFromInt { struct
22 constexpr ConstructFromInt(int v) : value(v) {} in ConstructFromInt() function
/llvm-project/libcxx/test/std/utilities/expected/expected.expected/observers/
H A Derror_or.pass.cpp20 struct ConstructFromInt { struct
22 constexpr ConstructFromInt(int v) : value(v) {} in ConstructFromInt() argument