Home
last modified time | relevance | path

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

123456

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h119 typedef std::vector<gsym::LineEntry> Collection; typedef
120 Collection Lines; ///< All line entries in the line table.
223 Collection::const_iterator begin() const { return Lines.begin(); } in begin()
224 Collection::const_iterator end() const { return Lines.end(); } in end()
H A DRange.h86 using Collection = std::vector<AddressRange>;
87 Collection Ranges;
103 Collection::const_iterator begin() const { return Ranges.begin(); } in begin()
104 Collection::const_iterator end() const { return Ranges.end(); } in end()
/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dutils.hpp53 template< typename Collection >
55 grep_collection(const std::string& regexp, const Collection& collection) in grep_collection()
57 for (typename Collection::const_iterator iter = collection.begin(); in grep_collection()
/netbsd-src/external/bsd/kyua-cli/dist/utils/text/
H A Doperations.hpp49 template< typename Collection >
50 std::string join(const Collection&, const std::string&);
H A Doperations.ipp46 template< typename Collection >
48 utils::text::join(const Collection& strings, const std::string& delimiter)
52 for (typename Collection::const_iterator iter = strings.begin();
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h179 binaryFind(CheckerOrPackageInfoList &Collection, StringRef FullName) { in binaryFind() argument
184 assert(llvm::is_sorted(Collection, CheckerOrPackageFullNameLT{}) && in binaryFind()
188 return llvm::lower_bound(Collection, CheckerOrPackage(FullName), in binaryFind()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dfrontends.texi9 @cindex GNU Compiler Collection
17 GCC stands for ``GNU Compiler Collection''. GCC is an integrated
23 current official meaning is ``GNU Compiler Collection'', which refers
H A Dgccint.texi13 @settitle GNU Compiler Collection (GCC) Internals
52 * gccint: (gccint). Internals of the GNU Compiler Collection.
62 @title GNU Compiler Collection Internals
85 Compiler Collection (GCC)}.
H A Dgcc.texi27 @settitle Using the GNU Compiler Collection (GCC)
66 * gcc: (gcc). The GNU Compiler Collection.
81 @title Using the GNU Compiler Collection
131 Introduction, gccint, GNU Compiler Collection (GCC) Internals}.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dfrontends.texi9 @cindex GNU Compiler Collection
17 GCC stands for ``GNU Compiler Collection''. GCC is an integrated
23 current official meaning is ``GNU Compiler Collection'', which refers
H A Dgccint.texi13 @settitle GNU Compiler Collection (GCC) Internals
52 * gccint: (gccint). Internals of the GNU Compiler Collection.
62 @title GNU Compiler Collection Internals
85 Compiler Collection (GCC)}.
H A Dgcc.texi27 @settitle Using the GNU Compiler Collection (GCC)
66 * gcc: (gcc). The GNU Compiler Collection.
81 @title Using the GNU Compiler Collection
131 Introduction, gccint, GNU Compiler Collection (GCC) Internals}.
/netbsd-src/external/gpl3/gcc/dist/
H A DREADME1 This directory contains the GNU Compiler Collection (GCC).
3 The GNU Compiler Collection is free software. See the files whose
/netbsd-src/external/gpl3/gcc.old/dist/
H A DREADME1 This directory contains the GNU Compiler Collection (GCC).
3 The GNU Compiler Collection is free software. See the files whose
H A DCOPYING.RUNTIME29 "GCC" means a version of the GNU Compiler Collection, with or without
/netbsd-src/external/mpl/dhcp/dist/doc/
H A DReferences.txt10 ISC DHCP References Collection
56 ISC DHCP References Collection January 2012
112 ISC DHCP References Collection January 2012
168 ISC DHCP References Collection January 2012
224 ISC DHCP References Collection January 2012
280 ISC DHCP References Collection January 2012
336 ISC DHCP References Collection January 2012
392 ISC DHCP References Collection January 2012
448 ISC DHCP References Collection January 2012
504 ISC DHCP References Collection January 2012
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp391 static void insertOptionToCollection(StringRef FullName, T &Collection, in insertOptionToCollection() argument
395 auto It = binaryFind(Collection, FullName); in insertOptionToCollection()
396 assert(It != Collection.end() && in insertOptionToCollection()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp381 TypeCollectionPtr &Collection = (Kind == kIds) ? Ids : Types; in getOrCreateTypeCollection() local
388 Collection = in getOrCreateTypeCollection()
390 return *Collection; in getOrCreateTypeCollection()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dqt7 0 string \<!DOCTYPE\040RCC\> Qt Resource Collection file
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-graph-diff.cpp296 template <typename T> static bool containsNullptr(const T &Collection) { in containsNullptr() argument
297 return llvm::is_contained(Collection, nullptr); in containsNullptr()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dplugin.def47 /* Called at start of GCC Garbage Collection. */
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dplugin.def47 /* Called at start of GCC Garbage Collection. */
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/include/
H A Dfunding.texi46 ports such as adding a new CPU to the GNU Compiler Collection contribute more;
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/include/
H A Dfunding.texi46 ports such as adding a new CPU to the GNU Compiler Collection contribute more;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp108 std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) { in collectRelocationOffsets() argument
120 Collection[std::make_pair(SymName, Offset - SymOffset)] = *RelocSymName; in collectRelocationOffsets()

123456