Searched defs:strip (Results 1 – 10 of 10) sorted by relevance
73 def common_setup(self, strip): argument113 def expr(self, strip): argument166 def frame_var(self, strip): argument
95 ##### Syntax:101 ##### Overview:107 ##### Arguments:113 ##### Semantics:
23 char *strip(char **word) { in strip() function
84 def shell(cmd, strip=True, cwd=None, stdin=None, die_on_failure=True, argument
135 sop *strip; /* malloced area for strip */ member
196 sop *strip; /* malloced strip */ member
195 static std::string strip(llvm::StringRef Arg, llvm::StringRef Argv) { in strip() function
552 void ArgStripper::strip(llvm::StringRef Arg) { in strip() function in clang::clangd::ArgStripper
1307 auto stripMetadata = [&](std::function<bool(Module &)> strip) { in DebugACrash()
272 StripPolicy strip; member