Home
last modified time | relevance | path

Searched refs:Inserts (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransformActions.cpp109 InsertsMap Inserts; member in __anonb22c52370111::TransformActionsImpl
516 Inserts[FullSourceLoc(loc, SM)].push_back(text); in addInsertion()
524 Inserts.erase(Inserts.upper_bound(newRange.Begin), in addRemoval()
525 Inserts.lower_bound(newRange.End)); in addRemoval()
558 for (InsertsMap::iterator I = Inserts.begin(), E = Inserts.end(); I!=E; ++I) { in applyRewrites()
/external/llvm/test/CodeGen/X86/
Dvec_ins_extract-1.ll3 ; Inserts and extracts with variable indices must be lowered
/external/llvm/test/Transforms/ScalarRepl/
Dcrash.ll264 ; to the alloca think they were also dynamic. Inserts and extracts created to
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas6011 Inserts, PrevInserts, PrevReplaces: IList<IRewriteOperation>;
6024 Inserts := GetKindOfOps(Rewrites, IInsertBeforeOp, I);
6025 for J := 0 to Inserts.Count - 1 do
6027 IOp := Inserts[J] as IInsertBeforeOp;
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DTokenRewriteStream.as269 * overlapping replaces that are not completed nested). Inserts to
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRTokenRewriteStream.m512 * overlapping replaces that are not completed nested). Inserts to
/external/llvm/docs/
DProgrammersManual.rst1940 pb->getInstList().insert(pi, newInst); // Inserts newInst before pi in pb