Searched defs:has_FlowTraits (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DYAMLTraits.h309 // has_FlowTraits<int> will cause an error with some compilers because
311 // real has_FlowTraits only if the template type is a class.
313 class has_FlowTraits class in namespace:llvm::yaml
323 struct has_FlowTraits<T, true> struct in namespace:llvm::yaml
697 if (has_FlowTraits<MappingTraits<T>>::value)
714 if (has_FlowTraits<MappingTraits<T>>::value)
723 if (has_FlowTraits<MappingTraits<T>>::value) {
743 if ( has_FlowTraits< SequenceTraits<T> >::value ) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLTraits.h361 // has_FlowTraits<int> will cause an error with some compilers because
363 // real has_FlowTraits only if the template type is a class.
365 class has_FlowTraits class in namespace:llvm::yaml
375 struct has_FlowTraits<T, true> struct in namespace:llvm::yaml
784 if (has_FlowTraits<MappingTraits<T>>::value)
801 if (has_FlowTraits<MappingTraits<T>>::value)
810 if (has_FlowTraits<MappingTraits<T>>::value) {
830 if ( has_FlowTraits< SequenceTraits<T> >::value ) {

Completed in 113 milliseconds