| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | LineTable.h | 119 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 D | Range.h | 86 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 D | utils.hpp | 53 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 D | operations.hpp | 49 template< typename Collection > 50 std::string join(const Collection&, const std::string&);
|
| H A D | operations.ipp | 46 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 D | CheckerRegistryData.h | 179 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 D | frontends.texi | 9 @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 D | gccint.texi | 13 @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 D | gcc.texi | 27 @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 D | frontends.texi | 9 @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 D | gccint.texi | 13 @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 D | gcc.texi | 27 @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 D | README | 1 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 D | README | 1 This directory contains the GNU Compiler Collection (GCC). 3 The GNU Compiler Collection is free software. See the files whose
|
| H A D | COPYING.RUNTIME | 29 "GCC" means a version of the GNU Compiler Collection, with or without
|
| /netbsd-src/external/mpl/dhcp/dist/doc/ |
| H A D | References.txt | 10 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 D | CheckerRegistry.cpp | 391 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 D | InputFile.cpp | 381 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 D | qt | 7 0 string \<!DOCTYPE\040RCC\> Qt Resource Collection file
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
| H A D | xray-graph-diff.cpp | 296 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 D | plugin.def | 47 /* Called at start of GCC Garbage Collection. */
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | plugin.def | 47 /* Called at start of GCC Garbage Collection. */
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/include/ |
| H A D | funding.texi | 46 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 D | funding.texi | 46 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 D | llvm-cxxdump.cpp | 108 std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) { in collectRelocationOffsets() argument 120 Collection[std::make_pair(SymName, Offset - SymOffset)] = *RelocSymName; in collectRelocationOffsets()
|