Home
last modified time | relevance | path

Searched defs:twine (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h163 NullTerminated(const llvm::Twine &twine) { in NullTerminated()
/llvm-project-15.0.7/flang/lib/Lower/
H A DDumpEvaluateExpr.cpp218 void Fortran::lower::DumpEvaluateExpr::print(llvm::Twine twine) { in print()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DTwine.h140 const Twine *twine; member
/llvm-project-15.0.7/clang/lib/Edit/
H A DEditedSource.cpp69 StringRef EditedSource::copyString(const Twine &twine) { in copyString()
/llvm-project-15.0.7/llvm/utils/gdb-scripts/
H A Dprettyprinters.py343 def string_from_twine_object(self, twine): argument
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinAttributes.cpp248 StringAttr StringAttr::get(MLIRContext *context, const Twine &twine) { in get()
257 StringAttr StringAttr::get(const Twine &twine, Type type) { in get()