Home
last modified time | relevance | path

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

/external/llvm/unittests/Support/
DYAMLIOTest.cpp2189 struct FlowSeq { struct
2191 FlowSeq(llvm::StringRef S) : str(S) {} in FlowSeq() argument
2192 FlowSeq() = default;
2209 struct ScalarTraits<FlowSeq> {
2210 static void output(const FlowSeq &value, void*, llvm::raw_ostream &out) { in output()
2213 static StringRef input(StringRef scalar, void*, FlowSeq &value) { in input()
2223 LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(FlowSeq)
2229 std::vector<FlowSeq> Seq; in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DYAMLIOTest.cpp2281 struct FlowSeq { struct
2283 FlowSeq(llvm::StringRef S) : str(S) {} in FlowSeq() argument
2284 FlowSeq() = default;
2301 struct ScalarTraits<FlowSeq> {
2302 static void output(const FlowSeq &value, void*, llvm::raw_ostream &out) { in output()
2305 static StringRef input(StringRef scalar, void*, FlowSeq &value) { in input()
2315 LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR(FlowSeq)
2321 std::vector<FlowSeq> Seq; in TEST()