| /freebsd-13.1/contrib/bmake/ |
| H A D | dir.h | 86 void SearchPath_Expand(SearchPath *, const char *, StringList *); 87 char *Dir_FindFile(const char *, SearchPath *) MAKE_ATTR_USE; 90 CachedDir *SearchPath_Add(SearchPath *, const char *); 91 char *SearchPath_ToFlags(SearchPath *, const char *) MAKE_ATTR_USE; 92 void SearchPath_Clear(SearchPath *); 93 void SearchPath_AddAll(SearchPath *, SearchPath *); 95 void SearchPath_Print(const SearchPath *); 96 SearchPath *Dir_CopyDirSearchPath(void) MAKE_ATTR_USE;
|
| H A D | dir.c | 843 SearchPath *partPath; in SearchPath_ExpandMiddle() 1063 FindFileRelative(SearchPath *path, bool seenDotLast, in FindFileRelative() 1188 Dir_FindFile(const char *name, SearchPath *path) in Dir_FindFile() 1508 CacheNewDir(const char *name, SearchPath *path) in CacheNewDir() 1566 SearchPath_Add(SearchPath *path, const char *name) in SearchPath_Add() 1599 SearchPath * 1602 SearchPath *path = SearchPath_New(); in Dir_CopyDirSearchPath() 1647 SearchPath_Free(SearchPath *path) in SearchPath_Free() 1664 SearchPath_Clear(SearchPath *path) in SearchPath_Clear() 1678 SearchPath_AddAll(SearchPath *dst, SearchPath *src) in SearchPath_AddAll() [all …]
|
| H A D | make.h | 412 typedef struct SearchPath { struct 414 } SearchPath; typedef 592 extern SearchPath dirSearchPath; 594 extern SearchPath *parseIncPath; 599 extern SearchPath *sysIncPath; 601 extern SearchPath *defSysIncPath; 790 void Arch_FindLib(GNode *, SearchPath *); 814 MAKE_INLINE SearchPath * MAKE_ATTR_USE 817 SearchPath *path = bmake_malloc(sizeof *path); in SearchPath_New() 822 void SearchPath_Free(SearchPath *); [all …]
|
| H A D | parse.c | 250 SearchPath *parseIncPath; /* directories for "..." includes */ 251 SearchPath *sysIncPath; /* directories for <...> includes */ 252 SearchPath *defSysIncPath; /* default for sysIncPath */ 984 SearchPath *path; in HandleDependencyTargetPath() 1044 SearchPath *emptyPath = SearchPath_New(); in HandleDependencyTargetMundane() 1908 SearchPath *suffPath = NULL; in IncludeFile() 1929 SearchPath *path = Lst_IsEmpty(&sysIncPath->dirs) in IncludeFile()
|
| H A D | suff.c | 177 SearchPath *searchPath; 861 SearchPath * 886 SearchPath *includesPath = SearchPath_New(); in Suff_ExtendPaths() 887 SearchPath *libsPath = SearchPath_New(); in Suff_ExtendPaths() 1462 SearchPath *
|
| H A D | arch.c | 1024 Arch_FindLib(GNode *gn, SearchPath *path) in Arch_FindLib()
|
| H A D | main.c | 1691 SearchPath *sysInc = Lst_IsEmpty(&sysIncPath->dirs) in ReadMakefile()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 391 if (SearchPath) { in LookupFile() 393 SearchPath->clear(); in LookupFile() 421 if (SearchPath) { in LookupFile() 587 if (SearchPath) { in DoFrameworkLookup() 588 SearchPath->clear(); in DoFrameworkLookup() 602 if (SearchPath) in DoFrameworkLookup() 603 SearchPath->insert(SearchPath->begin()+OrigSize, Private, in DoFrameworkLookup() 779 if (SearchPath) in LookupFile() 1110 if (SearchPath) { in LookupSubframeworkHeader() 1111 SearchPath->clear(); in LookupSubframeworkHeader() [all …]
|
| H A D | PPDirectives.cpp | 811 const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath, in LookupFile() argument 871 Includers, SearchPath, RelativePath, RequestingModule, in LookupFile() 888 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath, in LookupFile() 906 Filename, CurFileEnt, SearchPath, RelativePath, RequestingModule, in LookupFile() 921 Filename, CurFileEnt, SearchPath, RelativePath, in LookupFile() 1821 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, in LookupHeaderIncludeOrImport() argument 1826 Callbacks ? &SearchPath : nullptr, Callbacks ? &RelativePath : nullptr, in LookupHeaderIncludeOrImport() 1893 CurDir, Callbacks ? &SearchPath : nullptr, in LookupHeaderIncludeOrImport() 1997 SmallString<1024> SearchPath; in HandleHeaderIncludeOrImport() local 2023 LookupFilename, RelativePath, SearchPath, SuggestedModule, isAngled); in HandleHeaderIncludeOrImport() [all …]
|
| H A D | PreprocessingRecord.cpp | 484 StringRef SearchPath, in InclusionDirective() argument
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DependencyFile.cpp | 70 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() 144 StringRef SearchPath; in addDependency() local 150 SearchPath = TmpPath.str(); in addDependency() 152 SearchPath = Filename; in addDependency() 155 if (Seen.insert(SearchPath).second) { in addDependency()
|
| H A D | DependencyGraph.cpp | 51 StringRef SearchPath, StringRef RelativePath, 75 StringRef SearchPath, in InclusionDirective() argument
|
| H A D | ModuleDependencyCollector.cpp | 51 StringRef SearchPath, StringRef RelativePath, in InclusionDirective()
|
| H A D | PrintPreprocessedOutput.cpp | 131 StringRef SearchPath, StringRef RelativePath, 332 StringRef SearchPath, in InclusionDirective() argument
|
| H A D | PrecompiledPreamble.cpp | 103 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | DirectoryLookup.h | 181 SmallVectorImpl<char> *SearchPath, 189 StringRef Filename, HeaderSearch &HS, SmallVectorImpl<char> *SearchPath,
|
| H A D | PPCallbacks.h | 128 StringRef SearchPath, in InclusionDirective() argument 444 StringRef SearchPath, StringRef RelativePath, in InclusionDirective() argument 448 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective() 451 FilenameRange, File, SearchPath, RelativePath, in InclusionDirective()
|
| H A D | HeaderSearch.h | 416 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, 429 SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath,
|
| H A D | PreprocessingRecord.h | 534 const FileEntry *File, StringRef SearchPath,
|
| H A D | Preprocessor.h | 2017 const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath, 2271 SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MacroPPCallbacks.h | 105 StringRef SearchPath, StringRef RelativePath,
|
| H A D | MacroPPCallbacks.cpp | 171 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.h | 154 StringRef SearchPath, StringRef RelativePath,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | ModuleDepCollector.cpp | 137 StringRef SearchPath, StringRef RelativePath, const Module *Imported, in InclusionDirective() argument
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | InclusionRewriter.cpp | 80 StringRef SearchPath, StringRef RelativePath,
|