Searched refs:IsFlowSequenceBase (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h1876 template <bool B> struct IsFlowSequenceBase {}; struct in namespace:llvm
1877 template <> struct IsFlowSequenceBase<true> { static const bool flow = true; }; struct in namespace:llvm
1880 struct SequenceTraitsImpl : IsFlowSequenceBase<Flow> {

Completed in 86 milliseconds