| /src/lib/libc/tests/stdbit/ |
| H A D | stdbit-test-framework.c | 23 #define ATF_TC_WITHOUT_HEAD1(stem, suffix) ATF_TC_WITHOUT_HEAD2(__CONCAT(stem, suffix)) argument 25 #define ATF_TC_BODY1(stem, suffix, tc) ATF_TC_BODY2(__CONCAT(stem, suffix), tc) argument 68 #define ADD_CASE(stem, suffix) ADD_CASE1(__CONCAT(stem, suffix)) argument
|
| /src/contrib/llvm-project/lld/ELF/ |
| H A D | SymbolTable.cpp | 73 StringRef stem = name; in insert() local 76 stem = name.take_front(pos); in insert() 78 auto p = symMap.insert({CachedHashStringRef(stem), (int)symVector.size()}); in insert() 81 if (stem.size() != name.size()) { in insert()
|
| /src/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesManager.cpp | 201 StringRef RealStem = llvm::sys::path::stem(RealFileName); in checkPrivateAPINotesName() 394 auto FrameworkName = llvm::sys::path::stem(Path); in findAPINotes() 450 while (llvm::sys::path::stem(ParentPath) == "..") in findAPINotes()
|
| /src/contrib/ncurses/misc/ |
| H A D | makedef.cmd | 59 * `codes' is the stem that links a code to every symbol 60 * `names' is the stem where symbols are stored sequentially 150 * Finally we scan the stem, writing out all symbols with export codes.
|
| H A D | cmpdef.cmd | 57 * `numbers' is the stem where symbols are stored
|
| /src/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | llvm-cov.cpp | 62 if (sys::path::stem(argv[0]).ends_with_insensitive("gcov")) in main()
|
| H A D | gcov.cpp | 30 sys::path::append(CoverageFileStem, sys::path::stem(SourceFile)); in reportCoverage() 33 sys::path::append(CoverageFileStem, sys::path::stem(SourceFile)); in reportCoverage()
|
| /src/contrib/llvm-project/lld/Common/ |
| H A D | Args.cpp | 90 return sys::path::stem(path); in getFilenameWithoutExe()
|
| /src/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 254 StringRef HeaderStem = llvm::sys::path::stem(IncludeName); in isMainHeader() 255 StringRef FileStem = llvm::sys::path::stem(FileName); // foo.cu for foo.cu.cc in isMainHeader()
|
| /src/crypto/krb5/src/util/verto/ |
| H A D | ev.c | 1972 #define array_slim(type,stem) \ 1973 if (stem ## max < array_roundsize (stem ## cnt >> 2)) \ 1975 stem ## max = array_roundsize (stem ## cnt >> 1); \ 1976 base = (type *)ev_realloc (base, sizeof (type) * (stem ## max));\ 1977 fprintf (stderr, "slimmed down " # stem " to %d\n", stem ## max);/*D*/\ 1981 #define array_free(stem, idx) \ argument 1982 ev_free (stem ## s idx); stem ## cnt idx = stem ## max idx = 0; stem ## s idx = 0
|
| /src/tests/sys/cddl/zfs/tests/zones/ |
| H A D | zones.cfg | 38 # to the stem passed as $1, to make sure we have a unique name that
|
| /src/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | ExtractAPIConsumer.cpp | 109 StringRef NBasename = path::stem(*NI); in getRelativeIncludeName() 110 StringRef DBasename = path::stem(*DI); in getRelativeIncludeName()
|
| /src/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
| H A D | llvm-objcopy.cpp | 75 StringRef Stem = sys::path::stem(ToolName); in getDriverConfig()
|
| /src/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | InterpolatingCompilationDatabase.cpp | 330 Stems.emplace_back(sys::path::stem(Path), I); in FileIndex() 380 StringRef Stem = sys::path::stem(Filename); in scoreCandidates()
|
| /src/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
| H A D | DlltoolDriver.cpp | 103 StringRef ProgName = llvm::sys::path::stem(Argv0); in getPrefix()
|
| /src/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Path.h | 375 StringRef stem(StringRef path, Style style = Style::native);
|
| /src/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 600 SubmodulePath.push_back(std::string(llvm::sys::path::stem(DirName))); in getTopFrameworkDir() 1748 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName()); in findUsableModuleForFrameworkHeader() 1971 loadFrameworkModule(llvm::sys::path::stem(Dir->path()), *FrameworkDir, in collectAllModules() 2088 StringRef NBasename = path::stem(*NI); in suggestPathToFileForDiagnostics() 2089 StringRef DBasename = path::stem(*DI); in suggestPathToFileForDiagnostics()
|
| H A D | ModuleMap.cpp | 662 llvm::sys::path::stem(SkippedDir.getName()), NameBuf); in findOrCreateModuleForHeaderInUmbrellaDir() 680 llvm::sys::path::stem(File.getName()), NameBuf); in findOrCreateModuleForHeaderInUmbrellaDir() 791 llvm::sys::path::stem(SkippedDir.getName()), NameBuf); in isHeaderUnavailableInModule() 802 llvm::sys::path::stem(Header.getName()), in isHeaderUnavailableInModule() 1013 llvm::sys::path::stem(FrameworkDirName), ModuleNameStorage); in inferFrameworkModule() 1053 StringRef Name = llvm::sys::path::stem(FrameworkDirName); in inferFrameworkModule()
|
| /src/contrib/llvm-project/lld/COFF/ |
| H A D | LTO.cpp | 249 StringRef baseName = sys::path::stem(bitcodeFilePath); in compile()
|
| /src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | HIPSPV.cpp | 68 std::string Name = std::string(llvm::sys::path::stem(Output.getFilename())); in constructLinkAndEmitSpirvCommand()
|
| H A D | HIPUtility.cpp | 279 std::string Name = std::string(llvm::sys::path::stem(Output.getFilename())); in constructGenerateObjFileFromHIPFatBinary()
|
| /src/contrib/llvm-project/lld/MachO/ |
| H A D | InputFiles.cpp | 1583 StringRef stem = path::stem(path); in findDylib() local 1585 path::append(frameworkName, path::Style::posix, stem + ".framework", stem); in findDylib() 1596 stem, config->librarySearchPaths, {".tbd", ".dylib", ".so"})) in findDylib()
|
| /src/sys/kern/ |
| H A D | kern_conf.c | 1265 dev_stdclone(char *name, char **namep, const char *stem, int *unit) in dev_stdclone() argument 1269 i = strlen(stem); in dev_stdclone() 1270 if (strncmp(stem, name, i) != 0) in dev_stdclone()
|
| /src/contrib/llvm-project/clang/tools/driver/ |
| H A D | driver.cpp | 192 StringRef ExeBasename(llvm::sys::path::stem(Path)); in FixupDiagPrefixExeName()
|
| /src/sys/contrib/device-tree/Bindings/remoteproc/ |
| H A D | ti,keystone-rproc.txt | 16 have an alias with the stem 'rproc' defined. Each node has a number of required
|