Home
last modified time | relevance | path

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

/external/catch2/projects/SelfTest/UsageTests/
DToStringVariant.tests.cpp10 struct MyType1 { struct
11 MyType1() = default;
12 [[noreturn]] MyType1(MyType1 const&) { throw 1; } in MyType1() argument
13 MyType1& operator=(MyType1 const&) { throw 3; } in operator =() argument
44 using type = std::variant<MyType1, MyType2>;
62 using inner = std::variant<MyType1, float, int>;
73 REQUIRE_THROWS_AS( std::get<0>(value).emplace<MyType1>(MyType1{}), int );
/external/llvm-project/llvm/docs/
DYamlIO.rst864 std::vector<MyType1>;
866 LLVM_YAML_IS_SEQUENCE_VECTOR(MyType1)
/external/llvm/docs/
DYamlIO.rst864 std::vector<MyType1>;
866 LLVM_YAML_IS_SEQUENCE_VECTOR(MyType1)