/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ModuleDependencyCollector.cpp | 28 ModuleDependencyCollector &Collector; member in __anon7cd928b50111::ModuleDependencyListener 31 ModuleDependencyListener(ModuleDependencyCollector &Collector, in ModuleDependencyListener() argument 33 : Collector(Collector), FileMgr(FileMgr) {} in ModuleDependencyListener() 42 Collector.addFile(Filename); in visitInputFile() 48 ModuleDependencyCollector &Collector; member 50 ModuleDependencyPPCallbacks(ModuleDependencyCollector &Collector, in ModuleDependencyPPCallbacks() 52 : Collector(Collector), SM(SM) {} in ModuleDependencyPPCallbacks() 63 Collector.addFile(File->getName()); in InclusionDirective() 68 ModuleDependencyCollector &Collector; member 69 ModuleDependencyMMCallbacks(ModuleDependencyCollector &Collector) in ModuleDependencyMMCallbacks() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | FileCollector.cpp | 260 std::shared_ptr<FileCollector> Collector) in FileCollectorFileSystem() argument 261 : FS(std::move(FS)), Collector(std::move(Collector)) {} in FileCollectorFileSystem() 266 Collector->addFile(Path); in status() 274 Collector->addFile(Path); in openFileForRead() 280 return Collector->addDirectoryImpl(Dir, FS, EC); in dir_begin() 287 Collector->addFile(Path); in getRealPath() 289 Collector->addFile(Output); in getRealPath() 308 std::shared_ptr<FileCollector> Collector; member in llvm::FileCollectorFileSystem 315 std::shared_ptr<FileCollector> Collector) { in createCollectorVFS() argument 316 return new FileCollectorFileSystem(std::move(BaseFS), std::move(Collector)); in createCollectorVFS()
|
/freebsd/usr.bin/ctlstat/ |
H A D | ctlstat.c | 398 #define CTLSTAT_PROMETHEUS_LOOP(field, collector) \ argument 410 if (strcmp(collector, "port") == 0 && \ 418 collector, collector, \ 424 #define CTLSTAT_PROMETHEUS_TIMELOOP(field, collector) \ argument 438 if (strcmp(collector, "port") == 0 && \ 448 collector, collector, \ 555 const char *collector; in ctlstat_prometheus() local 590 collector = ports ? "port" : "lun"; in ctlstat_prometheus() 593 "# TYPE iscsi_%s_bytes counter\n", collector, collector); in ctlstat_prometheus() 594 CTLSTAT_PROMETHEUS_LOOP(bytes, collector); in ctlstat_prometheus() [all …]
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | collector.c | 54 _hx509_collector_alloc(hx509_context context, hx509_lock lock, struct hx509_collector **collector) in _hx509_collector_alloc() argument 59 *collector = NULL; in _hx509_collector_alloc() 68 ret = hx509_certs_init(context, "MEMORY:collector-unenvelop-cert", in _hx509_collector_alloc() 76 ret = hx509_certs_init(context, "MEMORY:collector-tmp-store", in _hx509_collector_alloc() 84 *collector = c; in _hx509_collector_alloc() 261 ret = hx509_certs_init(context, "MEMORY:collector-store", 0, NULL, &certs); in _hx509_collector_collect_certs()
|
H A D | ks_p11.c | 632 struct hx509_collector *collector = ptr; in collect_private_key() local 692 collector, in collect_private_key() 720 struct hx509_collector *collector = ptr; in collect_cert() local 766 ret = _hx509_collector_certs_add(context, collector, cert); in collect_cert() 781 struct hx509_collector *collector; in p11_list_keys() local 799 ret = _hx509_collector_alloc(context, lock, &collector); in p11_list_keys() 807 collect_private_key, collector); in p11_list_keys() 815 collect_cert, collector); in p11_list_keys() 819 ret = _hx509_collector_collect_certs(context, collector, &slot->certs); in p11_list_keys() 822 _hx509_collector_free(collector); in p11_list_keys()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | GCStrategy.h | 25 // GCStrategy can request that the collector insert such points: 36 // the target garbage collector runtime. 58 /// GCStrategy describes a garbage collector algorithm's code generation 86 /// Return the name of the GC strategy. This is the value of the collector 121 * These properties and overrides only apply to collector strategies using
|
H A D | BuiltinGCs.h | 1 //===-- BuiltinGCs.h - Garbage collector linkage hacks --------------------===// 19 /// FIXME: Collector instances are not useful on their own. These no longer
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | GCMetadata.cpp | 1 //===-- GCMetadata.cpp - Garbage collector metadata -----------------------===// 64 "This pass need module analysis `collector-metadata`!"); in run() 72 INITIALIZE_PASS(GCModuleInfo, "collector-metadata", 73 "Create Garbage Collector Module Metadata", false, false)
|
H A D | RegUsageInfoCollector.cpp | 1 //===-- RegUsageInfoCollector.cpp - Register Usage Information Collector --===// 47 return "Register Usage Information Collector Pass"; in getPassName() 70 "Register Usage Information Collector", false, false) 73 "Register Usage Information Collector", false, false) in INITIALIZE_PASS_DEPENDENCY()
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lgc.h | 3 ** Garbage Collector 19 ** The main invariant of the garbage collector, while marking objects, 37 ** Possible states of the Garbage Collector 65 ** Outside the collector, the state in generational mode is kept in
|
/freebsd/contrib/lua/src/ |
H A D | lgc.h | 3 ** Garbage Collector 19 ** garbage collector, while marking objects, is that a black object can 29 ** Possible states of the Garbage Collector 146 ** generational mode, the collector can go temporarily to incremental
|
H A D | lstate.h | 34 ** For the generational collector, some of these lists have marks for 55 ** The generational collector also uses a pointer 'firstold1', which 258 l_mem GCdebt; /* bytes allocated not yet compensated by the collector */ 266 lu_byte gcstate; /* state of garbage collector */ 286 /* fields for generational collector */
|
H A D | lgc.c | 3 ** Garbage Collector 33 ** to allow small steps for the collector.) 196 ** Barrier that moves collector forward, that is, marks the white object 227 ** barrier that moves collector backward, that is, mark the black object 518 genlink(g, obj2gco(h)); /* check whether collector still needs to see it */ in traverseephemeron() 1046 ** Generational Collector 1356 ** Change collector mode to 'newmode'. 1388 ** (major) collections, the collector tries to stay in incremental mode 1392 ** The collector must choose whether to stay in incremental mode or to 1431 ** previous major collection). If so, the collector keeps its state, [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | BuiltinGCs.cpp | 24 /// collector. 61 /// implementation usable with any collector which can consume the standard 123 "erlang-compatible garbage collector");
|
H A D | GCStrategy.cpp | 1 //===- GCStrategy.cpp - Garbage Collector Description ---------------------===// 10 // behavior of a given garbage collector.
|
/freebsd/share/man/man4/ |
H A D | pflow.4 | 75 collector. 77 defines the collector IP address and the port.
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | ti,ina2xx.yaml | 72 active-low open collector). The other value is Inverted 73 (1 which maps to active-high open collector). Specify this property to set
|
/freebsd/tests/ |
H A D | conftest.py | 102 def pytest_pycollect_makeitem(collector, name, obj): argument 105 return handler.expand_tests(collector, name, obj)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | GCMetadata.h | 1 //===- GCMetadata.h - Garbage collector metadata ----------------*- C++ -*-===// 55 /// GCPoint - Metadata for a collector-safe point in machine code. 66 /// collector.
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | Tokens.cpp | 617 CollectPPExpansions(TokenCollector &C) : Collector(&C) {} in CollectPPExpansions() 621 /// is called do not access the (possibly invalid) collector instance. 622 void disable() { Collector = nullptr; } in disable() 626 if (!Collector) in MacroExpands() 628 const auto &SM = Collector->PP.getSourceManager(); in MacroExpands() 656 assert(Collector->Expansions.count(Range.getBegin()) && in MacroExpands() 660 Collector->Expansions[Range.getBegin()] = Range.getEnd(); in MacroExpands() 665 TokenCollector *Collector; member in TokenCollector::CollectPPExpansions 700 this->Collector = CB.get(); in TokenCollector() 897 Collector->disable(); in consume()
|
/freebsd/tests/atf_python/ |
H A D | ktest.py | 111 def generate_ktests(collector, name, obj): argument 113 return KtestCollector.from_parent(collector, name=name, obj=obj)
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FileCollector.h | 107 /// Create a VFS that uses \p Collector to collect files accessed via \p 111 std::shared_ptr<FileCollector> Collector);
|
H A D | Registry.h | 107 /// Registry<Collector>::Add<FancyGC> 108 /// X("fancy-gc", "Newfangled garbage collector.");
|
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/dashboards/ |
H A D | README.md | 3 collected from the zpool_influxdb collector.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/ |
H A D | ThinLTOCodeGenerator.h | 114 * - The pruning interval limit the frequency at which the garbage collector 118 * - The pruning expiration time indicates to the garbage collector how old 120 * - Finally, the garbage collector can be instructed to prune the cache till
|