Home
last modified time | relevance | path

Searched full:collect (Results 1 – 25 of 1101) sorted by relevance

12345678910>>...45

/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DDirectoryScanner.h46 /// 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 DVisitor.h39 /// 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 Dcollect.c16 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 DTRACEFLAGS41 30 collect.c collect
42 30 collect.c eatfrom
104 83 collect.c timeout
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.h11 // 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 DDebugify.h68 /// 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 Dppccpuid.pl219 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 Dc64xpluscpuid.pl197 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 DExtractAPIVisitor.h129 /// 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 Dlibc_exit_test.c74 "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 DDXILResource.cpp25 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 DDXILResourceAnalysis.cpp24 R.collect(M); in run()
44 Resources.collect(M); in runOnModule()
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dfile.h690 * 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 DCGDebugInfo.h266 /// 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 DCXXInheritance.cpp504 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 DStmtObjC.cpp20 ObjCForCollectionStmt::ObjCForCollectionStmt(Stmt *Elem, Expr *Collect, in ObjCForCollectionStmt() argument
25 SubExprs[COLLECTION] = Collect; in ObjCForCollectionStmt()
/freebsd/lib/libc/gmon/
H A Dmoncontrol.349 automatically includes calls to collect statistics for the
76 may selectively collect profiling statistics by calling
/freebsd/sys/geom/
H A Dgeom_int.h42 #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 DModuleSymbolTable.h52 /// 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 Dgetarg.339 .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 DReachingDefAnalysis.h197 /// 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 DStatistics.cpp204 /// 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 Ddbg-tlv.h83 * @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 DStatistics.h230 // 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 Dar5416_cal.h52 uint32_t calNumSamples; /* # SW samples to collect */
53 uint32_t calCountMax; /* # HW samples to collect */

12345678910>>...45