Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLTraits.h206 struct DocumentListTraits { struct
408 static bool const value = (sizeof(test<DocumentListTraits<T>>(nullptr))==1);
1344 yamlize(yin, DocumentListTraits<T>::element(yin, docList, i), true, Ctx);
1403 const size_t count = DocumentListTraits<T>::size(yout, docList);
1406 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true,
1525 struct DocumentListTraits<SmallVector<_type, N>> \
1528 struct DocumentListTraits<std::vector<_type>> \
/external/llvm/include/llvm/Support/
DYAMLTraits.h174 struct DocumentListTraits { struct
356 static bool const value = (sizeof(test<DocumentListTraits<T> >(nullptr))==1);
1245 yamlize(yin, DocumentListTraits<T>::element(yin, docList, i), true);
1300 const size_t count = DocumentListTraits<T>::size(yout, docList);
1303 yamlize(yout, DocumentListTraits<T>::element(yout, docList, i), true);
1411 struct DocumentListTraits< std::vector<_type> > { \
/external/llvm/docs/
DYamlIO.rst881 SequenceTraits but is named DocumentListTraits. For example:
886 struct DocumentListTraits<MyDocList> {
955 has a DocumentListTraits specialization, then Output walks through each element
996 one file, you'll need to specialize DocumentListTraits on a list of your
/external/clang/lib/Format/
DFormat.cpp389 template <> struct DocumentListTraits<std::vector<FormatStyle>> { struct