Lines Matching defs:Support
1 //===- llvm/unittest/Support/Path.cpp - Path tests ------------------------===//
9 #include "llvm/Support/Path.h"
16 #include "llvm/Support/Compiler.h"
17 #include "llvm/Support/ConvertUTF.h"
18 #include "llvm/Support/Duration.h"
19 #include "llvm/Support/Errc.h"
20 #include "llvm/Support/ErrorHandling.h"
21 #include "llvm/Support/FileSystem.h"
22 #include "llvm/Support/FileUtilities.h"
23 #include "llvm/Support/MemoryBuffer.h"
24 #include "llvm/Support/raw_ostream.h"
27 #include "llvm/Testing/Support/Error.h"
28 #include "llvm/Testing/Support/SupportHelpers.h"
34 #include "llvm/Support/Chrono.h"
35 #include "llvm/Support/Windows/WindowsSupport.h"
151 TEST(Support, Path) {
272 TEST(Support, PathRoot) {
337 TEST(Support, FilenameParent) {
390 TEST(Support, PathIterator) {
412 TEST(Support, AbsolutePathIteratorEnd) {
479 TEST(Support, HomeDirectory) {
499 TEST(Support, HomeDirectoryWithNoEnv) {
513 TEST(Support, ConfigDirectoryWithEnv) {
521 TEST(Support, ConfigDirectoryNoEnv) {
533 TEST(Support, CacheDirectoryWithEnv) {
541 TEST(Support, CacheDirectoryNoEnv) {
555 TEST(Support, ConfigDirectory) {
567 TEST(Support, ConfigDirectory) {
577 TEST(Support, CacheDirectory) {
588 TEST(Support, TempDirectory) {
1480 TEST(Support, NormalizePath) {
1549 TEST(Support, RemoveLeadingDotSlash) {
1566 TEST(Support, RemoveDots) {
1631 TEST(Support, ReplacePathPrefix) {