Home
last modified time | relevance | path

Searched refs:getRoot (Results 1 – 25 of 101) sorted by relevance

12345

/llvm-project-15.0.7/llvm/unittests/BinaryFormat/
H A DMsgPackDocumentTest.cpp29 ASSERT_EQ(Doc.getRoot().getKind(), Type::Int); in TEST()
30 ASSERT_EQ(Doc.getRoot().getInt(), 0); in TEST()
37 ASSERT_EQ(Doc.getRoot().getKind(), Type::Array); in TEST()
38 auto A = Doc.getRoot().getArray(); in TEST()
60 A = Doc.getRoot().getArray(); in TEST()
74 auto A = Doc.getRoot().getArray(); in TEST()
90 A = Doc.getRoot().getArray(); in TEST()
112 auto M = Doc.getRoot().getMap(); in TEST()
186 Doc.getRoot() = 1; in TEST()
232 auto A = Doc.getRoot().getArray(); in TEST()
[all …]
/llvm-project-15.0.7/llvm/unittests/Support/
H A DYAMLParserTest.cpp162 yaml::MappingNode *Map = cast<yaml::MappingNode>(Doc.getRoot()); in TEST()
193 = dyn_cast<yaml::SequenceNode>(Stream.begin()->getRoot()); in ExpectCanParseString()
230 = dyn_cast<yaml::SequenceNode>(Stream.begin()->getRoot()); in TEST()
243 UnnamedStream.printError(UnnamedStream.begin()->getRoot(), "Hello, World!"); in TEST()
258 Stream.printError(Stream.begin()->getRoot(), "Hello, World!"); in TEST()
267 Stream.begin()->getRoot()); in TEST()
282 Stream.begin()->getRoot()); in TEST()
298 Stream.begin()->getRoot()); in TEST()
300 AnotherStream.begin()->getRoot()); in TEST()
319 Stream.begin()->getRoot()); in TEST()
[all …]
/llvm-project-15.0.7/compiler-rt/test/ubsan/TestCases/TypeCheck/Linux/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/profile/Windows/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/ubsan/TestCases/Misc/Linux/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/Linux/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/Posix/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/Darwin/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/Linux/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/msan/Linux/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/builtins/TestCases/Darwin/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/Posix/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Darwin/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/tsan/Linux/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/FreeBSD/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Darwin/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/profile/Darwin/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/tsan/Darwin/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/tsan/libcxx/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
6 root = getRoot(config)

12345