| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | RangeMap.h | 184 typename Collection::iterator pos; in CombineConsecutiveRanges() 185 typename Collection::iterator end; in CombineConsecutiveRanges() 201 Collection minimal_ranges; in CombineConsecutiveRanges() 338 Collection m_entries; 433 Collection minimal_ranges; in CombineConsecutiveRanges() 595 Collection m_entries; 671 typename Collection::iterator pos; in CombineConsecutiveEntriesWithEqualData() 672 typename Collection::iterator end; in CombineConsecutiveEntriesWithEqualData() 688 Collection minimal_ranges; in CombineConsecutiveEntriesWithEqualData() 827 Collection m_entries; [all …]
|
| /freebsd-12.1/contrib/atf/atf-c++/ |
| H A 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()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | RegisterNumber.h | 53 typedef std::map<lldb::RegisterKind, uint32_t> Collection; typedef 58 Collection m_kind_regnum_map;
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | 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
|
| H A D | 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)}.
|
| H A D | 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}.
|
| /freebsd-12.1/tools/tools/tinybsd/conf/wrap/ |
| H A D | tinybsd.ports | 2 # Here you can add the applications from the FreeBSD Ports Collection which you
|
| /freebsd-12.1/tools/tools/tinybsd/conf/bridge/ |
| H A D | tinybsd.ports | 2 # Here you can add the applications from the FreeBSD Ports Collection which you
|
| /freebsd-12.1/tools/tools/tinybsd/conf/vpn/ |
| H A D | tinybsd.ports | 2 # Here you can add the applications from the FreeBSD Ports Collection which you
|
| /freebsd-12.1/tools/tools/tinybsd/conf/wireless/ |
| H A D | tinybsd.ports | 2 # Here you can add the applications from the FreeBSD Ports Collection which you
|
| /freebsd-12.1/tools/tools/tinybsd/conf/minimal/ |
| H A D | tinybsd.ports | 2 # Here you can add the applications from the FreeBSD Ports Collection which you
|
| /freebsd-12.1/tools/tools/tinybsd/conf/default/ |
| H A D | tinybsd.ports | 2 # Here you can add the applications from the FreeBSD Ports Collection which you
|
| /freebsd-12.1/tools/tools/tinybsd/conf/firewall/ |
| H A D | tinybsd.ports | 2 # Here you can add the applications from the FreeBSD Ports Collection which you
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | qt | 7 0 string \<!DOCTYPE\040RCC\> Qt Resource Collection file
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | InputFile.cpp | 377 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection() local 384 Collection = in getOrCreateTypeCollection() 386 return *Collection; in getOrCreateTypeCollection()
|
| /freebsd-12.1/tools/tools/portsinfo/ |
| H A D | portsinfo.sh | 22 The FreeBSD Ports Collection offers a simple way for users and
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | RegisterNumber.cpp | 90 Collection::iterator iter = m_kind_regnum_map.find(kind); in GetAsKind()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-xray/ |
| H A D | xray-graph-diff.cpp | 310 template <typename T> static bool containsNullptr(const T &Collection) { in containsNullptr() argument 311 for (const auto &E : Collection) in containsNullptr()
|
| /freebsd-12.1/contrib/gcc/doc/include/ |
| H A D | funding.texi | 46 ports such as adding a new CPU to the GNU Compiler Collection contribute more;
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | JSON.h | 162 template <typename Collection> explicit Array(const Collection &C) { in Array()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-cxxdump/ |
| H A D | llvm-cxxdump.cpp | 104 std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) { in collectRelocationOffsets() argument 116 Collection[std::make_pair(SymName, Offset - SymOffset)] = *RelocSymName; in collectRelocationOffsets()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 1607 ExprResult Collection; in ParseForStatement() local 1687 Collection = ParseExpression(); in ParseForStatement() 1715 Collection = ParseExpression(); in ParseForStatement() 1830 Collection.get(), in ParseForStatement()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 1609 llvm::Value *Collection; in EmitObjCForCollectionStmt() local 1611 Collection = EmitARCRetainScalarExpr(S.getCollection()); in EmitObjCForCollectionStmt() 1614 EmitObjCConsumeObject(S.getCollection()->getType(), Collection); in EmitObjCForCollectionStmt() 1616 Collection = EmitScalarExpr(S.getCollection()); in EmitObjCForCollectionStmt() 1647 FastEnumSel, Collection, Args); in EmitObjCForCollectionStmt() 1713 Builder.CreateBitCast(Collection, in EmitObjCForCollectionStmt() 1821 FastEnumSel, Collection, Args); in EmitObjCForCollectionStmt()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 1673 if (const Stmt *Collection = S->getCollection()) in VisitObjCForCollectionStmt() local 1674 Visit(Collection); in VisitObjCForCollectionStmt() 2054 static bool ObjCEnumerationCollection(Expr *Collection) { in ObjCEnumerationCollection() argument 2055 return !Collection->isTypeDependent() in ObjCEnumerationCollection() 2056 && Collection->getType()->getAs<ObjCObjectPointerType>() != nullptr; in ObjCEnumerationCollection()
|
| /freebsd-12.1/tools/tools/tinybsd/ |
| H A D | README | 72 tinybsd.ports: Here you can add the applications from the FreeBSD Ports Collection
|