Searched refs:trim (Results 151 - 175 of 198) sorted by relevance

12345678

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1242 if (Strs.first.trim().getAsInteger(0, Ints.first)) {
1246 if (Strs.second.trim().getAsInteger(0, Ints.second)) {
1247 if (!OnlyFirstRequired || !Strs.second.trim().empty()) {
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp184 StringRef CFGInfo = Input.substr(strlen("!CFGChecksum:")).trim();
189 StringRef Attrib = Input.substr(strlen("!Attributes:")).trim();
H A DInstrProfReader.cpp309 IndexedInstrProf::ComputeHash(FuncName.trim()));
435 if ((Line++)->drop_front(1).trim().getAsInteger(0, NumBitmapBytes))
/freebsd-current/contrib/tcsh/
H A Dsh.func.c538 trim(v);
2487 trim(v);
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp747 if (!SL->getString().trim().empty())
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp770 << '\"' << TempBuf.str().trim() << '\"' << NL;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp471 Line->setName(StringRef(Stream.str()).trim());
/freebsd-current/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp302 // Don't trim newlines.
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp506 columns[1] = columns[1].trim(" ");
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp1070 if (raw_command.trim().empty()) {
/freebsd-current/sys/vm/
H A Duma_core.c1177 goto trim;
1218 goto trim;
1223 trim:
1517 bucket_cache_reclaim_domain(uma_zone_t zone, bool drain, bool trim, int domain) argument
1540 * this bucket cache is empty. If trim, we reclaim items in
1543 * If neither drain nor trim, then voluntarily reclaim 1/4
1550 else if (trim)
/freebsd-current/contrib/llvm-project/lld/MachO/
H A DDriver.cpp912 error(msg + ": " + StringRef(err).trim());
1121 line = line.take_until([](char c) { return c == '#'; }).trim();
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp91 Line = Line.trim();
106 Line = Line.trim();
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DARM.cpp937 Opt = Opt.trim();
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp161 // Don't trim the leading blanks if it would create a */ after the break.
451 Content = Content.trim(Blanks);
H A DFormatToken.h760 Content = Content.trim();
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp250 std::string(llvm::StringRef(m_output).trim());
/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp1075 auto TAPIFile = InputBuffer.getBuffer().trim();
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clrpcops.c9224 int i, j, left, pgno, plen, trim; local
9276 trim = plen - left;
9283 m2->m_epg_last_len = trim;
9285 cp2 += PAGE_SIZE - trim;
9286 m2->m_epg_1st_off = PAGE_SIZE - trim;
9289 memcpy(cp2, cp, trim);
9290 m2->m_len = trim;
/freebsd-current/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp1557 OS << "R\"(" << StringRef(Documentation).trim() << ")\"";
/freebsd-current/share/mk/
H A Ddirdeps.mk466 # first trim things we know we want to skip
/freebsd-current/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp2989 Line = Line.trim();
3012 ConfLine = ConfLine.trim();
H A DCommonArgs.cpp2594 LibraryPaths.emplace_back(Path.trim());
2736 LibraryPaths.emplace_back(Path.trim());
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp192 "sample-trim-cold-context", cl::init(false), cl::Hidden,
1094 // we need to trim the name.
1402 PSL.add(SymbolStr.trim());
1601 StringRef SanitizedEntry = FileWeightEntry.trim(" \t\v\f\r");
/freebsd-current/contrib/bmake/mk/
H A Ddirdeps.mk466 # first trim things we know we want to skip

Completed in 586 milliseconds

12345678