Home
last modified time | relevance | path

Searched defs:trim (Results 1 – 10 of 10) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cpp109 char *trim; in ParseCommandOutput() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DJSONTransportTests.cpp93 std::string trim(llvm::StringRef S) { return S.trim().str(); } in trim() function
/llvm-project/compiler-rt/lib/xray/
H A Dxray_segmented_array.h457 void trim(uint64_t Elements) XRAY_NEVER_INSTRUMENT { in trim() function
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp440 ExplodedGraph::trim(ArrayRef<const NodeTy *> Sinks, trim() function in ExplodedGraph
H A DExprEngine.cpp3909 ViewGraph(bool trim) ViewGraph() argument
3919 DumpGraph(bool trim,StringRef Filename) DumpGraph() argument
/llvm-project/llvm/include/llvm/ADT/
H A DStringRef.h808 [[nodiscard]] StringRef trim(char Char) const { trim() function
/llvm-project/clang/utils/analyzer/
H A Dexploded-graph-rewriter.py1047 def trim(self, graph): global() member in SinglePathTrimmer
1092 def trim(self, graph): global() member in TargetedTrimmer
/llvm-project/llvm/lib/Target/X86/
H A DImmutableGraph.h354 static std::unique_ptr<GraphT> trim(const GraphT &G, const NodeSet &TrimNodes, in trim() function
/llvm-project/lld/ELF/
H A DInputSection.h183 void trim() { trim() function
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp3711 mlir::Value trim; genGetEnvironmentVariable() local