Searched refs:Sep (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c297 const char *Sep = strchr(Path, DIR_SEPARATOR); local
300 if (Sep2 && (!Sep || Sep2 < Sep))
301 Sep = Sep2;
303 return Sep;
307 const char *Sep = strrchr(Path, DIR_SEPARATOR); local
310 if (Sep2 && (!Sep || Sep2 > Sep))
311 Sep = Sep2;
313 return Sep;
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DTarWriter.cpp144 size_t Sep = Path.rfind('/', MaxPrefix + 1); local
145 if (Sep == StringRef::npos)
147 if (Path.size() - Sep - 1 >= sizeof(UstarHeader::Name))
150 Prefix = Path.substr(0, Sep);
151 Name = Path.substr(Sep + 1);
/freebsd-13-stable/crypto/heimdal/doc/
H A Dmdate-sh55 Sep) month=September; nummonth=9;;
77 Sep) nummonthtod=9;;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersChecker.cpp61 const char *NL, const char *Sep) const override;
175 const char *NL, const char *Sep) const {
180 OS << Sep << "ObjC container sizes :" << NL;
H A DObjCSelfInitChecker.cpp82 const char *NL, const char *Sep) const override;
338 const char *NL, const char *Sep) const {
346 Out << Sep << NL << *this << " :" << NL;
H A DFuchsiaHandleChecker.cpp201 const char *Sep) const override;
574 const char *NL, const char *Sep) const {
579 Out << Sep << "FuchsiaHandleChecker :" << NL;
H A DMacOSKeychainAPIChecker.cpp69 const char *NL, const char *Sep) const override;
653 const char *Sep) const {
658 Out << Sep << "KeychainAPIChecker :" << NL;
H A DMoveChecker.cpp63 const char *NL, const char *Sep) const override;
738 const char *NL, const char *Sep) const {
743 Out << Sep << "Moved-from objects :" << NL;
H A DNullabilityChecker.cpp107 const char *Sep) const override;
1210 const char *NL, const char *Sep) const {
1215 Out << Sep << NL
1222 Out << Sep << NL;
H A DPthreadLockChecker.cpp220 const char *Sep) const override;
310 const char *NL, const char *Sep) const {
313 Out << Sep << "Mutex states:" << NL;
332 Out << Sep << "Mutex lock order:" << NL;
H A DTaint.cpp30 const char *Sep) {
29 printTaint(ProgramStateRef State, raw_ostream &Out, const char *NL, const char *Sep) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DAttrImpl.cpp87 StringRef Sep = "("; local
89 OS << Sep; local
91 Sep = ", ";
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h351 template <typename Sep>
352 inline void join_items_impl(std::string &Result, Sep Separator) {}
354 template <typename Sep, typename Arg>
355 inline void join_items_impl(std::string &Result, Sep Separator,
360 template <typename Sep, typename Arg1, typename... Args>
361 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1,
406 template <typename Sep, typename... Args>
407 inline std::string join_items(Sep Separator, Args &&... Items) {
/freebsd-13-stable/contrib/ntp/scripts/build/
H A DupdateBEDate20 my @m_abbr = qw(Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatProviders.h389 StringRef Sep = consumeOneOption(Style, '$', ", ");
392 return std::make_pair(Sep, Args);
400 StringRef Sep;
402 std::tie(Sep, ArgStyle) = parseOptions(Style);
412 Stream << Sep;
/freebsd-13-stable/contrib/byacc/package/
H A Dmingw-byacc.spec62 * Wed Sep 25 2013 Thomas Dickey
/freebsd-13-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec121 * Thu Sep 22 2011 Paul Wouters <paul@xelerance.com> - 1.6.11-1
184 * Mon Sep 11 2006 Paul Wouters <paul@xelerance.com> 1.0.1-4
187 * Mon Sep 11 2006 Paul Wouters <paul@xelerance.com> 1.0.1-3
211 * Sun Sep 25 2005 Paul Wouters <paul@xelerance.com> - 0.70
/freebsd-13-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec60 * Fri Sep 22 2000 Solar Designer <solar@owl.openwall.com>
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DFormatUtil.cpp75 StringRef Sep) {
81 Result += join(ThisGroup, Sep);
83 Result += Sep;
73 typesetItemList(ArrayRef<std::string> Opts, uint32_t IndentLevel, uint32_t GroupSize, StringRef Sep) argument
H A DFormatUtil.h61 uint32_t GroupSize, StringRef Sep);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DMinGW.cpp389 StringRef Sep = llvm::sys::path::get_separator(); local
391 if (llvm::sys::fs::is_directory(ClangRoot + Sep + CandidateSubdir)) {
393 return (ClangRoot + Sep + CandidateSubdir).str();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp305 char Sep = ' '; local
312 std::tie(car, cdr) = vector_str.split(Sep);
321 std::tie(car, cdr) = cdr.split(Sep);
/freebsd-13-stable/contrib/tzdata/
H A Dzishrink.awk200 gsub(/ Sep /, " S ", line)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp450 auto &Sep = Lexer.getTok(); variable
451 if (Sep.getLoc().getPointer() != Name.end() ||
452 Sep.getKind() != AsmToken::Slash)
455 Name = StringRef(Name.begin(), Name.size() + Sep.getString().size());
/freebsd-13-stable/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp673 const char *Sep = "";
678 OS << Sep;
679 Sep = ", ";
743 const char *Sep = "";
745 OS << Sep << ParamAlloc.allocParam("llvm::Type *", T->llvmName());
746 Sep = ", ";
751 const char *Sep = "";
753 OS << Sep << Arg->asValue();
754 Sep = ", ";

Completed in 294 milliseconds

12