/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
H A D | DirectoryScanner.h | 46 /// Collect files for dylibs in usr/(local)/lib within directory. 49 /// Collect files for any frameworks within directory. 55 /// Collect multiple frameworks from directory. 58 /// Collect files from nested frameworks. 62 /// Collect files from framework path. 65 /// Collect header files from path. 70 /// Collect files from Version directories inside Framework directories.
|
H A D | Visitor.h | 39 /// Collect global variables. 42 /// Collect global functions. 45 /// Collect Objective-C Interface declarations. 50 /// Collect Objective-C Category/Extension declarations. 56 /// Collect global c++ declarations.
|
/freebsd/contrib/sendmail/src/ |
H A D | collect.c | 16 SM_RCSID("@(#)$Id: collect.c,v 8.287 2013-11-22 20:51:55 ca Exp $") 26 ** COLLECT_EOH -- end-of-header processing in collect() 28 ** Called by collect() when it encounters the blank line 61 sm_dprintf("collect: rscheck(\"check_eoh\", \"%s $| %s\")\n", 76 ** COLLECT_DOHEADER -- process header in collect() 78 ** Called by collect() after it has finished parsing the header, 175 ** Called by collect() after it has finished processing the header. 184 ** into which the message body will be written by collect(). 236 ** INCBUFLEN -- increase buflen for the header buffer in collect() 300 ** COLLECT -- read & parse message header & make temp file. [all …]
|
H A D | TRACEFLAGS | 41 30 collect.c collect 42 30 collect.c eatfrom 104 83 collect.c timeout
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFDeadCode.h | 11 // The main interface of this class are functions "collect" and "erase". 14 // instantiate an object, and then simply call "collect" and "erase", 16 // A more complex scenario would be to call "collect" first, then visit 38 bool collect();
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | Debugify.h | 68 /// Collect original debug information before a pass. 70 /// \param M The module to collect debug information from. 71 /// \param Functions A range of functions to collect debug information from. 82 /// \param M The module to collect debug information from. 83 /// \param Functions A range of functions to collect debug information from. 249 // Either apply -debugify/-check-debugify before/after each pass and collect in add() 250 // debug info loss statistics, or collect and check original debug info in in add()
|
/freebsd/crypto/openssl/crypto/ |
H A D | ppccpuid.pl | 219 mftb $lasttick # collect 1st tick 252 mftb $lasttick # collect 1st tick 261 mftb $tick # collect 1st diff 303 mfspr $lasttick,268 # collect 1st tick 336 mfspr $lasttick,268 # collect 1st tick 345 mfspr $tick,268 # collect 1st diff
|
H A D | c64xpluscpuid.pl | 197 MVC TSCL,B8 ; collect 1st tick 241 MVC TSCL,B8 ; collect 1st tick 256 MVC TSCL,B8 ; collect 1st diff
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | ExtractAPIVisitor.h | 129 /// Collect API information for the enum constants and associate with the 134 /// Collect API information for the Objective-C methods and associate with the 284 // Collect symbol information. in VisitVarDecl() 357 // Collect symbol information. in VisitFunctionDecl() 413 // Collect symbol information. in VisitEnumDecl() 432 // Now collect information about the enumerators in this enum. in VisitEnumDecl() 556 // Collect symbol information. in VisitRecordDecl() 873 // Collect symbol information. in VisitVarTemplateDecl() 917 // Collect symbol information. in VisitVarTemplateSpecializationDecl() 949 // Collect symbol information. in VisitVarTemplatePartialSpecializationDecl() [all …]
|
/freebsd/lib/libc/tests/stdlib/ |
H A D | libc_exit_test.c | 74 "expect to collect child process"); in ATF_TC_BODY() 102 "expect to collect child process"); in ATF_TC_BODY() 143 "expect to collect child process"); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILResource.cpp | 25 template <typename T> void ResourceTable<T>::collect(Module &M) { in collect() function in ResourceTable 36 template <> void ResourceTable<ConstantBuffer>::collect(Module &M) { in collect() function in ResourceTable 53 void Resources::collect(Module &M) { in collect() function in Resources 54 UAVs.collect(M); in collect() 55 CBuffers.collect(M); in collect()
|
H A D | DXILResourceAnalysis.cpp | 24 R.collect(M); in run() 44 Resources.collect(M); in runOnModule()
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | file.h | 690 * collect only monitor data 797 * @stop_threshold: the threshold above which to collect 818 * @stop_auth_denied: number of denied authentication to collect 819 * @stop_auth_timeout: number of authentication timeout to collect 820 * @stop_rx_deauth: number of Rx deauth before to collect 821 * @stop_tx_deauth: number of Tx deauth before to collect 822 * @stop_assoc_denied: number of denied association to collect 823 * @stop_assoc_timeout: number of association timeout to collect 824 * @stop_connection_loss: number of connection loss to collect
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.h | 266 /// A helper function to collect debug info for C++ member 273 /// A helper function to collect debug info for C++ base 299 /// A helper function to collect template parameters. 302 /// A helper function to collect debug info for function template 307 /// A helper function to collect debug info for function template 316 /// A helper function to collect debug info for template 321 /// A helper function to collect debug info for btf_decl_tag annotations. 395 /// A helper function to collect debug info for the default elements of a 404 /// A helper function to collect debug info for the default fields of a 766 /// Recursively collect all of the member fields of a global [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | CXXInheritance.cpp | 504 void Collect(const CXXRecordDecl *RD, bool VirtualBase, 511 void FinalOverriderCollector::Collect(const CXXRecordDecl *RD, in Collect() function in FinalOverriderCollector 529 Collect(BaseDecl, false, InVirtualSubobject, Overriders); in Collect() 533 // Collect all of the overridders from the base class subobject in Collect() 546 // Collect may cause VirtualOverriders to reallocate, invalidating the in Collect() 551 Collect(BaseDecl, true, BaseDecl, *MyVirtualOverriders); in Collect() 554 Collect(BaseDecl, false, InVirtualSubobject, ComputedBaseOverriders); in Collect() 644 Collector.Collect(this, false, nullptr, FinalOverriders); in getFinalOverriders()
|
H A D | StmtObjC.cpp | 20 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, in ObjCForCollectionStmt() argument 25 SubExprs[COLLECTION] = Collect; in ObjCForCollectionStmt()
|
/freebsd/lib/libc/gmon/ |
H A D | moncontrol.3 | 49 automatically includes calls to collect statistics for the 76 may selectively collect profiling statistics by calling
|
/freebsd/sys/geom/ |
H A D | geom_int.h | 42 #define G_STATS_PROVIDERS 1 /* Collect I/O stats for providers */ 43 #define G_STATS_CONSUMERS 2 /* Collect I/O stats for consumers */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ModuleSymbolTable.h | 52 /// Parse inline ASM and collect the symbols that are defined or referenced in 61 /// Parse inline ASM and collect the symvers directives that are defined in
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | getarg.3 | 39 .Nd collect command line options 186 to some application specific data. The parameters to the collect function are: 222 The collect function should return one of
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ReachingDefAnalysis.h | 197 /// For the given block, collect the instructions that use the live-in 203 /// Collect the users of the value stored in PhysReg, which is defined 207 /// Collect all possible definitions of the value stored in PhysReg, which is 219 /// killed by MI and collect those that would become dead.
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
H A D | Statistics.cpp | 204 /// Collect debug location statistics for one DIE. 271 /// Collect debug info quality metrics for one DIE. 418 // Collect PC range coverage data. in collectStatsForDie() 475 /// Recursively collect variables from subprogram with DW_AT_inline attribute. 494 /// Recursively collect debug info quality metrics. 572 // Skip over abstract origins, but collect variables in collectStatsRecursive() 764 /// Collect zero location coverage for inlined variables which refer to 809 /// Collect zero location coverage for inlined variables which refer to 848 /// Collect debug info quality metrics for an entire DIContext. 899 // Collect all CrossCU references into CrossCUReferencesToBeResolved. in collectStatsForObjectFile() [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | dbg-tlv.h | 83 * @fid: fifos ids array. Used to determine what fifos to collect 84 * @hdr_only: if non zero, collect only the registers 238 * Trigger that upon firing, determines what regions to collect 250 * @regions_mask: mask of regions to collect
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Statistics.h | 230 // Collecting stats can be set to true to collect stats that are expensive 231 // to collect. By default all stats that are cheap to collect are enabled.
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_cal.h | 52 uint32_t calNumSamples; /* # SW samples to collect */ 53 uint32_t calCountMax; /* # HW samples to collect */
|