Home
last modified time | relevance | path

Searched defs:substitute (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/docs/tools/
H A Ddump_format_help.py14 def substitute(text, tag, contents): global() function
H A Ddump_format_style.py28 def substitute(text, tag, contents): global() function
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DSimplifyConstraints.cpp18 substitute(const Formula &F, in substitute() function
/llvm-project/llvm/utils/lit/lit/
H A DLitConfig.py221 def substitute(self, string): member in LitConfig
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp440 ConstString substitute(llvm::StringRef Mangled, Ts &&... Vals) { in substitute() function in __anon523a394d0111::ManglingSubstitutor
/llvm-project/lldb/tools/lldb-test/
H A Dlldb-test.cpp394 std::string opts::breakpoint::substitute(StringRef Cmd) { substitute() function in opts::breakpoint
/llvm-project/polly/lib/External/isl/
H A Disl_fold.c1775 static __isl_give isl_qpolynomial *substitute(__isl_take isl_qpolynomial *qp, in substitute() function
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp208 replaceAllSubstrs(std::string str,const std::string & match,const std::string & substitute) replaceAllSubstrs() argument