Home
last modified time | relevance | path

Searched defs:replace (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/
H A Dreplace_filename.pass.cpp34 path replace; in test_replace_filename_method() local
43 const path replace("bar.out"); in test_replace_filename_method() local
58 path replace; in test_replace_filename_ec_method() local
68 const path replace("bar.out"); in test_replace_filename_ec_method() local
80 const path replace = static_env.NonEmptyFile.filename(); in test_replace_filename_ec_method() local
/llvm-project/mlir/lib/Bindings/Python/
H A DMainModule.cpp71 __anonf91e54d50402(const py::object &dialectClass, bool replace) PYBIND11_MODULE() argument
90 __anonf91e54d50602(MlirTypeID mlirTypeID, bool replace) PYBIND11_MODULE() argument
101 __anonf91e54d50802(MlirTypeID mlirTypeID, bool replace) PYBIND11_MODULE() argument
[all...]
H A DIRModule.cpp69 registerAttributeBuilder(const std::string & attributeKind,py::function pyFunc,bool replace) registerAttributeBuilder() argument
83 registerTypeCaster(MlirTypeID mlirTypeID,pybind11::function typeCaster,bool replace) registerTypeCaster() argument
93 registerValueCaster(MlirTypeID mlirTypeID,pybind11::function valueCaster,bool replace) registerValueCaster() argument
113 registerOperationImpl(const std::string & operationName,py::object pyClass,bool replace) registerOperationImpl() argument
/llvm-project/libcxx/include/__filesystem/
H A Dperm_options.h23 enum class perm_options : unsigned char { replace = 1, add = 2, remove = 4, nofollow = 8 }; enumerator
/llvm-project/libcxx/include/__algorithm/
H A Dreplace.h22 replace(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new… in replace() function
/llvm-project/lldb/examples/
H A Dptrace_example.c69 uint64_t replace = 0xd503201fd503201f; in debugger() local
/llvm-project/clang/include/clang/AST/
H A DUnresolvedSet.h103 bool replace(const NamedDecl* Old, NamedDecl *New) { replace() function
112 void replace(iterator I, NamedDecl *New) { I.I->setDecl(New); } replace() function
114 void replace(iterator I, NamedDecl *New, AccessSpecifier AS) { replace() function
H A DASTUnresolvedSet.h67 bool replace(const NamedDecl *Old, NamedDecl *New, AccessSpecifier AS) { in replace() function
/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/path.modifiers/
H A Dreplace_filename.pass.cpp70 path replace(TC.filename); in main() local
/llvm-project/mlir/lib/Dialect/LLVMIR/Transforms/
H A DDIExpressionLegalization.cpp35 MergeFragments::replace(OpIterRange operators) const { in replace() function in MergeFragments
/llvm-project/clang/lib/Tooling/Syntax/
H A DMutations.cpp48 static void replace(syntax::Node *Old, syntax::Node *New) { in replace() function in syntax::MutationsImpl
/llvm-project/mlir/lib/IR/
H A DAttrTypeSubElements.cpp222 Attribute AttrTypeReplacer::replace(Attribute attr) { replace() function in AttrTypeReplacer
226 Type AttrTypeReplacer::replace(Type type) { replace() function in AttrTypeReplacer
/llvm-project/clang/utils/
H A DFuzzTest14 def __init__(self, inputs, delete, insert, replace, argument
/llvm-project/mlir/include/mlir/IR/
H A DTypes.h244 auto replace(ReplacementFns &&...replacementFns) { replace() function
H A DAttributes.h154 auto replace(ReplacementFns &&...replacementFns) { in replace() function
/llvm-project/mlir/include/mlir/Dialect/Transform/Utils/
H A DRaggedArray.h133 void replace(size_t pos, Range &&elements) { in replace() function
/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp71 void replace(CharSourceRange range, StringRef text) override { replace() function in __anon517af4450111::RewritesReceiver
/llvm-project/clang/lib/ARCMigrate/
H A DTransformActions.cpp322 void TransformActionsImpl::replace(SourceRange range, StringRef text) { in replace() function in TransformActionsImpl
329 void TransformActionsImpl::replace(SourceRange range, in replace() function in TransformActionsImpl
646 void TransformActions::replace(SourceRange range, StringRef text) { in replace() function in TransformActions
650 void TransformActions::replace(SourceRange range, in replace() function in TransformActions
/llvm-project/llvm/utils/lit/lit/
H A DTestingConfig.py257 def replace(self, pattern, replacement): global() member in SubstituteCaptures
/llvm-project/clang/include/clang/Edit/
H A DCommit.h110 bool replace(SourceRange TokenRange, StringRef text) { in replace() function
/llvm-project/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp115 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { in replace() function
/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp258 llvm::Error AtomicChange::replace(const SourceManager &SM, replace() function in clang::tooling::AtomicChange
264 llvm::Error AtomicChange::replace(const SourceManager &SM, SourceLocation Loc, replace() function in clang::tooling::AtomicChange
/llvm-project/clang/include/clang/Sema/
H A DLookup.h728 void replace(NamedDecl *D) { in replace() function
734 void replace(NamedDecl *D, AccessSpecifier AS) { in replace() function
/llvm-project/clang-tools-extra/clangd/unittests/
H A DTestIndex.cpp31 static std::string replace(llvm::StringRef Haystack, llvm::StringRef Needle, in replace() function
/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h202 DeclarationFragments &replace(std::string NewSpelling, unsigned Position) { in replace() function

12