Searched refs:MyCustomType (Results 1 – 4 of 4) sorted by relevance
/external/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 800 struct MyCustomType { struct 806 MyCustomType f1; argument 807 MyCustomType f2; 825 struct ScalarTraits<MyCustomType> { 826 static void output(const MyCustomType &value, void* ctxt, llvm::raw_ostream &out) { in output() 829 static StringRef input(StringRef scalar, void* ctxt, MyCustomType &value) { in input()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | YAMLIOTest.cpp | 888 struct MyCustomType { struct 894 MyCustomType f1; argument 895 MyCustomType f2; 913 struct ScalarTraits<MyCustomType> { 914 static void output(const MyCustomType &value, void* ctxt, llvm::raw_ostream &out) { in output() 917 static StringRef input(StringRef scalar, void* ctxt, MyCustomType &value) { in input()
|
/external/llvm/docs/ |
D | YamlIO.rst | 458 struct ScalarTraits<MyCustomType> { 459 static void output(const MyCustomType &value, void*, 463 static StringRef input(StringRef scalar, void*, MyCustomType &value) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | YamlIO.rst | 458 struct ScalarTraits<MyCustomType> { 459 static void output(const MyCustomType &value, void*, 463 static StringRef input(StringRef scalar, void*, MyCustomType &value) {
|