/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.mods/ |
H A D | replace_filename.pass.cpp | 34 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 D | MainModule.cpp | 71 __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 D | IRModule.cpp | 69 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 D | perm_options.h | 23 enum class perm_options : unsigned char { replace = 1, add = 2, remove = 4, nofollow = 8 }; enumerator
|
/llvm-project/libcxx/include/__algorithm/ |
H A D | replace.h | 22 replace(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new… in replace() function
|
/llvm-project/lldb/examples/ |
H A D | ptrace_example.c | 69 uint64_t replace = 0xd503201fd503201f; in debugger() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | UnresolvedSet.h | 103 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 D | ASTUnresolvedSet.h | 67 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 D | replace_filename.pass.cpp | 70 path replace(TC.filename); in main() local
|
/llvm-project/mlir/lib/Dialect/LLVMIR/Transforms/ |
H A D | DIExpressionLegalization.cpp | 35 MergeFragments::replace(OpIterRange operators) const { in replace() function in MergeFragments
|
/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Mutations.cpp | 48 static void replace(syntax::Node *Old, syntax::Node *New) { in replace() function in syntax::MutationsImpl
|
/llvm-project/mlir/lib/IR/ |
H A D | AttrTypeSubElements.cpp | 222 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 D | FuzzTest | 14 def __init__(self, inputs, delete, insert, replace, argument
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | Types.h | 244 auto replace(ReplacementFns &&...replacementFns) { replace() function
|
H A D | Attributes.h | 154 auto replace(ReplacementFns &&...replacementFns) { in replace() function
|
/llvm-project/mlir/include/mlir/Dialect/Transform/Utils/ |
H A D | RaggedArray.h | 133 void replace(size_t pos, Range &&elements) { in replace() function
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | FixItRewriter.cpp | 71 void replace(CharSourceRange range, StringRef text) override { replace() function in __anon517af4450111::RewritesReceiver
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransformActions.cpp | 322 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 D | TestingConfig.py | 257 def replace(self, pattern, replacement): global() member in SubstituteCaptures
|
/llvm-project/clang/include/clang/Edit/ |
H A D | Commit.h | 110 bool replace(SourceRange TokenRange, StringRef text) { in replace() function
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ConstantMerge.cpp | 115 static void replace(Module &M, GlobalVariable *Old, GlobalVariable *New) { in replace() function
|
/llvm-project/clang/lib/Tooling/Refactoring/ |
H A D | AtomicChange.cpp | 258 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 D | Lookup.h | 728 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 D | TestIndex.cpp | 31 static std::string replace(llvm::StringRef Haystack, llvm::StringRef Needle, in replace() function
|
/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | DeclarationFragments.h | 202 DeclarationFragments &replace(std::string NewSpelling, unsigned Position) { in replace() function
|