/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/ |
H A D | array.d | 41 arr.insertBefore(arr[1..$], 1); 879 size_t insertBefore(Stuff)(Range r, Stuff stuff) 896 size_t insertBefore(Stuff)(Range r, Stuff stuff) 936 alias stableInsertBefore = insertBefore; 963 return result + insertBefore(r, stuff); 981 insertBefore(r, stuff); 1174 assert(a.insertBefore(r, 42) == 1); 1177 assert(a.insertBefore(r, [8, 9]) == 2); 1275 a.insertBefore(a[], 1); 1282 a.insertBefore(a[], [1, 2]); [all …]
|
H A D | dlist.d | 480 size_t insertBefore(Stuff)(Range r, Stuff stuff) in DList() 492 alias stableInsertBefore = insertBefore; in DList() 902 dl.insertBefore(dl[], "e"); // insert at the front 906 dl.insertBefore(dlr, "c"); // insert before "b"
|
H A D | package.d | 1082 size_t insertBefore(Stuff)(Range r, Stuff stuff) in TotalContainer()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/ |
H A D | array.d | 96 arr.insertBefore(arr[1..$], 1); 1044 size_t insertBefore(Stuff)(Range r, Stuff stuff) 1062 size_t insertBefore(Stuff)(Range r, Stuff stuff) 1103 alias stableInsertBefore = insertBefore; 1132 return result + insertBefore(r, stuff); 1150 insertBefore(r, stuff); 1351 assert(a.insertBefore(r, 42) == 1); 1354 assert(a.insertBefore(r, [8, 9]) == 2); 1455 a.insertBefore(a[], 1); 1462 a.insertBefore(a[], [1, 2]); [all …]
|
H A D | dlist.d | 486 size_t insertBefore(Stuff)(Range r, Stuff stuff) 498 alias stableInsertBefore = insertBefore; 978 dl.insertBefore(dl[], "e"); // insert at the front 982 dl.insertBefore(dlr, "c"); // insert before "b"
|
H A D | package.d | 1077 size_t insertBefore(Stuff)(Range r, Stuff stuff) in TotalContainer()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | CallPromotionUtils.cpp | 303 NewInst->insertBefore(ThenTerm); in versionCallSite() 313 NewBitCast->insertBefore(ThenTerm); in versionCallSite() 324 NewRet->insertBefore(ThenTerm); in versionCallSite() 349 NewInst->insertBefore(ThenTerm); in versionCallSite()
|
H A D | LoopRotationUtils.cpp | 468 C->insertBefore(LoopEntryBranch); in rotateLoop() 507 NewNAD->insertBefore(NewHeaderInsertionPoint); in rotateLoop()
|
H A D | AssumeBundleBuilder.cpp | 300 Intr->insertBefore(I); in salvageKnowledge() 505 MergedAssume->insertBefore(InsertPt); in mergeRange()
|
H A D | LoopVersioning.cpp | 84 I->insertBefore(RuntimeCheckBB->getTerminator()); in versionLoop()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/ |
H A D | RewriteObjCFoundationAPI.cpp | 276 commit.insertBefore(LocBeforeVal, "] = "); in rewriteToDictionarySubscriptSet() 279 commit.insertBefore(LocBeforeVal, "["); in rewriteToDictionarySubscriptSet() 512 commit.insertBefore(ValRange.getBegin(), ": "); in rewriteToDictionaryLiteral() 516 commit.insertBefore(ValRange.getBegin(), "@{"); in rewriteToDictionaryLiteral() 960 commit.insertBefore(Range.getBegin(), "(id)"); in objectifyExpr() 1113 commit.insertBefore(ArgRange.getBegin(), "@"); in rewriteToNumericBoxedExpression() 1152 commit.insertBefore(ArgRange.getBegin(), "@"); in doRewriteToUTF8StringBoxedExpressionHelper()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | CallSiteSplitting.cpp | 227 Copy->insertBefore(Before); in cloneInstForMustTail() 381 CallPN->insertBefore(OriginalBegin); in splitCallSite() 405 NewPN->insertBefore(&*TailBB->begin()); in splitCallSite()
|
H A D | MergedLoadStoreMotion.cpp | 260 SNew->insertBefore(&*InsertPt); in sinkStoresAndGEPs() 261 ANew->insertBefore(SNew); in sinkStoresAndGEPs()
|
H A D | TailRecursionElimination.cpp | 718 AccRecInstrNew->insertBefore(RI); in cleanupAndFinalize() 745 AccRecInstrNew->insertBefore(SI); in cleanupAndFinalize()
|
H A D | LoopInterchange.cpp | 1339 NewI->insertBefore(NewLatch->getFirstNonPHI()); in transform() 1426 I->insertBefore(BB2->getTerminator()); in swapBBContents() 1539 NewPhi->insertBefore(InnerLatch->getFirstNonPHI()); in moveLCSSAPhis()
|
H A D | LoopSink.cpp | 239 IC->insertBefore(&*N->getFirstInsertionPt()); in sinkInstruction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | ilist_base.h | 76 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore() function
|
H A D | simple_ilist.h | 160 list_base_type::insertBefore(*I.getNodePtr(), *this->getNodePtr(&Node)); in insert()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 275 commit.insertBefore(receiver->getBeginLoc(), "("); in rewriteToPropertyDotSyntax() 1263 commit.insertBefore(OM->getEndLoc(), " NS_RETURNS_INNER_POINTER"); in migrateNsReturnsInnerPointer() 1275 commit.insertBefore(P->getEndLoc(), " NS_RETURNS_INNER_POINTER "); in migratePropertyNsReturnsInnerPointer() 1401 commit.insertBefore(FirstFD->getBeginLoc(), PragmaString); in AnnotateImplicitBridging() 1491 commit.insertBefore(pd->getLocation(), "CF_CONSUMED "); in AddCFAnnotations() 1497 commit.insertBefore(pd->getLocation(), "NS_CONSUMED "); in AddCFAnnotations() 1603 commit.insertBefore(MethodDecl->getEndLoc(), AnnotationString); in AddCFAnnotations() 1617 commit.insertBefore(pd->getLocation(), "CF_CONSUMED "); in AddCFAnnotations() 1645 commit.insertBefore(MethodDecl->getEndLoc(), " NS_CONSUMES_SELF"); in migrateAddMethodAnnotation()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonOptimizeSZextends.cpp | 86 SI->insertBefore(First); in runOnFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanTransforms.cpp | 88 NewRecipe->insertBefore(Ingredient); in VPInstructionsToVPRecipes()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Edit/ |
H A D | Commit.h | 78 bool insertBefore(SourceLocation loc, StringRef text) { in insertBefore() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/ |
H A D | RewriteRule.h | 197 inline ASTEdit insertBefore(RangeSelector S, TextGenerator Replacement) { in insertBefore() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | PoisonChecking.cpp | 273 NewPHI->insertBefore(OldPHI); in rewrite()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build/share/scan-build/ |
H A D | sorttable.js | 48 table.insertBefore(the,table.firstChild);
|