Searched refs:Dir (Results 1 - 25 of 94) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp170 OMPParallelDirective *Dir = local
172 Dir->setClauses(Clauses);
173 Dir->setAssociatedStmt(AssociatedStmt);
174 Dir->setHasCancel(HasCancel);
175 return Dir;
197 OMPSimdDirective *Dir = new (Mem) local
199 Dir->setClauses(Clauses);
200 Dir->setAssociatedStmt(AssociatedStmt);
201 Dir->setIterationVariable(Exprs.IterationVarRef);
202 Dir
240 OMPForDirective *Dir = local
293 OMPForSimdDirective *Dir = new (Mem) local
343 OMPSectionsDirective *Dir = local
368 OMPSectionDirective *Dir = new (Mem) OMPSectionDirective(StartLoc, EndLoc); local
390 OMPSingleDirective *Dir = local
413 OMPMasterDirective *Dir = new (Mem) OMPMasterDirective(StartLoc, EndLoc); local
433 OMPCriticalDirective *Dir = local
459 OMPParallelForDirective *Dir = new (Mem) local
511 OMPParallelForSimdDirective *Dir = new (Mem) OMPParallelForSimdDirective( local
561 auto *Dir = local
585 OMPParallelSectionsDirective *Dir = local
610 OMPTaskDirective *Dir = local
631 OMPTaskyieldDirective *Dir = local
646 OMPBarrierDirective *Dir = new (Mem) OMPBarrierDirective(StartLoc, EndLoc); local
660 OMPTaskwaitDirective *Dir = new (Mem) OMPTaskwaitDirective(StartLoc, EndLoc); local
677 OMPTaskgroupDirective *Dir = local
701 OMPCancellationPointDirective *Dir = local
723 OMPCancelDirective *Dir = local
747 OMPFlushDirective *Dir = local
771 OMPOrderedDirective *Dir = local
796 OMPAtomicDirective *Dir = local
828 OMPTargetDirective *Dir = local
852 OMPTargetParallelDirective *Dir = local
878 OMPTargetParallelForDirective *Dir = new (Mem) OMPTargetParallelForDirective( local
928 OMPTargetDataDirective *Dir = local
950 OMPTargetEnterDataDirective *Dir = local
972 OMPTargetExitDataDirective *Dir = local
997 OMPTeamsDirective *Dir = local
1023 OMPTaskLoopDirective *Dir = new (Mem) local
1075 OMPTaskLoopSimdDirective *Dir = new (Mem) local
1126 OMPMasterTaskLoopDirective *Dir = new (Mem) OMPMasterTaskLoopDirective( local
1179 auto *Dir = new (Mem) OMPMasterTaskLoopSimdDirective( local
1233 auto *Dir = new (Mem) OMPParallelMasterTaskLoopDirective( local
1289 auto *Dir = new (Mem) OMPParallelMasterTaskLoopSimdDirective( local
1344 OMPDistributeDirective *Dir = new (Mem) local
1393 OMPTargetUpdateDirective *Dir = local
1420 OMPDistributeParallelForDirective *Dir = local
1491 OMPDistributeParallelForSimdDirective *Dir = new (Mem) local
1561 OMPDistributeSimdDirective *Dir = new (Mem) OMPDistributeSimdDirective( local
1615 OMPTargetParallelForSimdDirective *Dir = local
1671 OMPTargetSimdDirective *Dir = new (Mem) local
1714 OMPTeamsDistributeDirective *Dir = new (Mem) OMPTeamsDistributeDirective( local
1767 OMPTeamsDistributeSimdDirective *Dir = local
1823 OMPTeamsDistributeParallelForSimdDirective *Dir = new (Mem) local
1895 OMPTeamsDistributeParallelForDirective *Dir = new (Mem) local
1963 OMPTargetTeamsDirective *Dir = local
1990 OMPTargetTeamsDistributeDirective *Dir = local
2049 OMPTargetTeamsDistributeParallelForDirective *Dir = local
2125 OMPTargetTeamsDistributeParallelForSimdDirective *Dir = local
2197 OMPTargetTeamsDistributeSimdDirective *Dir = new (Mem) local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFileEntry.h29 uint32_t Dir = 0; member in struct:llvm::gsym::FileEntry
34 FileEntry(uint32_t D, uint32_t B) : Dir(D), Base(B) {}
39 return Base == RHS.Base && Dir == RHS.Dir;
42 return Base != RHS.Base || Dir != RHS.Dir;
58 return llvm::hash_combine(DenseMapInfo<uint32_t>::getHashValue(Val.Dir),
H A DLookupResult.h24 StringRef Dir; ///< Line entry source file directory path. member in struct:llvm::gsym::SourceLocation
30 return LHS.Name == RHS.Name && LHS.Dir == RHS.Dir &&
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLookupResult.cpp22 if (!Locations[Index].Dir.empty()) {
24 Fullpath = Locations[Index].Dir;
27 llvm::sys::path::append(Storage, Locations[Index].Dir,
39 if (!SL.Dir.empty()) {
40 OS << SL.Dir;
41 if (SL.Dir.contains('\\') and not SL.Dir.contains('/'))
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DDirectoryLookup.h40 /// Dir - This is the actual directory that we're referring to for a normal
42 DirectoryEntryRef Dir; member in union:clang::DirectoryLookup::DLU
48 DLU(DirectoryEntryRef Dir) : Dir(Dir) {} argument
68 /// This ctor *does not take ownership* of 'Dir'.
69 DirectoryLookup(DirectoryEntryRef Dir, SrcMgr::CharacteristicKind DT, argument
71 : u(Dir), DirCharacteristic(DT),
92 return isNormalDir() ? &u.Dir.getDirEntry() : nullptr;
98 return isFramework() ? &u.Dir
[all...]
H A DCodeCompletionHandler.h66 /// \p Dir is the directory relative to the include path.
67 virtual void CodeCompleteIncludedFile(llvm::StringRef Dir, bool IsAngled) {} argument
H A DHeaderSearch.h331 void setDirectoryHasModuleMap(const DirectoryEntry* Dir) { argument
332 DirectoryHasModuleMap[Dir] = true;
538 const FileEntry *lookupModuleMapFile(const DirectoryEntry *Dir,
609 /// \param Dir The framework directory (e.g., ModuleName.framework).
616 const DirectoryEntry *Dir,
646 const DirectoryEntry *Dir, bool IsSystemHeaderDir,
752 const DirectoryEntry *Dir,
770 /// \param Dir The directory where we will look for a module map file.
776 LoadModuleMapResult loadModuleMapFile(const DirectoryEntry *Dir,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DBareMetal.cpp34 if (getDriver().getInstalledDir() != getDriver().Dir)
35 getProgramPaths().push_back(getDriver().Dir);
68 SmallString<128> Dir(getDriver().ResourceDir);
69 llvm::sys::path::append(Dir, "lib", "baremetal");
70 return Dir.str();
79 SmallString<128> Dir(getDriver().ResourceDir);
80 llvm::sys::path::append(Dir, "include");
81 addSystemInclude(DriverArgs, CC1Args, Dir.str());
85 SmallString<128> Dir(getDriver().SysRoot);
86 llvm::sys::path::append(Dir, "includ
[all...]
H A DHurd.cpp79 // directory ('Dir' below) or the ResourceDir.
80 if (StringRef(D.Dir).startswith(SysRoot)) {
81 addPathIfExists(D, D.Dir + "/../lib/" + MultiarchTriple, Paths);
82 addPathIfExists(D, D.Dir + "/../" + OSLibDir, Paths);
94 // directory ('Dir' below) or the ResourceDir.
95 if (StringRef(D.Dir).startswith(SysRoot))
96 addPathIfExists(D, D.Dir + "/../lib", Paths);
149 for (StringRef Dir : Dirs) {
151 llvm::sys::path::is_absolute(Dir) ? StringRef(SysRoot) : "";
152 addExternCSystemInclude(DriverArgs, CC1Args, Prefix + Dir);
[all...]
H A DTCE.cpp25 std::string Path(getDriver().Dir);
H A DMSP430.cpp139 SmallString<128> Dir;
141 llvm::sys::path::append(Dir, GCCInstallation.getParentLibPath(), "..",
144 llvm::sys::path::append(Dir, getDriver().Dir, "..", getTriple().str());
146 return Dir.str();
155 SmallString<128> Dir(computeSysRoot());
156 llvm::sys::path::append(Dir, "include");
157 addSystemInclude(DriverArgs, CC1Args, Dir.str());
H A DRISCVToolchain.cpp55 getProgramPaths().push_back(D.Dir);
87 SmallString<128> Dir(computeSysRoot());
88 llvm::sys::path::append(Dir, "include");
89 addSystemInclude(DriverArgs, CC1Args, Dir.str());
115 llvm::sys::path::append(SysRootDir, getDriver().Dir, "..",
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.h35 // Returns "Dir/FileName" or equivalent for the current OS.
63 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch,
66 void RmDirRecursive(const std::string &Dir);
68 // Iterate files and dirs inside Dir, recursively.
71 void IterateDirRecursive(const std::string &Dir,
72 void (*DirPreCallback)(const std::string &Dir),
73 void (*DirPostCallback)(const std::string &Dir),
74 void (*FileCallback)(const std::string &Dir));
82 void GetSizedFilesFromDir(const std::string &Dir, Vector<SizedFile> *V);
H A DFuzzerIOPosix.cpp55 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch,
57 auto E = GetEpoch(Dir);
61 DIR *D = opendir(Dir.c_str());
63 Printf("%s: %s; exiting\n", strerror(errno), Dir.c_str());
67 std::string Path = DirPlusFile(Dir, E->d_name);
82 void IterateDirRecursive(const std::string &Dir, argument
83 void (*DirPreCallback)(const std::string &Dir),
84 void (*DirPostCallback)(const std::string &Dir),
85 void (*FileCallback)(const std::string &Dir)) {
86 DirPreCallback(Dir);
[all...]
H A DFuzzerIOWindows.cpp101 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch,
103 auto E = GetEpoch(Dir);
107 std::string Path(Dir);
120 Printf("No such file or directory: %s; exiting\n", Dir.c_str());
125 std::string FileName = DirPlusFile(Dir, FindInfo.cFileName);
151 void IterateDirRecursive(const std::string &Dir, argument
152 void (*DirPreCallback)(const std::string &Dir),
153 void (*DirPostCallback)(const std::string &Dir),
154 void (*FileCallback)(const std::string &Dir)) {
156 DirPreCallback(Dir);
[all...]
H A DFuzzerIO.cpp99 void GetSizedFilesFromDir(const std::string &Dir, Vector<SizedFile> *V) { argument
101 ListFilesInDirRecursive(Dir, 0, &Files, /*TopDir*/true);
147 void RmDirRecursive(const std::string &Dir) { argument
149 Dir, [](const std::string &Path) {},
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DProcess.cpp49 for (StringRef Dir : Dirs) {
50 if (Dir.empty())
53 if (any_of(IgnoreList, [&](StringRef S) { return fs::equivalent(S, Dir); }))
56 SmallString<128> FilePath(Dir);
/freebsd-11-stable/usr.sbin/ctm/ctm/
H A Dctm_syntax.c26 #define Dir CTM_Q_Name_Dir macro
53 { Name|Dir|New , Uid, Gid, Mode, 0 };
56 { Name|Dir, 0 };
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp157 for (const std::string &Dir : HSOpts->PrebuiltModulePaths) {
158 SmallString<256> Result(Dir);
190 auto Dir = FileMgr.getDirectory(Parent); local
191 if (!Dir)
193 auto DirName = FileMgr.getCanonicalName(*Dir);
320 StringRef FileName, SourceLocation IncludeLoc, const DirectoryEntry *Dir,
341 &File->getFileEntry(), Dir ? Dir : File->getFileEntry().getDir(),
464 auto Dir = FileMgr.getDirectory(DirName); local
465 if (!Dir)
319 getFileAndSuggestModule( StringRef FileName, SourceLocation IncludeLoc, const DirectoryEntry *Dir, bool IsSystemHeaderDir, Module *RequestingModule, ModuleMap::KnownHeader *SuggestedModule) argument
528 auto Dir = FileMgr.getDirectory(FrameworkName); local
591 auto Dir = FileMgr.getDirectory(FrameworkPath); local
1071 auto Dir = FileMgr.getDirectory(FrameworkName); local
1480 const DirectoryEntry *Dir = nullptr; local
1524 loadModuleMapFileImpl(const FileEntry *File, bool IsSystem, const DirectoryEntry *Dir, FileID ID, unsigned *Offset) argument
1553 lookupModuleMapFile(const DirectoryEntry *Dir, bool IsFramework) argument
1573 loadFrameworkModule(StringRef Name, const DirectoryEntry *Dir, bool IsSystem) argument
1608 loadModuleMapFile(const DirectoryEntry *Dir, bool IsSystem, bool IsFramework) argument
1710 SmallString<128> Dir = SearchDir.getDir()->getName(); local
1789 StringRef Dir = SearchDirs[I].getDir()->getName(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp180 const Direction Dir) {
185 << (Dir == Direction::Incoming ? "incoming)" : "outgoing)")
188 assert((Dir == Direction::Incoming || Dir == Direction::Outgoing) &&
195 if (!EdgeAlreadyCreated[Dir][Kind]) {
196 if (Dir == Direction::Incoming) {
199 } else if (Dir == Direction::Outgoing) {
203 EdgeAlreadyCreated[Dir][Kind] = true;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp333 auto Dir = ++sys::path::rbegin(Path), DirEnd = sys::path::rend(Path); local
334 for (int J = 0; J < DirectorySegmentsIndexed && Dir != DirEnd; ++J, ++Dir)
335 if (Dir->size() > ShortDirectorySegment) // not trivial ones
336 Components.emplace_back(*Dir, I);
385 auto Dir = ++sys::path::rbegin(Filename), local
387 for (int I = 0; I < DirectorySegmentsQueried && Dir != DirEnd; ++I, ++Dir) {
388 if (Dir->size() > ShortDirectorySegment)
389 Dirs.push_back(*Dir);
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslfiles.c227 * PARAMETERS: Dir - Directory pathname string
237 char *Dir)
246 DirLength = strlen (Dir);
254 if ((Dir[DirLength-1] != '/') &&
255 (Dir[DirLength-1] != '\\'))
261 NewDir->Dir = ACPI_ALLOCATE (DirLength + 1 + NeedsSeparator);
262 strcpy (NewDir->Dir, Dir);
265 strcat (NewDir->Dir, "/");
549 NextDir->Dir, O
236 FlAddIncludeDirectory( char *Dir) argument
[all...]
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.rb135 results = Dir[targets]
140 args[1] ||= Dir.pwd + '/'
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp299 if (DirInfo != UFE.Dir && Status.IsVFSMapped)
300 UFE.Dir = DirInfo;
318 UFE.Dir = DirInfo;
399 UFE->Dir = *DirInfo;
418 BFE.Dir = VFE.Dir;
550 StringRef FileManager::getCanonicalName(const DirectoryEntry *Dir) { argument
552 = CanonicalNames.find(Dir);
556 StringRef CanonicalName(Dir->getName());
559 if (!FS->getRealPath(Dir
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp164 std::string Dir = path::parent_path(SrcPath).str(); local
165 auto DirWithSymLink = SymLinkMap.find(Dir);
171 if (llvm::sys::fs::real_path(Dir, RealPath))
173 SymLinkMap[Dir] = RealPath.str();

Completed in 301 milliseconds

1234