Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DErrorTest.cpp645 enum FooStrategy { Aggressive, Conservative }; enum
647 static Expected<int> foo(FooStrategy S) { in foo()