Home
last modified time | relevance | path

Searched defs:Replace (Results 1 – 25 of 34) sorted by relevance

12

/external/clang/test/SemaTemplate/
Ddeduction.cpp38 struct Replace { struct
44 struct Replace<_1, Arg1, Arg2> { struct
49 struct Replace<_2, Arg1, Arg2> { argument
55 struct Replace<const T, Arg1, Arg2> { argument
56 typedef typename Replace<T, Arg1, Arg2>::type const type; argument
61 struct Replace<TT<T1>, Arg1, Arg2> { struct
62 typedef TT<typename Replace<T1, Arg1, Arg2>::type> type; argument
67 struct Replace<TT<T1, T2>, Arg1, Arg2> { struct
69 typename Replace<T2, Arg1, Arg2>::type> type; argument
75 struct Replace<TT<T1, _2>, Arg1, Arg2> { struct
[all …]
/external/v8/src/compiler/
Dgraph-reducer.h64 static Reduction Replace(Node* node) { return Reduction(node); } in Replace() function
93 static Reduction Replace(Node* node) { return Reducer::Replace(node); } in Replace() function
96 void Replace(Node* node, Node* replacement) { in Replace() function
Dgraph-reducer.cc185 void GraphReducer::Replace(Node* node, Node* replacement) { in Replace() function in v8::internal::compiler::GraphReducer
190 void GraphReducer::Replace(Node* node, Node* replacement, NodeId max_id) { in Replace() function in v8::internal::compiler::GraphReducer
/external/clang/unittests/Tooling/
DRefactoringTest.cpp48 Replacement Replace(createReplacement(Location, 4, "")); in TEST_F() local
56 Replacement Replace(createReplacement(Location, 17, "")); in TEST_F() local
64 Replacement Replace(createReplacement(Location, 0, "result")); in TEST_F() local
73 Replacement Replace(createReplacement(Location, 12, "x")); in TEST_F() local
95 Replacement Replace("nonexistent-file.cpp", 0, 1, ""); in TEST_F() local
100 Replacement Replace("/path/to/file.cpp", 0, 1, ""); in TEST_F() local
361 void expectReplacementAt(const Replacement &Replace, in expectReplacementAt()
377 Replacement Replace; member in clang::tooling::ClassDeclXVisitor
400 Replacement Replace; member in clang::tooling::CallToFVisitor
430 Replacement Replace; member in clang::tooling::NestedNameSpecifierAVisitor
/external/tensorflow/tensorflow/compiler/jit/
Dshape_inference_helpers.cc52 Status BackEdgeHelper::Replace() { in Replace() function in tensorflow::BackEdgeHelper
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenRewriteStream.cs312 public virtual void Replace( int index, object text ) in Replace() method in Antlr.Runtime.TokenRewriteStream
317 public virtual void Replace( int from, int to, object text ) in Replace() method in Antlr.Runtime.TokenRewriteStream
322 public virtual void Replace( IToken indexT, object text ) in Replace() method in Antlr.Runtime.TokenRewriteStream
327 public virtual void Replace( IToken from, IToken to, object text ) in Replace() method in Antlr.Runtime.TokenRewriteStream
332 public virtual void Replace( string programName, int from, int to, object text ) in Replace() method in Antlr.Runtime.TokenRewriteStream
344 public virtual void Replace( string programName, IToken from, IToken to, object text ) in Replace() method in Antlr.Runtime.TokenRewriteStream
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs275 public virtual void Replace(int index, object text) { in Replace() method in Antlr.Runtime.TokenRewriteStream
279 public virtual void Replace(int from, int to, object text) { in Replace() method in Antlr.Runtime.TokenRewriteStream
283 public virtual void Replace(IToken indexT, object text) { in Replace() method in Antlr.Runtime.TokenRewriteStream
287 public virtual void Replace(IToken from, IToken to, object text) { in Replace() method in Antlr.Runtime.TokenRewriteStream
291 public virtual void Replace(string programName, int from, int to, object text) { in Replace() method in Antlr.Runtime.TokenRewriteStream
301 public virtual void Replace(string programName, IToken from, IToken to, object text) { in Replace() method in Antlr.Runtime.TokenRewriteStream
/external/pdfium/core/fxge/dib/
Dcfx_bitmapstorer.cpp21 void CFX_BitmapStorer::Replace(RetainPtr<CFX_DIBitmap>&& pBitmap) { in Replace() function in CFX_BitmapStorer
/external/grpc-grpc/src/compiler/
Druby_generator_string-inl.h52 inline grpc::string Replace(grpc::string s, const grpc::string& from, in Replace() function
/external/lzma/CPP/Windows/Control/
DImageList.h65 int Replace(int index, HICON icon) in Replace() function
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DZipExtractorTask.java43 private static enum Replace { enum in ZipExtractorTask
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas5975 procedure TTokenRewriteStream.Replace(const Start, Stop: IToken; procedure
5981 procedure TTokenRewriteStream.Replace(const IndexT: IToken; procedure
5987 procedure TTokenRewriteStream.Replace(const ProgramName: String; const Start, procedure
6108 procedure TTokenRewriteStream.Replace(const ProgramName: String; const Start, procedure
6114 procedure TTokenRewriteStream.Replace(const Index: Integer; procedure
6120 procedure TTokenRewriteStream.Replace(const Start, Stop: Integer; procedure
6342 procedure TTokenRewriteStream.Replace(const IndexT: IToken; const Text: String); procedure
6350 procedure TTokenRewriteStream.Replace(const Start, Stop: Integer; procedure
6359 procedure TTokenRewriteStream.Replace(const Index: Integer; const Text: String); procedure
6367 procedure TTokenRewriteStream.Replace(const ProgramName: String; const Start, procedure
[all …]
/external/clang/lib/Tooling/Core/
DReplacement.cpp271 Replacement Replace("<stdin>", I->getOffset(), I->getLength(), in applyAllReplacements() local
433 for (const auto &Replace : Replaces) { in groupReplacementsByFile() local
/external/antlr/runtime/Ruby/lib/antlr3/streams/
Drewrite.rb127 class Replace < RewriteOperation class in ANTLR3.TokenRewriteStream
/external/lzma/CPP/Common/
DMyString.cpp829 void AString::Replace(char oldChar, char newChar) throw() in Replace() function in AString
848 void AString::Replace(const AString &oldString, const AString &newString) in Replace() function in AString
1403 void UString::Replace(wchar_t oldChar, wchar_t newChar) throw() in Replace() function in UString
1422 void UString::Replace(const UString &oldString, const UString &newString) in Replace() function in UString
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmetafunctions.cpp54 namespace Replace { namespace
/external/pcre/pcrecpp/
Dpcrecpp.cc151 bool RE::Replace(const StringPiece& rewrite, in Replace() function in pcrecpp::RE
/external/clang/lib/Parse/
DParseTemplate.cpp586 bool Replace = Tok.isOneOf(tok::kw_typename, tok::kw_struct); in ParseTemplateTemplateParameter() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInferAddressSpaces.cpp908 Constant *Replace = ConstantExpr::getAddrSpaceCast(cast<Constant>(NewV), in rewriteWithNewAddressSpaces() local
/external/clang/lib/Format/
DFormat.cpp856 auto Replace = [&](SourceLocation Start, unsigned Length, in requoteJSStringLiteral() local
1443 inline bool isHeaderInsertion(const tooling::Replacement &Replace) { in isHeaderInsertion()
/external/clang/lib/Index/
DCommentToXML.cpp609 tooling::Replacements Replace = reformat( in formatTextOfDeclaration() local
/external/pdfium/core/fxcrt/
Dbytestring.cpp644 size_t ByteString::Replace(const ByteStringView& pOld, in Replace() function in fxcrt::ByteString
Dwidestring.cpp814 size_t WideString::Replace(const WideStringView& pOld, in Replace() function in fxcrt::WideString
/external/dng_sdk/source/
Ddng_string.cpp1616 bool dng_string::Replace (const char *old_string, in Replace() function in dng_string
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp683 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { in PromoteOperand()
728 bool Replace = false; in SExtPromoteOperand() local
743 bool Replace = false; in ZExtPromoteOperand() local
835 bool Replace = false; in PromoteIntShiftOp() local

12