| /freebsd-14-stable/contrib/bmake/ |
| HD | dir.h | 87 void SearchPath_Expand(SearchPath *, const char *, StringList *); 88 char *Dir_FindFile(const char *, SearchPath *) MAKE_ATTR_USE; 91 CachedDir *SearchPath_Add(SearchPath *, const char *); 92 char *SearchPath_ToFlags(SearchPath *, const char *) MAKE_ATTR_USE; 93 void SearchPath_Clear(SearchPath *); 94 void SearchPath_AddAll(SearchPath *, SearchPath *); 96 void SearchPath_Print(const SearchPath *); 97 SearchPath *Dir_CopyDirSearchPath(void) MAKE_ATTR_USE;
|
| HD | dir.c | 250 SearchPath dirSearchPath = { LST_INIT }; /* main search path */ 784 DirExpandCurly(const char *word, const char *brace, SearchPath *path, in DirExpandCurly() 829 DirExpandPath(const char *pattern, SearchPath *path, StringList *expansions) in DirExpandPath() 856 SearchPath_ExpandMiddle(SearchPath *path, const char *pattern, in SearchPath_ExpandMiddle() 860 SearchPath *partPath; in SearchPath_ExpandMiddle() 909 SearchPath_Expand(SearchPath *path, const char *pattern, StringList *expansions) in SearchPath_Expand() 1080 FindFileRelative(SearchPath *path, bool seenDotLast, in FindFileRelative() 1142 FindFileAbsolute(SearchPath *path, bool seenDotLast, in FindFileAbsolute() 1205 Dir_FindFile(const char *name, SearchPath *path) in Dir_FindFile() 1525 CacheNewDir(const char *name, SearchPath *path) in CacheNewDir() [all …]
|
| HD | make.h | 412 typedef struct SearchPath { struct 414 } SearchPath; typedef 611 extern SearchPath dirSearchPath; 613 extern SearchPath *parseIncPath; 618 extern SearchPath *sysIncPath; 620 extern SearchPath *defSysIncPath; 807 void Arch_FindLib(GNode *, SearchPath *); 832 MAKE_INLINE SearchPath * MAKE_ATTR_USE 835 SearchPath *path = bmake_malloc(sizeof *path); in SearchPath_New() 840 void SearchPath_Free(SearchPath *); [all …]
|
| HD | parse.c | 265 SearchPath *parseIncPath; /* directories for "..." includes */ 266 SearchPath *sysIncPath; /* directories for <...> includes */ 267 SearchPath *defSysIncPath; /* default for sysIncPath */ 1015 SearchPath *path; in HandleDependencyTargetPath() 1087 SearchPath *emptyPath = SearchPath_New(); in HandleDependencyTargetMundane() 1214 SearchPath *suffPath; in FindInQuotPath() 1270 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs) in IncludeFile()
|
| HD | suff.c | 177 SearchPath *searchPath; 861 SearchPath * 886 SearchPath *includesPath = SearchPath_New(); in Suff_ExtendPaths() 887 SearchPath *libsPath = SearchPath_New(); in Suff_ExtendPaths() 1460 SearchPath *
|
| HD | arch.c | 1023 Arch_FindLib(GNode *gn, SearchPath *path) in Arch_FindLib()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/ |
| HD | HeaderSearch.cpp | 473 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, in LookupFile() argument 487 if (SearchPath) { in LookupFile() 489 SearchPath->clear(); in LookupFile() 490 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile() 503 return DoFrameworkLookup(Filename, HS, SearchPath, RelativePath, in LookupFile() 518 if (SearchPath) { in LookupFile() 520 SearchPath->clear(); in LookupFile() 521 SearchPath->append(SearchPathRef.begin(), SearchPathRef.end()); in LookupFile() 617 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath, in DoFrameworkLookup() argument 690 if (SearchPath) { in DoFrameworkLookup() [all …]
|
| HD | PPDirectives.cpp | 955 ConstSearchDirIterator *CurDirArg, SmallVectorImpl<char> *SearchPath, in LookupFile() argument 1024 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile() 1041 Filename, FilenameLoc, isAngled, FromDir, &CurDir, Includers, SearchPath, in LookupFile() 1054 Filename, *CurFileEnt, SearchPath, RelativePath, RequestingModule, in LookupFile() 1065 Filename, *CurFileEnt, SearchPath, RelativePath, in LookupFile() 2101 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport() argument 2119 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 2139 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 2170 LookupFromFile, CurDir, Callbacks ? &SearchPath : nullptr, in LookupHeaderIncludeOrImport() 2275 SmallString<1024> SearchPath; in HandleHeaderIncludeOrImport() local [all …]
|
| HD | PreprocessingRecord.cpp | 475 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/ |
| HD | DependencyFile.cpp | 81 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() 179 StringRef SearchPath; in addDependency() local 185 SearchPath = TmpPath.str(); in addDependency() 187 SearchPath = Filename; in addDependency() 190 if (Seen.insert(SearchPath).second) { in addDependency()
|
| HD | DependencyGraph.cpp | 51 OptionalFileEntryRef File, StringRef SearchPath, 76 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
| HD | ModuleDependencyCollector.cpp | 57 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective()
|
| HD | PrintPreprocessedOutput.cpp | 166 OptionalFileEntryRef File, StringRef SearchPath, 487 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
| HD | PrecompiledPreamble.cpp | 101 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() argument
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| HD | DirectoryLookup.h | 189 SmallVectorImpl<char> *SearchPath, 198 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath,
|
| HD | PPCallbacks.h | 172 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 526 OptionalFileEntryRef File, StringRef SearchPath, in InclusionDirective() argument 531 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective() 534 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
|
| HD | HeaderSearch.h | 514 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, 528 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
|
| HD | PreprocessingRecord.h | 534 OptionalFileEntryRef File, StringRef SearchPath,
|
| HD | Preprocessor.h | 2437 ConstSearchDirIterator *CurDir, SmallVectorImpl<char> *SearchPath, 2741 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | MacroPPCallbacks.h | 104 OptionalFileEntryRef File, StringRef SearchPath,
|
| HD | MacroPPCallbacks.cpp | 171 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/APINotes/ |
| HD | APINotesManager.cpp | 290 for (const auto &SearchPath : SearchPaths) { in getCurrentModuleAPINotes() local 291 if (auto SearchDir = FM.getOptionalDirectoryRef(SearchPath)) { in getCurrentModuleAPINotes()
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| HD | ModuleDepCollector.h | 175 OptionalFileEntryRef File, StringRef SearchPath,
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| HD | InclusionRewriter.cpp | 77 OptionalFileEntryRef File, StringRef SearchPath,
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| HD | ModuleDepCollector.cpp | 468 StringRef SearchPath, StringRef RelativePath, const Module *SuggestedModule, in InclusionDirective() argument
|