Searched refs:trim (Results 51 - 75 of 117) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionArgParser.cpp22 ref = ref.trim();
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp89 // We trim spaces at each end of the asm string because rst needs the
91 OS << ": ``" << escapeForRST(StringRef(AsmString).trim(" "))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp300 vector_str = vector_str.trim();
303 vector_str = vector_str.trim();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h839 StringRef trim(char Char) const {
846 StringRef trim(StringRef Chars = " \t\n\v\f\r") const {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h218 std::string DumpGraph(bool trim = false, StringRef Filename="");
227 void ViewGraph(bool trim = false);
H A DExplodedGraph.h440 trim(ArrayRef<const NodeTy *> Nodes,
/freebsd-11-stable/contrib/tcsh/
H A Dsh.decls.h202 extern void trim (Char **);
H A Dsh.glob.c555 trim(vl);
572 trim(v);
588 trim(Char **t) function
H A Dtc.who.c230 trim(vp = v->vec);
H A Dsh.exec.c175 trim(pv);
189 * Glob the argument list, if necessary. Otherwise trim off the quote bits.
212 trim(av);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFModuleDefinition.cpp93 Buf = Buf.trim();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOObjcopy.cpp216 .trim(0)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DHost.cpp1286 Line = Line.trim();
1290 auto Name = Data.first.trim();
1291 auto Val = Data.second.trim();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp591 if (Strs.first.trim().getAsInteger(0, Ints.first)) {
595 if (Strs.second.trim().getAsInteger(0, Ints.second)) {
596 if (!OnlyFirstRequired || !Strs.second.trim().empty()) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCopyConfig.cpp313 // Ignore everything after '#', trim whitespace, and only add the symbol if
315 auto TrimmedLine = Line.split('#').first.trim();
372 StringRef TrimmedLine = Lines[LineNo].split('#').first.trim();
377 StringRef NewName = Pair.second.trim();
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h458 void trim(uint64_t Elements) XRAY_NEVER_INSTRUMENT {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp162 } else if (!HeadTail.first.trim().startswith("immext")) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp443 ExplodedGraph::trim(ArrayRef<const NodeTy *> Sinks, function in class:ExplodedGraph
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp169 return IncludeName.trim("\"<>");
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_queue.c48 * async write, scrub/resilver and trim. Each queue defines the minimum and
254 ZFS_VDEV_QUEUE_KNOB_MIN(trim); variable
255 ZFS_VDEV_QUEUE_KNOB_MAX(trim); variable
H A Dzfs_acl.c1316 zfs_acl_chmod(vtype_t vtype, uint64_t mode, boolean_t split, boolean_t trim, argument
1411 if ((type == ALLOW) && trim)
1617 boolean_t trim = B_FALSE; local
1729 trim = B_TRUE;
1731 trim, acl_ids->z_aclp);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp37 Expr = Expr.trim();
691 CheckExpr = CheckExpr.trim();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp1019 Line = Line.trim();
1024 Rest = Rest.trim();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp609 Graph = GraphBuilder::trim(*Graph, ElimNodes, ElimEdges, 0 /* NumFences */,
654 Graph = GraphBuilder::trim(*Graph, MachineGadgetGraph::NodeSet{*Graph},
/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c2532 int trim; local
2583 /* If the frame is padded, trim it */
2585 trim = tot_len - (ip_len + ETHER_HDR_LEN);
2586 if(trim != 0) {
2587 if(trim < 0)
2589 m_adj(m_head, -trim);

Completed in 209 milliseconds

12345