Home
last modified time | relevance | path

Searched refs:InsertAfter (Results 1 – 24 of 24) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenRewriteStream.cs237 public virtual void InsertAfter(IToken t, object text) { in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
238 InsertAfter(DEFAULT_PROGRAM_NAME, t, text); in InsertAfter()
241 public virtual void InsertAfter(int index, object text) { in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
242 InsertAfter(DEFAULT_PROGRAM_NAME, index, text); in InsertAfter()
245 public virtual void InsertAfter(string programName, IToken t, object text) { in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
246 InsertAfter(programName, t.TokenIndex, text); in InsertAfter()
249 public virtual void InsertAfter(string programName, int index, object text) { in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenRewriteStream.cs268 public virtual void InsertAfter( IToken t, object text ) in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
270 InsertAfter( DEFAULT_PROGRAM_NAME, t, text ); in InsertAfter()
273 public virtual void InsertAfter( int index, object text ) in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
275 InsertAfter( DEFAULT_PROGRAM_NAME, index, text ); in InsertAfter()
278 public virtual void InsertAfter( string programName, IToken t, object text ) in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
280 InsertAfter( programName, t.TokenIndex, text ); in InsertAfter()
283 public virtual void InsertAfter( string programName, int index, object text ) in InsertAfter() method in Antlr.Runtime.TokenRewriteStream
/external/chromium_org/base/containers/
Dlinked_list_unittest.cc218 TEST(LinkedList, InsertAfter) { in TEST() argument
236 n3.InsertAfter(&n2); in TEST()
245 n4.InsertAfter(&n1); in TEST()
Dlinked_list.h100 void InsertAfter(LinkNode<T>* e) { in InsertAfter() function
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1287 procedure InsertAfter(const T: IToken; const Text: IANTLRInterface); overload;
1288 procedure InsertAfter(const Index: Integer; const Text: IANTLRInterface); overload;
1289 procedure InsertAfter(const ProgramName: String; const T: IToken;
1291 procedure InsertAfter(const ProgramName: String; const Index: Integer;
1293 procedure InsertAfter(const T: IToken; const Text: String); overload;
1294 procedure InsertAfter(const Index: Integer; const Text: String); overload;
1295 procedure InsertAfter(const ProgramName: String; const T: IToken;
1297 procedure InsertAfter(const ProgramName: String; const Index: Integer;
2673 procedure InsertAfter(const T: IToken; const Text: IANTLRInterface); overload; virtual;
2674 procedure InsertAfter(const Index: Integer; const Text: IANTLRInterface); overload; virtual;
[all …]
/external/clang/include/clang/Rewrite/Core/
DRewriter.h68 bool InsertAfter = true);
191 bool InsertAfter = true, bool indentNewLines = false);
/external/clang/lib/Rewrite/Core/
DRewriter.cpp97 bool InsertAfter) { in InsertText() argument
102 unsigned RealOffset = getMappedOffset(OrigOffset, InsertAfter); in InsertText()
243 bool InsertAfter, bool indentNewLines) { in InsertText() argument
279 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter); in InsertText()
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp128 SmallPtrSet<MachineInstr*, 8> InsertAfter; member in __anon03f39d3f0111::SSAIfConv
248 if (InsertAfter.insert(DefMI)) in canSpeculateInstrs()
281 if (InsertAfter.count(I)) { in findInsertionPoint()
431 InsertAfter.clear(); in canConvertIf()
/external/chromium_org/v8/src/
Dhydrogen-escape-analysis.cc67 state->InsertAfter(previous); in NewState()
151 new_instr->InsertAfter(load); in NewLoadReplacement()
Dhydrogen-bce.cc190 new_check->InsertAfter(first_check); in CoverCheck()
Dhydrogen-instructions.cc684 void HInstruction::InsertAfter(HInstruction* previous) { in InsertAfter() function in v8::internal::HInstruction
693 InsertAfter(block->end()->FirstSuccessor()->first()); in InsertAfter()
3956 store_map->InsertAfter(filler_map); in CreateFreeSpaceFiller()
3971 store_size->InsertAfter(filler_size); in CreateFreeSpaceFiller()
3985 clear_next_map->InsertAfter(this); in ClearNextMapWord()
4456 integer_input->InsertAfter(operand); in SimplifyConstantInputs()
Dhydrogen.cc154 instr->InsertAfter(last_); in AddInstruction()
657 constant->InsertAfter(entry_block()->first()); in GetConstant()
669 constant->InsertAfter(entry_block()->first()); in ReinsertConstantIfNecessary()
703 constant->InsertAfter(entry_block()->first()); \
7229 push_argument->InsertAfter(insert_after); in EnsureArgumentsArePushedForAccess()
7235 arguments_elements->InsertAfter(insert_after); in EnsureArgumentsArePushedForAccess()
Dhydrogen-instructions.h1163 void InsertAfter(HInstruction* previous);
1166 instr->InsertAfter(this); in Append()
/external/pdfium/core/src/fxcrt/
Dfx_basic_list.cpp43 FX_POSITION CFX_PtrList::InsertAfter(FX_POSITION position, void* newElement) in InsertAfter() function in CFX_PtrList
/external/chromium_org/v8/test/cctest/
Dtest-spaces.cc310 first_page->InsertAfter(faked_space.anchor()->prev_page()); in TEST()
324 other->InsertAfter(first_page); in TEST()
/external/chromium_org/v8/src/heap/
Dspaces.cc528 void MemoryChunk::InsertAfter(MemoryChunk* other) { in InsertAfter() function in v8::internal::MemoryChunk
980 p->InsertAfter(anchor_.prev_page()); in Expand()
1115 page->InsertAfter(anchor_.prev_page()); in UseEmergencyMemory()
1500 new_page->InsertAfter(current); in Commit()
1561 new_page->InsertAfter(last_page); in GrowTo()
Dspaces.h600 void InsertAfter(MemoryChunk* other);
Dmark-compact.cc3701 p->InsertAfter(space->LastPage()); in MoveEvacuationCandidatesToEndOfPagesList()
/external/chromium_org/sync/internal_api/public/base/
Dunique_position_unittest.cc288 TEST_P(PositionInsertTest, InsertAfter) { in TEST_P() argument
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2479 Instruction *InsertAfter = cast<Instruction>(BuildVectorSlice.back()); in tryToVectorizeList() local
2483 ++BasicBlock::iterator(InsertAfter)); in tryToVectorizeList()
2490 InsertAfter = IE; in tryToVectorizeList()
/external/pdfium/core/include/fxcrt/
Dfx_basic.h1159 FX_POSITION InsertAfter(FX_POSITION pos, void* newElement);
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp731 return m_ObjectList.InsertAfter(posInsertAfter, pNewObject); in InsertObject()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp248 bool InsertAfter = true) { in InsertText() argument
250 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()
DRewriteModernObjC.cpp299 bool InsertAfter = true) { in InsertText() argument
301 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()