Home
last modified time | relevance | path

Searched refs:Collection (Results 1 – 25 of 40) sorted by relevance

12

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDRangeMap.h189 typedef llvm::SmallVector<Entry, N> Collection; typedef
228 typename Collection::const_iterator pos, end, prev; in IsSorted()
249 typename Collection::iterator pos; in CombineConsecutiveRanges()
250 typename Collection::iterator end; in CombineConsecutiveRanges()
251 typename Collection::iterator prev; in CombineConsecutiveRanges()
268 Collection minimal_ranges; in CombineConsecutiveRanges()
314 typename Collection::iterator pos, end; in Slide()
383 typename Collection::const_iterator begin = m_entries.begin(); in FindEntryIndexThatContains()
384 typename Collection::const_iterator end = m_entries.end(); in FindEntryIndexThatContains()
385 … typename Collection::const_iterator pos = std::lower_bound (begin, end, entry, BaseLessThan); in FindEntryIndexThatContains()
[all …]
/NextBSD/contrib/atf/atf-c++/
Dutils.hpp49 template< typename Collection >
51 grep_collection(const std::string& regexp, const Collection& collection) in grep_collection()
53 for (typename Collection::const_iterator iter = collection.begin(); in grep_collection()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Utility/
HDRegisterNumber.h60 typedef std::map<lldb::RegisterKind, uint32_t> Collection; typedef
65 Collection m_kind_regnum_map;
/NextBSD/contrib/gcc/doc/
HDfrontends.texi10 @cindex GNU Compiler Collection
16 GCC stands for ``GNU Compiler Collection''. GCC is an integrated
21 current official meaning is ``GNU Compiler Collection'', which refers
HDgcc.texi27 @settitle Using the GNU Compiler Collection (GCC)
67 * gcc: (gcc). The GNU Compiler Collection.
77 @title Using the GNU Compiler Collection
123 Introduction, gccint, GNU Compiler Collection (GCC) Internals}.
HDgccint.texi13 @settitle GNU Compiler Collection (GCC) Internals
53 * gccint: (gccint). Internals of the GNU Compiler Collection.
63 @title GNU Compiler Collection Internals
83 Compiler Collection (GCC)}.
/NextBSD/tools/tools/tinybsd/conf/firewall/
HDtinybsd.ports2 # Here you can add the applications from the FreeBSD Ports Collection which you
/NextBSD/tools/tools/tinybsd/conf/vpn/
HDtinybsd.ports2 # Here you can add the applications from the FreeBSD Ports Collection which you
/NextBSD/tools/tools/tinybsd/conf/wireless/
HDtinybsd.ports2 # Here you can add the applications from the FreeBSD Ports Collection which you
/NextBSD/tools/tools/tinybsd/conf/default/
HDtinybsd.ports2 # Here you can add the applications from the FreeBSD Ports Collection which you
/NextBSD/tools/tools/tinybsd/conf/minimal/
HDtinybsd.ports2 # Here you can add the applications from the FreeBSD Ports Collection which you
/NextBSD/tools/tools/tinybsd/conf/bridge/
HDtinybsd.ports2 # Here you can add the applications from the FreeBSD Ports Collection which you
/NextBSD/tools/tools/tinybsd/conf/wrap/
HDtinybsd.ports2 # Here you can add the applications from the FreeBSD Ports Collection which you
/NextBSD/contrib/file/magic/Magdir/
HDqt7 0 string \<!DOCTYPE\040RCC\> Qt Resource Collection file
/NextBSD/tools/tools/portsinfo/
HDportsinfo.sh22 The FreeBSD Ports Collection offers a simple way for users and
/NextBSD/contrib/llvm/tools/lldb/source/Utility/
HDRegisterNumber.cpp126 Collection::iterator iter = m_kind_regnum_map.find (kind); in GetAsKind()
/NextBSD/contrib/gcc/doc/include/
HDfunding.texi46 ports such as adding a new CPU to the GNU Compiler Collection contribute more;
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseStmt.cpp1501 ExprResult Collection; in ParseForStatement() local
1574 Collection = ParseExpression(); in ParseForStatement()
1602 Collection = ParseExpression(); in ParseForStatement()
1687 Collection.get(), in ParseForStatement()
/NextBSD/contrib/llvm/tools/llvm-cxxdump/
HDllvm-cxxdump.cpp116 std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) { in collectRelocationOffsets() argument
129 Collection[std::make_pair(SymName, Offset - SymOffset)] = *RelocSymName; in collectRelocationOffsets()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjC.cpp1483 llvm::Value *Collection; in EmitObjCForCollectionStmt() local
1485 Collection = EmitARCRetainScalarExpr(S.getCollection()); in EmitObjCForCollectionStmt()
1488 EmitObjCConsumeObject(S.getCollection()->getType(), Collection); in EmitObjCForCollectionStmt()
1490 Collection = EmitScalarExpr(S.getCollection()); in EmitObjCForCollectionStmt()
1520 Collection, Args); in EmitObjCForCollectionStmt()
1584 Builder.CreateBitCast(Collection, in EmitObjCForCollectionStmt()
1692 Collection, Args); in EmitObjCForCollectionStmt()
/NextBSD/release/doc/
HDREADME19 port in the Ports Collection.
/NextBSD/contrib/llvm/include/llvm/IR/
HDIntrinsics.td256 //===------------------- Garbage Collection Intrinsics --------------------===//
543 //===------------------------ Garbage Collection Intrinsics ---------------===//
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDLangOptions.def200 ENUM_LANGOPT(GC, GCMode, 2, NonGC, "Objective-C Garbage Collection mode")
/NextBSD/tools/tools/tinybsd/
HDREADME72 tinybsd.ports: Here you can add the applications from the FreeBSD Ports Collection
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmt.cpp1911 static bool ObjCEnumerationCollection(Expr *Collection) { in ObjCEnumerationCollection() argument
1912 return !Collection->isTypeDependent() in ObjCEnumerationCollection()
1913 && Collection->getType()->getAs<ObjCObjectPointerType>() != nullptr; in ObjCEnumerationCollection()

12