Home
last modified time | relevance | path

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

/external/llvm/unittests/Support/
DYAMLIOTest.cpp1619 struct FlowFooBar { struct
1623 FlowFooBar() : foo(0), bar(0) {} in FlowFooBar() function
1624 FlowFooBar(int foo, int bar) : foo(foo), bar(bar) {} in FlowFooBar() argument
1627 typedef std::vector<FlowFooBar> FlowFooBarSequence;
1629 LLVM_YAML_IS_SEQUENCE_VECTOR(FlowFooBar)
1632 FlowFooBar attribute;
1639 struct MappingTraits<FlowFooBar> {
1640 static void mapping(IO &io, FlowFooBar &fb) { in mapping()
1665 doc.attribute = FlowFooBar(42, 907); in TEST()
1666 doc.seq.push_back(FlowFooBar(1, 2)); in TEST()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DYAMLIOTest.cpp1721 struct FlowFooBar { struct
1725 FlowFooBar() : foo(0), bar(0) {} in FlowFooBar() function
1726 FlowFooBar(int foo, int bar) : foo(foo), bar(bar) {} in FlowFooBar() function
1729 typedef std::vector<FlowFooBar> FlowFooBarSequence;
1731 LLVM_YAML_IS_SEQUENCE_VECTOR(FlowFooBar)
1734 FlowFooBar attribute;
1741 struct MappingTraits<FlowFooBar> {
1742 static void mapping(IO &io, FlowFooBar &fb) { in mapping()
1767 doc.attribute = FlowFooBar(42, 907); in TEST()
1768 doc.seq.push_back(FlowFooBar(1, 2)); in TEST()
[all …]