HomeSort by: relevance | last modified time | path
    Searched refs:Dir (Results 1 - 25 of 114) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gdb/dist/gnulib/import/
chdir-long.h 27 # define chdir_long(Dir) chdir (Dir)
29 int chdir_long (char *dir);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
chdir-long.h 27 # define chdir_long(Dir) chdir (Dir)
29 int chdir_long (char *dir);
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 130 if (auto *Dir = dyn_cast<OMPTileDirective>(CurStmt))
131 CurStmt = Dir->getTransformedStmt();
241 auto *Dir = createDirective<OMPParallelDirective>(
243 Dir->setTaskReductionRefExpr(TaskRedRef);
244 Dir->setHasCancel(HasCancel);
245 return Dir;
261 auto *Dir = createDirective<OMPSimdDirective>(
264 Dir->setIterationVariable(Exprs.IterationVarRef);
265 Dir->setLastIteration(Exprs.LastIteration);
266 Dir->setCalcLastIteration(Exprs.CalcLastIteration)
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
chdir-long.h 32 # define chdir_long(Dir) chdir (Dir)
34 int chdir_long (char *dir);
save-cwd.c 56 # define chdir_long(Dir) chdir (Dir)
  /src/external/apache2/llvm/dist/clang/lib/IndexSerialization/
SerializablePathCollection.cpp 23 const StringPool::StringOffsetSize &Dir,
25 FilePaths.emplace_back(DirPath(Root, Dir), Paths.add(Filename));
29 StringPool::StringOffsetSize PathPool::addDirPath(StringRef Dir) {
30 return Paths.add(Dir);
53 const auto Dir = tryStoreDirPath(sys::path::parent_path(FE.getName()));
55 Paths.addFilePath(Dir.Root, Dir.Path, sys::path::filename(FE.getName()));
61 PathPool::DirPath SerializablePathCollection::tryStoreDirPath(StringRef Dir) {
62 // We don't want to strip separator if Dir is "/" - so we check size > 1.
63 while (Dir.size() > 1 && llvm::sys::path::is_separator(Dir.back())
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
FileEntry.h 28 uint32_t Dir = 0;
33 FileEntry(uint32_t D, uint32_t B) : Dir(D), Base(B) {}
38 return Base == RHS.Base && Dir == RHS.Dir;
41 return Base != RHS.Base || Dir != RHS.Dir;
57 return llvm::hash_combine(DenseMapInfo<uint32_t>::getHashValue(Val.Dir),
LookupResult.h 24 StringRef Dir; ///< Line entry source file directory path.
31 return LHS.Name == RHS.Name && LHS.Dir == RHS.Dir &&
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
LookupResult.cpp 22 if (!Locations[Index].Dir.empty()) {
24 Fullpath = std::string(Locations[Index].Dir);
27 llvm::sys::path::append(Storage, Locations[Index].Dir,
41 if (SL.Dir.size() || SL.Base.size()) {
43 if (!SL.Dir.empty()) {
44 OS << SL.Dir;
45 if (SL.Dir.contains('\\') and not SL.Dir.contains('/'))
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
DirectoryLookup.h 39 /// Dir - This is the actual directory that we're referring to for a normal
41 DirectoryEntryRef Dir;
47 DLU(DirectoryEntryRef Dir) : Dir(Dir) {}
67 /// This ctor *does not take ownership* of 'Dir'.
68 DirectoryLookup(DirectoryEntryRef Dir, SrcMgr::CharacteristicKind DT,
70 : u(Dir), DirCharacteristic(DT),
91 return isNormalDir() ? &u.Dir.getDirEntry() : nullptr;
97 return isFramework() ? &u.Dir.getDirEntry() : nullptr
    [all...]
CodeCompletionHandler.h 66 /// \p Dir is the directory relative to the include path.
67 virtual void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) {}
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DirectiveEmitter.cpp 142 Directive Dir{D};
145 if (HasDuplicateClauses(Dir.getAllowedClauses(), Dir, Clauses) ||
146 HasDuplicateClauses(Dir.getAllowedOnceClauses(), Dir, Clauses) ||
147 HasDuplicateClauses(Dir.getAllowedExclusiveClauses(), Dir, Clauses)) {
152 if (HasDuplicateClauses(Dir.getAllowedClauses(), Dir, Clauses) ||
153 HasDuplicateClauses(Dir.getRequiredClauses(), Dir, Clauses))
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/IndexSerialization/
SerializablePathCollection.h 62 DirPath Dir;
65 FilePath(const DirPath &Dir, const StringPool::StringOffsetSize &Filename)
66 : Dir(Dir), Filename(Filename) {}
70 size_t addFilePath(RootDirKind Root, const StringPool::StringOffsetSize &Dir,
74 StringPool::StringOffsetSize addDirPath(StringRef Dir);
  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
BareMetal.cpp 98 if (getDriver().getInstalledDir() != getDriver().Dir)
99 getProgramPaths().push_back(getDriver().Dir);
170 SmallString<128> Dir(getDriver().ResourceDir);
171 llvm::sys::path::append(Dir, "lib", "baremetal");
172 Dir += SelectedMultilib.gccSuffix();
173 return std::string(Dir.str());
181 llvm::sys::path::append(SysRootDir, getDriver().Dir, "../lib/clang-runtimes",
194 SmallString<128> Dir(getDriver().ResourceDir);
195 llvm::sys::path::append(Dir, "include");
196 addSystemInclude(DriverArgs, CC1Args, Dir.str())
    [all...]
TCE.cpp 25 std::string Path(getDriver().Dir);
Hurd.cpp 55 // reasoning about oslibdir spellings with the lib dir spellings in the
94 // directory ('Dir' below) or the ResourceDir.
95 if (StringRef(D.Dir).startswith(SysRoot)) {
96 addPathIfExists(D, D.Dir + "/../lib/" + MultiarchTriple, Paths);
97 addPathIfExists(D, D.Dir + "/../" + OSLibDir, Paths);
112 // directory ('Dir' below) or the ResourceDir.
113 if (StringRef(D.Dir).startswith(SysRoot))
114 addPathIfExists(D, D.Dir + "/../lib", Paths);
160 for (StringRef Dir : Dirs) {
162 llvm::sys::path::is_absolute(Dir) ? "" : StringRef(SysRoot)
    [all...]
MSP430.cpp 139 SmallString<128> Dir;
141 llvm::sys::path::append(Dir, GCCInstallation.getParentLibPath(), "..");
143 llvm::sys::path::append(Dir, getDriver().Dir, "..");
145 return std::string(Dir.str());
154 SmallString<128> Dir(computeSysRoot());
155 llvm::sys::path::append(Dir, "msp430-elf", "include");
156 addSystemInclude(DriverArgs, CC1Args, Dir.str());
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Process.cpp 52 for (StringRef Dir : Dirs) {
53 if (Dir.empty())
56 if (any_of(IgnoreList, [&](StringRef S) { return fs::equivalent(S, Dir); }))
59 SmallString<128> FilePath(Dir);
FileCollector.cpp 28 void FileCollectorBase::addDirectory(const Twine &Dir) {
29 assert(sys::fs::is_directory(Dir));
31 addDirectoryImpl(Dir, vfs::getRealFileSystem(), EC);
135 FileCollector::addDirectoryImpl(const llvm::Twine &Dir,
138 auto It = FS->dir_begin(Dir, EC);
141 addFile(Dir);
152 return FS->dir_begin(Dir, EC);
276 llvm::vfs::directory_iterator dir_begin(const llvm::Twine &Dir,
278 return Collector->addDirectoryImpl(Dir, FS, EC);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderSearch.cpp 157 for (const std::string &Dir : HSOpts->PrebuiltModulePaths) {
158 SmallString<256> Result(Dir);
173 for (const std::string &Dir : HSOpts->PrebuiltModulePaths) {
174 SmallString<256> CachePath(Dir);
216 auto Dir = FileMgr.getDirectory(Parent);
217 if (!Dir)
219 auto DirName = FileMgr.getCanonicalName(*Dir);
346 StringRef FileName, SourceLocation IncludeLoc, const DirectoryEntry *Dir,
367 &File->getFileEntry(), Dir ? Dir : File->getFileEntry().getDir()
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileCollector.h 29 void addDirectory(const Twine &Dir);
41 addDirectoryImpl(const llvm::Twine &Dir,
128 addDirectoryImpl(const llvm::Twine &Dir,
  /src/external/apache2/llvm/dist/clang/tools/scan-build/bin/
scan-build 106 my $Dir = shift;
108 Diag ("Preprocessed versions of these sources were deposited in '$Dir/failures'.\n");
155 my $Dir = shift @_;
157 if (!defined $Dir) {
158 $Dir = $ENV{'TMPDIR'} || $ENV{'TEMP'} || $ENV{'TMP'} || "/tmp";
163 while ($Dir =~ /\/$/) { chop $Dir; }
181 if (-d $Dir) {
182 if (! -r $Dir) {
183 DieDiag("directory '$Dir' exists but is not readable.\n")
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIOPosix.cpp 56 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch,
58 auto E = GetEpoch(Dir);
62 DIR *D = opendir(Dir.c_str());
64 Printf("%s: %s; exiting\n", strerror(errno), Dir.c_str());
68 std::string Path = DirPlusFile(Dir, E->d_name);
FuzzerIO.h 33 // Returns "Dir/FileName" or equivalent for the current OS.
37 // Returns the name of the dir, similar to the 'dirname' utility.
58 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch,
67 void GetSizedFilesFromDir(const std::string &Dir, Vector<SizedFile> *V);
70 // Similar to the basename utility: returns the file name w/o the dir prefix.
  /src/tests/usr.bin/realpath/
t_realpath.sh 35 ../Dir/StdOut
50 exist_results='Dir
51 Dir
52 Dir/StdOut
53 Dir/S1
54 Dir/S4
55 Dir/S4
56 Dir/S1/S2/File
57 Dir/S1/S2/File
58 Dir/Snr/HoH
    [all...]

Completed in 26 milliseconds

1 2 3 4 5