Searched refs:collection (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/usr.bin/csup/
H A Dparse.y62 | collection
70 collection
/freebsd-9.3-release/lib/libusbhid/
H A Dusbhid.h67 int32_t collection; member in struct:hid_item
H A Dparse.c346 c->collection = dval;
355 case 12: /* End collection */
358 /* Invalid end collection. */
435 /* set last usage, in case of a collection */
/freebsd-9.3-release/tools/tools/portsinfo/
H A Dportsinfo.sh32 For more information about using ports, see the ports collection
/freebsd-9.3-release/sys/dev/usb/
H A Dusbhid.h214 int32_t collection; member in struct:hid_item
H A Dusb_hid.c377 c->collection = dval;
386 case 12: /* End collection */
389 DPRINTFN(0, "invalid end collection\n");
477 /* set last usage, in case of a collection */
878 else if (hi.collection == 1 &&
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp1568 /// In an Objective C collection iteration statement:
1586 Sema::CheckObjCForCollectionOperand(SourceLocation forLoc, Expr *collection) { argument
1587 if (!collection)
1591 if (collection->isTypeDependent()) return Owned(collection);
1594 ExprResult result = DefaultFunctionArrayLvalueConversion(collection);
1597 collection = result.take();
1602 collection->getType()->getAs<ObjCObjectPointerType>();
1605 << collection->getType() << collection
1657 ActOnObjCForCollectionStmt(SourceLocation ForLoc, Stmt *First, Expr *collection, SourceLocation RParenLoc) argument
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtracepoint.c154 static void add_register (struct collection_list *collection,
1139 /* Add a register to a collection list */
1141 add_register (struct collection_list *collection, unsigned int regno) argument
1145 if (regno > (8 * sizeof (collection->regs_mask)))
1148 collection->regs_mask[regno / 8] |= 1 << (regno % 8);
1151 /* Add a memrange to a collection list */
1181 /* Add a symbol to a collection list */
1290 /* Add all locals (or args) symbols to collection list */
1359 /* reduce a collection list to string form (for gdb protocol) */
2529 /* The collection action
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1578 : CFRefBug("-dealloc called while using garbage collection") {}
1581 return "-dealloc called while using garbage collection";
1731 GCModeDescription = "Code is compiled to only use garbage collection";
1741 GCModeDescription = "Code is compiled to use either garbage collection "
1746 GCModeDescription = "Code is compiled to use either garbage collection "
1992 os << " The object is not eligible for garbage collection until "
2238 << "' is potentially leaked when using garbage collection. Callers "
2302 os << "(when using garbage collection) ";
2406 "garbage collection"));
2412 "garbage collection (G
[all...]
/freebsd-9.3-release/usr.bin/usbhidctl/
H A Dusbhid.c248 hid_collection_type(h.collection),
253 printf("End collection\n");
/freebsd-9.3-release/share/mk/
H A Dsys.mk9 # MACHINE_CPUARCH defines a collection of MACHINE_ARCH. Machines with
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY428 Fix insertion/appending of rules that use a collection number
659 split the parser into a collection of dictionaries so that keywords do
1258 increase useful statistic collection on solaris
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipf_y.y220 xx collection action
221 | xx insert collection action
263 collection: label
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2919 Expr *collection);
2921 Stmt *First, Expr *collection,
/freebsd-9.3-release/contrib/gcc/
H A Dconfigure875 enable compiler's code coverage collection.
937 --with-gc={page,zone} choose the garbage collection mechanism to use
6959 # Enable code coverage collection
16119 echo "Using $GGC for garbage collection."

Completed in 202 milliseconds