Home
last modified time | relevance | path

Searched refs:CurPath (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DSemaAccess.cpp605 SmallVector<const CXXRecordDecl*, 20> CurPath; member
618 assert(I < CurPath.size()); in checkFriendshipAlongPath()
619 for (unsigned E = CurPath.size(); I != E; ++I) { in checkFriendshipAlongPath()
620 switch (GetFriendKind(S, EC, CurPath[I])) { in checkFriendshipAlongPath()
650 BasePrivateDepth = CurPath.size() - 1; in findFriendship()
667 CurPath.push_back(RD); in findFriendship()
670 CurPath.pop_back(); in findFriendship()
677 assert(CurPath.empty()); in findFriendship()
678 CurPath.push_back(Cur); in findFriendship()
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp448 SmallString<128> CurPath; in mangleName() local
449 if (sys::fs::current_path(CurPath)) return FName; in mangleName()
450 sys::path::append(CurPath, FName); in mangleName()
451 return CurPath.str(); in mangleName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp473 SmallString<128> CurPath; in mangleName() local
474 if (sys::fs::current_path(CurPath)) return FName; in mangleName()
475 sys::path::append(CurPath, FName); in mangleName()
476 return CurPath.str(); in mangleName()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc91 SmallString<80> CurPath;
92 if (std::error_code EC = llvm::sys::fs::current_path(CurPath))
94 FullPath.append(CurPath);
/external/llvm/lib/Support/Windows/
DPath.inc91 SmallString<80> CurPath;
92 if (std::error_code EC = llvm::sys::fs::current_path(CurPath))
94 FullPath.append(CurPath);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc94 SmallString<80> CurPath;
95 if (std::error_code EC = llvm::sys::fs::current_path(CurPath))
97 FullPath.append(CurPath);