| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | RangeMap.h | 189 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++/ |
| D | utils.hpp | 49 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/ |
| HD | RegisterNumber.h | 60 typedef std::map<lldb::RegisterKind, uint32_t> Collection; typedef 65 Collection m_kind_regnum_map;
|
| /NextBSD/contrib/gcc/doc/ |
| HD | frontends.texi | 10 @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
|
| HD | gcc.texi | 27 @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}.
|
| HD | gccint.texi | 13 @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/ |
| HD | tinybsd.ports | 2 # Here you can add the applications from the FreeBSD Ports Collection which you
|
| /NextBSD/tools/tools/tinybsd/conf/vpn/ |
| HD | tinybsd.ports | 2 # Here you can add the applications from the FreeBSD Ports Collection which you
|
| /NextBSD/tools/tools/tinybsd/conf/wireless/ |
| HD | tinybsd.ports | 2 # Here you can add the applications from the FreeBSD Ports Collection which you
|
| /NextBSD/tools/tools/tinybsd/conf/default/ |
| HD | tinybsd.ports | 2 # Here you can add the applications from the FreeBSD Ports Collection which you
|
| /NextBSD/tools/tools/tinybsd/conf/minimal/ |
| HD | tinybsd.ports | 2 # Here you can add the applications from the FreeBSD Ports Collection which you
|
| /NextBSD/tools/tools/tinybsd/conf/bridge/ |
| HD | tinybsd.ports | 2 # Here you can add the applications from the FreeBSD Ports Collection which you
|
| /NextBSD/tools/tools/tinybsd/conf/wrap/ |
| HD | tinybsd.ports | 2 # Here you can add the applications from the FreeBSD Ports Collection which you
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | qt | 7 0 string \<!DOCTYPE\040RCC\> Qt Resource Collection file
|
| /NextBSD/tools/tools/portsinfo/ |
| HD | portsinfo.sh | 22 The FreeBSD Ports Collection offers a simple way for users and
|
| /NextBSD/contrib/llvm/tools/lldb/source/Utility/ |
| HD | RegisterNumber.cpp | 126 Collection::iterator iter = m_kind_regnum_map.find (kind); in GetAsKind()
|
| /NextBSD/contrib/gcc/doc/include/ |
| HD | funding.texi | 46 ports such as adding a new CPU to the GNU Compiler Collection contribute more;
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseStmt.cpp | 1501 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/ |
| HD | llvm-cxxdump.cpp | 116 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/ |
| HD | CGObjC.cpp | 1483 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/ |
| HD | README | 19 port in the Ports Collection.
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | Intrinsics.td | 256 //===------------------- Garbage Collection Intrinsics --------------------===// 543 //===------------------------ Garbage Collection Intrinsics ---------------===//
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | LangOptions.def | 200 ENUM_LANGOPT(GC, GCMode, 2, NonGC, "Objective-C Garbage Collection mode")
|
| /NextBSD/tools/tools/tinybsd/ |
| HD | README | 72 tinybsd.ports: Here you can add the applications from the FreeBSD Ports Collection
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaStmt.cpp | 1911 static bool ObjCEnumerationCollection(Expr *Collection) { in ObjCEnumerationCollection() argument 1912 return !Collection->isTypeDependent() in ObjCEnumerationCollection() 1913 && Collection->getType()->getAs<ObjCObjectPointerType>() != nullptr; in ObjCEnumerationCollection()
|