Home
last modified time | relevance | path

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

12345

/llvm-project/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()
39 ASSERT_EQ(Doc.getRoot().getKind(), Type::Binary); in TEST()
40 ASSERT_EQ(Doc.getRoot().getBinary().getBuffer(), in TEST()
48 ASSERT_EQ(Doc.getRoot().getKind(), Type::Array); in TEST()
49 auto A = Doc.getRoot().getArray(); in TEST()
71 A = Doc.getRoot().getArray(); in TEST()
84 ASSERT_EQ(Doc.getRoot().getKind(), Type::Array); in TEST()
85 auto A = Doc.getRoot().getArray(); in TEST()
101 A = Doc.getRoot().getArray(); in TEST()
[all …]
/llvm-project/llvm/include/llvm/CodeGenData/
H A DOutlinedHashTree.h
/llvm-project/llvm/unittests/Support/
H A DYAMLParserTest.cpp211 yaml::MappingNode *Map = cast<yaml::MappingNode>(Doc.getRoot()); in TEST()
242 EXPECT_TRUE(isa_and_present<yaml::SequenceNode>(Stream.begin()->getRoot())); in TEST()
252 = dyn_cast<yaml::SequenceNode>(Stream.begin()->getRoot()); in ExpectCanParseString()
289 = dyn_cast<yaml::SequenceNode>(Stream.begin()->getRoot()); in TEST()
302 UnnamedStream.printError(UnnamedStream.begin()->getRoot(), "Hello, World!"); in TEST()
317 Stream.printError(Stream.begin()->getRoot(), "Hello, World!"); in TEST()
326 Stream.begin()->getRoot()); in TEST()
341 Stream.begin()->getRoot()); in TEST()
357 Stream.begin()->getRoot()); in TEST()
359 AnotherStream.begin()->getRoot()); in TEST()
[all …]
/llvm-project/clang/lib/Rewrite/
H A DRewriteRope.cpp
/llvm-project/compiler-rt/test/tsan/Linux/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
7 root = getRoot(config)
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
7 root = getRoot(config)
/llvm-project/compiler-rt/test/ubsan/TestCases/TypeCheck/Linux/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
7 root = getRoot(config)
/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
7 root = getRoot(config)
/llvm-project/compiler-rt/test/lsan/TestCases/Posix/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
7 root = getRoot(config)
/llvm-project/compiler-rt/test/msan/Linux/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
7 root = getRoot(config)
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Darwin/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
7 root = getRoot(config)
/llvm-project/compiler-rt/test/builtins/TestCases/Darwin/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
7 root = getRoot(config)
/llvm-project/compiler-rt/test/hwasan/TestCases/Posix/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
7 root = getRoot(config)
/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/Linux/
H A Dlit.local.cfg.py
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
7 root = getRoot(config)
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/FreeBSD/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
7 root = getRoot(config)
/llvm-project/compiler-rt/test/profile/Darwin/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
7 root = getRoot(config)
/llvm-project/compiler-rt/test/asan/TestCases/Windows/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
7 root = getRoot(config)
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
7 root = getRoot(config)
/llvm-project/compiler-rt/test/hwasan/TestCases/Linux/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
7 root = getRoot(config)
/llvm-project/compiler-rt/test/lsan/TestCases/Darwin/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
7 root = getRoot(config)
/llvm-project/compiler-rt/test/profile/AIX/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
7 root = getRoot(config)
/llvm-project/compiler-rt/test/lsan/TestCases/Linux/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
7 root = getRoot(config)
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
7 root = getRoot(config)
/llvm-project/compiler-rt/test/asan/TestCases/Darwin/
H A Dlit.local.cfg.py1 def getRoot(config): function
4 return getRoot(config.parent)
7 root = getRoot(config)

12345