/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | PtrState.cpp | 267 BasicBlock::iterator InsertAfter; in HandlePotentialUse() local 270 InsertAfter = IP == BB->end() ? std::prev(BB->end()) : IP; in HandlePotentialUse() 271 if (isa<CatchSwitchInst>(InsertAfter)) in HandlePotentialUse() 277 InsertAfter = std::next(Inst->getIterator()); in HandlePotentialUse() 279 InsertReverseInsertPt(&*InsertAfter); in HandlePotentialUse()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | TokenRewriteStream.cs | 237 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/swiftshader/third_party/SPIRV-Tools/test/util/ |
D | ilist_test.cpp | 139 nodes[5].InsertAfter(&nodes[4]); in TEST() 154 nodes[5].InsertAfter(&nodes[2]); in TEST() 168 nodes[5].InsertAfter(&nodes[2]); in TEST() 181 nodes[0].InsertAfter(&nodes[2]); in TEST() 194 nodes[2].InsertAfter(&nodes[5]); in TEST()
|
/external/deqp-deps/SPIRV-Tools/test/util/ |
D | ilist_test.cpp | 139 nodes[5].InsertAfter(&nodes[4]); in TEST() 154 nodes[5].InsertAfter(&nodes[2]); in TEST() 168 nodes[5].InsertAfter(&nodes[2]); in TEST() 181 nodes[0].InsertAfter(&nodes[2]); in TEST() 194 nodes[2].InsertAfter(&nodes[5]); in TEST()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | TokenRewriteStream.cs | 268 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 124 Instruction *Acc, Instruction *InsertAfter); 388 Instruction *InsertAfter = Reduction.AccIntAdd; in InsertParallelMACs() local 396 Acc = CreateSMLADCall(VecLd0, VecLd1, Acc, InsertAfter); in InsertParallelMACs() 397 InsertAfter = Acc; in InsertParallelMACs() 644 Instruction *InsertAfter) { in CreateSMLADCall() argument 650 IRBuilder<NoFolder> Builder(InsertAfter->getParent(), in CreateSMLADCall() 651 ++BasicBlock::iterator(InsertAfter)); in CreateSMLADCall()
|
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 1287 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/v8/src/base/ |
D | list.h | 25 InsertAfter(element, back_); in PushBack() 84 void InsertAfter(T* element, T* other) { in InsertAfter() function
|
/external/clang/lib/Rewrite/ |
D | Rewriter.cpp | 93 bool InsertAfter) { in InsertText() argument 98 unsigned RealOffset = getMappedOffset(OrigOffset, InsertAfter); in InsertText() 239 bool InsertAfter, bool indentNewLines) { in InsertText() argument 275 getEditBuffer(FID).InsertText(StartOffs, Str, InsertAfter); in InsertText()
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | ilist_node.h | 71 inline void InsertAfter(NodeType* pos); 185 inline void IntrusiveNodeBase<NodeType>::InsertAfter(NodeType* pos) { in InsertAfter() function
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | ilist_node.h | 71 inline void InsertAfter(NodeType* pos); 185 inline void IntrusiveNodeBase<NodeType>::InsertAfter(NodeType* pos) { in InsertAfter() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 128 SmallPtrSet<MachineInstr*, 8> InsertAfter; member in __anon324f98c90111::SSAIfConv 248 if (InsertAfter.insert(DefMI).second) in canSpeculateInstrs() 282 if (InsertAfter.count(&*I)) { in findInsertionPoint() 432 InsertAfter.clear(); in canConvertIf()
|
/external/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 128 SmallPtrSet<MachineInstr*, 8> InsertAfter; member in __anonab7bea710111::SSAIfConv 248 if (InsertAfter.insert(DefMI).second) in canSpeculateInstrs() 281 if (InsertAfter.count(&*I)) { in findInsertionPoint() 431 InsertAfter.clear(); in canConvertIf()
|
/external/clang/include/clang/Rewrite/Core/ |
D | RewriteBuffer.h | 66 bool InsertAfter = true);
|
D | Rewriter.h | 95 bool InsertAfter = true, bool indentNewLines = false);
|
/external/libchrome/base/containers/ |
D | linked_list.h | 114 void InsertAfter(LinkNode<T>* e) { in InsertAfter() function
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 3197 ItemType* InsertAfter(ItemType* pItem); 3200 ItemType* InsertAfter(ItemType* pItem, const T& value); 3398 VmaListItem<T>* VmaRawList<T>::InsertAfter(ItemType* pItem) in InsertAfter() function 3432 VmaListItem<T>* VmaRawList<T>::InsertAfter(ItemType* pItem, const T& value) in InsertAfter() function 3434 ItemType* const newItem = InsertAfter(pItem); in InsertAfter()
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 3197 ItemType* InsertAfter(ItemType* pItem); 3200 ItemType* InsertAfter(ItemType* pItem, const T& value); 3398 VmaListItem<T>* VmaRawList<T>::InsertAfter(ItemType* pItem) in InsertAfter() function 3432 VmaListItem<T>* VmaRawList<T>::InsertAfter(ItemType* pItem, const T& value) in InsertAfter() function 3434 ItemType* const newItem = InsertAfter(pItem); in InsertAfter()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 3823 Instruction *InsertAfter = cast<Instruction>(BuildVectorSlice.back()); in tryToVectorizeList() local 3826 IRBuilder<NoFolder> Builder(InsertAfter->getParent(), in tryToVectorizeList() 3827 ++BasicBlock::iterator(InsertAfter)); in tryToVectorizeList() 3835 InsertAfter = I; in tryToVectorizeList()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 240 bool InsertAfter = true) { in InsertText() argument 242 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()
|
D | RewriteModernObjC.cpp | 289 bool InsertAfter = true) { in InsertText() argument 291 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || in InsertText()
|