Searched refs:coll (Results 1 – 8 of 8) sorted by relevance
4 ; RUN: opt -module-summary %p/Inputs/thin1.ll -o %t1/t.coll.o5 ; RUN: opt -module-summary %p/Inputs/thin2.ll -o %t2/t.coll.o8 ; RUN: llvm-ar rcs %t.a %t1/t.coll.o %t2/t.coll.o14 ; RUN: llvm-ar rcS %t.a %t1/t.coll.o %t2/t.coll.o
24 bool VMRange::ContainsValue(const VMRange::collection &coll, in ContainsValue() argument26 return llvm::any_of(coll, in ContainsValue()30 bool VMRange::ContainsRange(const VMRange::collection &coll, in ContainsRange() argument32 return llvm::any_of(coll, in ContainsRange()
44 void foo(Collection *coll) {46 for (Item *item in coll) {}57 // CHECK-NEXT: `-DeclRefExpr {{.*}} 'Collection *' lvalue ParmVar {{.*}} 'coll' 'Collection *'63 // CHECK-NEXT: `-DeclRefExpr {{.*}} 'Collection *' lvalue ParmVar {{.*}} 'coll' 'Collection *'69 // CHECK-NEXT: `-DeclRefExpr {{.*}} 'Collection *' lvalue ParmVar {{.*}} 'coll' 'Collection *'
23 void foo(Collection *coll) {25 for (Item *item in coll) {}
140 …G-SIMPLE-NEXT: <script>var coll = document.getElementsByClassName("collapsible");var i;for (i = 0;…156 …C-FILTER-NEXT: <script>var coll = document.getElementsByClassName("collapsible");var i;for (i = 0;…173 …OD-SCOPE-NEXT: <script>var coll = document.getElementsByClassName("collapsible");var i;for (i = 0;…190 …ULT-FUNC-NEXT: <script>var coll = document.getElementsByClassName("collapsible");var i;for (i = 0;…207 …R-PASSES-NEXT: <script>var coll = document.getElementsByClassName("collapsible");var i;for (i = 0;…228 …T-PASSES-NEXT: <script>var coll = document.getElementsByClassName("collapsible");var i;for (i = 0;…246 …C-PASSES-NEXT: <script>var coll = document.getElementsByClassName("collapsible");var i;for (i = 0;…265 …TER-FUNC-NEXT: <script>var coll = document.getElementsByClassName("collapsible");var i;for (i = 0;…272 …T-SIMPLE-NEXT: <script>var coll = document.getElementsByClassName("collapsible");var i;for (i = 0;…277 …C-FILTER-NEXT: <script>var coll = document.getElementsByClassName("collapsible");var i;for (i = 0;…[all …]
13 - (void) iterate: (id) coll;44 - (void) iterate: (id) coll {46 while (cur = [coll nextObject]) {
140 void test(TestColl coll) { in test() argument141 for (auto lv : coll) { in test()
84 static bool ContainsValue(const VMRange::collection &coll,87 static bool ContainsRange(const VMRange::collection &coll,