Home
last modified time | relevance | path

Searched refs:stem (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/lib/libc/tests/stdbit/
H A Dstdbit-test-framework.c23 #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
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbolTable.cpp70 StringRef stem = name; in insert() local
73 stem = name.take_front(pos); in insert()
75 auto p = symMap.insert({CachedHashStringRef(stem), (int)symVector.size()}); in insert()
78 if (stem.size() != name.size()) { in insert()
/freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/server/
H A DRPCServerHeaderEmitter.cpp56 llvm::sys::path::stem( in GetHeaderGuard()
/freebsd/contrib/ncurses/misc/
H A Dmakedef.cmd59 * `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 Dcmpdef.cmd57 * `numbers' is the stem where symbols are stored
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp200 StringRef RealStem = llvm::sys::path::stem(RealFileName); in checkPrivateAPINotesName()
393 auto FrameworkName = llvm::sys::path::stem(Path); in findAPINotes()
449 while (llvm::sys::path::stem(ParentPath) == "..") in findAPINotes()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp62 if (sys::path::stem(argv[0]).ends_with_insensitive("gcov")) in main()
H A Dgcov.cpp30 sys::path::append(CoverageFileStem, sys::path::stem(SourceFile)); in reportCoverage()
33 sys::path::append(CoverageFileStem, sys::path::stem(SourceFile)); in reportCoverage()
/freebsd/contrib/llvm-project/lld/Common/
H A DArgs.cpp90 return sys::path::stem(path); in getFilenameWithoutExe()
/freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/
H A Dlldb-rpc-gen.cpp242 llvm::sys::path::stem(llvm::sys::path::filename(File)); in CreateASTConsumer()
296 llvm::sys::path::stem(llvm::sys::path::filename(File)); in EmitAmalgamatedServerHeader()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp253 StringRef HeaderStem = llvm::sys::path::stem(IncludeName); in isMainHeader()
254 StringRef FileStem = llvm::sys::path::stem(FileName); // foo.cu for foo.cu.cc in isMainHeader()
/freebsd/crypto/krb5/src/util/verto/
H A Dev.c1972 #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
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp108 StringRef NBasename = path::stem(*NI); in getRelativeIncludeName()
109 StringRef DBasename = path::stem(*DI); in getRelativeIncludeName()
/freebsd/tests/sys/cddl/zfs/tests/zones/
H A Dzones.cfg38 # to the stem passed as $1, to make sure we have a unique name that
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A Dllvm-objcopy.cpp61 StringRef Stem = sys::path::stem(ToolName); in getDriverConfig()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp605 SubmodulePath.push_back(std::string(llvm::sys::path::stem(DirName))); in getTopFrameworkDir()
1693 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName()); in findUsableModuleForFrameworkHeader()
2001 loadFrameworkModule(llvm::sys::path::stem(Dir->path()), *FrameworkDir, in collectAllModules()
2119 StringRef NBasename = path::stem(*NI); in suggestPathToFileForDiagnostics()
2120 StringRef DBasename = path::stem(*DI); in suggestPathToFileForDiagnostics()
H A DModuleMap.cpp650 llvm::sys::path::stem(SkippedDir.getName()), NameBuf); in findOrCreateModuleForHeaderInUmbrellaDir()
667 llvm::sys::path::stem(File.getName()), NameBuf); in findOrCreateModuleForHeaderInUmbrellaDir()
777 llvm::sys::path::stem(SkippedDir.getName()), NameBuf); in isHeaderUnavailableInModule()
788 llvm::sys::path::stem(Header.getName()), in isHeaderUnavailableInModule()
1025 llvm::sys::path::stem(FrameworkDirName), ModuleNameStorage); in inferFrameworkModule()
1067 StringRef Name = llvm::sys::path::stem(FrameworkDirName); in inferFrameworkModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h391 LLVM_ABI StringRef stem(StringRef path LLVM_LIFETIME_BOUND,
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHIPSPV.cpp67 std::string Name = std::string(llvm::sys::path::stem(Output.getFilename())); in constructLinkAndEmitSpirvCommand()
H A DHIPUtility.cpp345 std::string Name = std::string(llvm::sys::path::stem(Output.getFilename())); in constructGenerateObjFileFromHIPFatBinary()
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp110 StringRef ProgName = llvm::sys::path::stem(Argv0); in getPrefix()
/freebsd/contrib/llvm-project/lld/COFF/
H A DLTO.cpp254 StringRef baseName = sys::path::stem(bitcodeFilePath); in compile()
/freebsd/sys/kern/
H A Dkern_conf.c1265 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()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp200 StringRef ExeBasename(llvm::sys::path::stem(Path)); in FixupDiagPrefixExeName()
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dti,keystone-rproc.txt16 have an alias with the stem 'rproc' defined. Each node has a number of required

123