Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h163 NullTerminated(const llvm::Twine &twine) { in NullTerminated()
/llvm-project/flang/lib/Lower/
H A DDumpEvaluateExpr.cpp218 void Fortran::lower::DumpEvaluateExpr::print(llvm::Twine twine) { in print()
/llvm-project/llvm/include/llvm/ADT/
H A DTwine.h142 const Twine *twine; member
/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp69 StringRef EditedSource::copyString(const Twine &twine) { in copyString()
/llvm-project/llvm/utils/gdb-scripts/
H A Dprettyprinters.py386 def string_from_twine_object(self, twine): argument
/llvm-project/mlir/lib/IR/
H A DBuiltinAttributes.cpp275 return Base::get(context, twine.toStringRef(tempStr), NoneType::get(context)); in get() argument
266 get(MLIRContext * context,const Twine & twine) get() argument