OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DirName
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIOPosix.cpp
114
std::string
DirName
(const std::string &FileName) {
117
std::string Res =
dirname
(Tmp);
FuzzerIOWindows.cpp
281
std::string
DirName
(const std::string &FileName) {
289
Printf("
DirName
() failed for \"%s\", invalid path.\n", FileName.c_str());
/src/external/apache2/llvm/dist/clang/lib/Basic/
FileManager.cpp
82
StringRef
DirName
= llvm::sys::path::parent_path(Filename);
84
if (
DirName
.empty())
85
DirName
= ".";
87
return FileMgr.getDirectoryRef(
DirName
, CacheFailure);
93
StringRef
DirName
= llvm::sys::path::parent_path(Path);
94
if (
DirName
.empty())
95
DirName
= ".";
98
{
DirName
, std::errc::no_such_file_or_directory}).first;
101
// at the same time. Therefore, if
DirName
is already in the cache,
114
addAncestorsAsVirtualDirs(
DirName
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/llvm-libtool-darwin/
llvm-libtool-darwin.cpp
72
cl::value_desc("listfile[,
dirname
]"), cl::cat(LibtoolCategory));
147
StringRef FileName,
DirName
;
148
std::tie(FileName,
DirName
) = StringRef(FileList).rsplit(",");
170
if (!
DirName
.empty())
171
sys::path::append(Path,
DirName
, Line);
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp
491
llvm::SmallString<0>
DirName
;
494
llvm::sys::fs::current_path(
DirName
);
495
DirName
+= '/';
518
<< html::EscapeText(
DirName
)
600
os << "\n<!-- BUGFILE " <<
DirName
<< Entry->getName() << " -->\n";
/src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderSearch.cpp
219
auto
DirName
= FileMgr.getCanonicalName(*Dir);
223
llvm::hash_combine(
DirName
.lower(), FileName.lower());
454
/// \param
DirName
The name of the framework directory.
458
getTopFrameworkDir(FileManager &FileMgr, StringRef
DirName
,
460
assert(llvm::sys::path::extension(
DirName
) == ".framework" &&
478
if (auto TopFrameworkDirOrErr = FileMgr.getDirectory(
DirName
))
482
DirName
= FileMgr.getCanonicalName(TopFrameworkDir);
485
DirName
= llvm::sys::path::parent_path(
DirName
);
486
if (
DirName
.empty()
[
all
...]
ModuleMap.cpp
421
StringRef
DirName
= SourceMgr.getFileManager().getCanonicalName(Dir);
433
DirName
= llvm::sys::path::parent_path(
DirName
);
434
if (
DirName
.empty())
438
if (auto DirEntry = SourceMgr.getFileManager().getDirectory(
DirName
))
724
StringRef
DirName
= Dir->getName();
777
DirName
= llvm::sys::path::parent_path(
DirName
);
778
if (
DirName
.empty())
782
if (auto DirEntry = SourceMgr.getFileManager().getDirectory(
DirName
))
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
1927
DeclarationNameInfo
DirName
;
1938
DirName
(Name) {}
1951
void setDirectiveName(const DeclarationNameInfo &Name) {
DirName
= Name; }
1978
DeclarationNameInfo getDirectiveName() const { return
DirName
; }
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp
580
DeclarationNameInfo
DirName
;
585
Actions.StartOpenMPDSABlock(OMPD_declare_mapper,
DirName
, getCurScope(), Loc);
2290
DeclarationNameInfo
DirName
;
2463
DirName
=
2482
Actions.StartOpenMPDSABlock(DKind,
DirName
, Actions.getCurScope(), Loc);
2574
DKind,
DirName
, CancelRegion, Clauses, AssociatedStmt.get(), Loc,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
3398
DeclarationNameInfo
DirName
;
3399
SemaRef.StartOpenMPDSABlock(llvm::omp::OMPD_declare_mapper,
DirName
,
TreeTransform.h
1562
DeclarationNameInfo
DirName
,
1568
Kind,
DirName
, CancelRegion, Clauses, AStmt, StartLoc, EndLoc);
8467
DeclarationNameInfo
DirName
;
8469
DirName
= cast<OMPCriticalDirective>(D)->getDirectiveName();
8470
DirName
= getDerived().TransformDeclarationNameInfo(
DirName
);
8480
D->getDirectiveKind(),
DirName
, CancelRegion, TClauses,
8487
DeclarationNameInfo
DirName
;
8488
getDerived().getSema().StartOpenMPDSABlock(OMPD_parallel,
DirName
, nullptr,
8498
DeclarationNameInfo
DirName
;
[
all
...]
Completed in 178 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026