/freebsd/sbin/rcorder/ |
H A D | rcorder.8 | 37 .Nd print a dependency ordering of interdependent files 47 utility is designed to print out a dependency ordering of a set of 80 Each dependency line is then followed by a series of conditions, 98 Produce a GraphViz (.dot) of the complete dependency graph instead of 145 in order for it to find a starting place in the dependency ordering. 166 Print the dependency ordering of the services from the base system and 194 .It "Circular dependency on provision %s in file %s." 195 A set of files has a circular dependency which was detected while 198 .It "Circular dependency on file %s." 199 A set of files has a circular dependency which was detected while [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-keep-going.mk | 7 # Until 2020-12-07, if a dependency of the main target failed, the exit 14 all: dependency other 16 dependency: 17 @echo dependency 1 19 @echo dependency 2 21 @echo dependency 3
|
H A D | opt-ignore.mk | 16 all: dependency other 18 dependency: 19 @echo dependency 1 21 @echo dependency 2 23 @echo dependency 3
|
H A D | impsrc.mk | 6 # 2) the first prerequisite from the dependency line of an explicit rule, or 27 # (2) This is an additional dependency on the inference rule .x.y. 28 # The dependency target1.x comes from the inference rule, 32 # (1) This is an explicit dependency, not an inference rule. 38 # (4) This is an explicit dependency, independent of any inference rule. 44 # (5) These are two explicit dependency rules.
|
H A D | dep-var.mk | 3 # Tests for variable references in dependency declarations. 18 # all about defined or undefined variables in dependency lines. 31 # Try out how many levels of indirection are really expanded in dependency 34 # The first level of indirection is the $$ in the dependency line. 35 # When the dependency line is parsed, it is resolved to the string 73 # or "$)" or "$$". Using "$:" does not work since the dependency line is 75 # would be interpreted as a dependency operator instead. 78 # The $$INDIRECT in the following line is treated like the dependency of the
|
H A D | dep.mk | 3 # Tests for dependency declarations, such as "target: sources". 7 # As soon as a target is defined using one of the dependency operators, it is 8 # restricted to this dependency operator and cannot use the others anymore. 19 # Before parse.c 1.158 from 2009-10-07, the parser broke dependency lines at 21 # first ';' as the separator between the dependency and its commands, and the
|
H A D | dep-colon-bug-cross-file.mk | 3 # Until 2020-09-25, the very last dependency group of a top-level makefile 7 # In pass 1, there is a dependency group at the bottom of the file. 8 # This dependency group is not finished properly. Finishing the dependency 13 # In this pass, another command is added to the "current dependency group",
|
H A D | deptgt-begin.mk | 3 # Tests for the special target .BEGIN in dependency declarations, 13 # though, since the ':' dependency operator prevents that any other place may 28 # Another way is to define a custom target and make that a .USE dependency. 34 : Making $@ from a .USE dependency. 44 : Making $@ from a .USEBEFORE dependency.
|
H A D | varfind.exp | 1 VarFind-aliases.to: long explicit-dependency VarFind-aliases.from 2 VarFind-aliases.to: abbr explicit-dependency VarFind-aliases.from 9 VarFind-aliases.to: long explicit-dependency VarFind-aliases.from 10 VarFind-aliases.to: abbr explicit-dependency VarFind-aliases.from
|
H A D | depsrc-usebefore-double-colon.mk | 3 # Tests for the special source .USEBEFORE in dependency declarations, 4 # combined with the double-colon dependency operator. 8 # The dependency operator :: allows commands to be added later to the same 13 # This command is ignored, which kind of makes sense since this dependency
|
H A D | depsrc.mk | 4 # uppercase letters) in dependency declarations, such as '.PHONY'. 10 # Demonstrate when exactly undefined variables are expanded in a dependency 18 : 'Undefined variables are expanded directly in the dependency' 23 : 'Undefined variables are tried to be expanded in a dependency'
|
H A D | suff-incomplete.exp | 14 Parsing line 21: .a.c: ${.PREFIX}.dependency 16 ParseDependency(.a.c: ${.PREFIX}.dependency) 20 Target ".a.c" depends on "${.PREFIX}.dependency" 22 # ${.PREFIX}.dependency, unmade, type none, flags none
|
H A D | var-scope-local.mk | 10 # target-local variables can be defined in dependency lines like 140 # Additional target-local variables may be defined in dependency lines. 143 # operator or as the dependency operator ':', followed by an empty variable 211 # If the sources of a dependency line look like a variable assignment, make 213 # dependency line, which makes whitespace around the assignment operator 225 # when parsing the dependency line, its evaluation is deferred until the 230 # expression is expanded before parsing the whole dependency line. Since the 231 # expansion happens to the right of the dependency operator ':', the expanded 232 # text does not influence parsing of the dependency line. Since the expansion 250 # dependency lin [all...] |
H A D | opt-ignore.exp | 1 dependency 1 3 dependency 2 5 dependency 3
|
H A D | directive-ifmake.mk | 57 # Using the .MAKEFLAGS special dependency target, arbitrary command 90 # dependency line, a plain '!' is interpreted as a dependency operator. 106 # In a dependency line, a plain '!' is interpreted as a dependency operator
|
/freebsd/contrib/bsnmp/lib/ |
H A D | bsnmpagent.3 | 266 In the dependency callback function (see below) this is a pointer to the 267 current dependency. 338 If the SET step was successful for all bindings, the dependency callbacks 351 If the dependency commits were successful, for each binding the node's 359 For each dependency just before freeing it 368 A dependency is used if several bindings depend on each other. 371 A dependency is identified by 380 tries to find a dependency based on these two OIDs and, if it cannot find one 383 returns the same dependency for each of the columns of the same table row. 385 about the row into the dependency. [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | BottleneckAnalysis.h | 43 /// Instruction Dependency Information 50 /// +----> 2. vhaddps %xmm3, %xmm3, %xmm4 ## REGISTER dependency: %xmm3 60 /// A dependency graph is used internally to track dependencies between nodes. 67 /// ranked based on their "criticality". A dependency is considered to be 180 // A dependency edge. 184 // Dependency edge descriptor. 186 // It specifies the dependency type, as well as the edge cost in cycles. 187 struct Dependency { struct 192 Dependency Dep; 202 // A dependency graph used by the bottleneck analysis to describe data [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningService.h | 19 /// The mode in which the dependency scanner will operate to find the 32 /// The format that is output by the dependency scanner. 36 /// intermodule dependency information. 39 /// This outputs the full clang module dependency graph suitable for use for 43 /// This outputs the dependency graph for standard c++ modules in P1689R5 72 /// The dependency scanning service contains shared configuration and state that 73 /// is used by the individual dependency scanning workers.
|
H A D | ModuleDepCollector.h | 37 /// Modular dependency that has already been built prior to the dependency scan. 101 /// The path of the dependency file (.d), if any. 103 /// The null-separated list of names to use as the targets in the dependency 120 /// additionally appear in \c FileDeps as a dependency. 185 /// The parent dependency collector. 201 /// Returns the ID or nothing if the dependency is spurious and is ignored. 240 /// The consumer of collected dependency information. 242 /// Callbacks for computing dependency information. 262 /// Options that control the dependency output generation. 266 /// a discovered modular dependency. Note that this still needs to be adjusted [all …]
|
/freebsd/contrib/llvm-project/lld/docs/ELF/ |
H A D | warn_backrefs.rst | 53 * If adding the dependency does not form a cycle: conceptually ``A`` is higher 58 components of ``B``. It is inappropriate for ``P`` to add a dependency on 60 * If adding the dependency forms a cycle, e.g. ``B->C->A ~> B``. ``A`` 63 fail surprisingly with ``undefined symbol`` if there is somehow a dependency on 65 dependency (``B``), however, then every test (``A_test``, ``B_test``, 74 * Add a dependency from ``A`` to ``B``. 76 * The dependency may be intentionally omitted because there are multiple 79 * In the case of circular dependency, sometimes merging the libraries are the best.
|
/freebsd/contrib/libucl/tests/schema/ |
H A D | dependencies.json | 19 "description": "with dependency", 24 "description": "missing dependency", 57 "description": "missing dependency", 62 "description": "missing other dependency", 92 "description": "no dependency",
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | DependencyDirectivesScanner.h | 33 /// Token lexed as part of dependency directive scanning. 92 /// Represents a directive that's lexed as part of the dependency directives 123 /// Print the previously scanned dependency directives as minimized source text. 125 /// \param Source The original source text that the dependency directives were 127 /// \param Directives The previously scanned dependency 129 /// \param OS the stream to print the dependency directives on. 131 /// This is used primarily for testing purposes, during dependency scanning the
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/plugins/CheckerDependencyHandling/ |
H A D | CheckerDependencyHandling.cpp | 10 struct Dependency : public Checker<check::BeginFunction> { struct 20 registry.addChecker<Dependency>("example.Dependency", "", ""); in clang_registerCheckers() 24 registry.addDependency("example.DependendentChecker", "example.Dependency"); in clang_registerCheckers()
|
/freebsd/contrib/bsnmp/ |
H A D | NEWS | 114 of malloced memory in the module table dependency. While 116 data which was held in a dependency could be lost, because 117 there was no guarantee that the dependency handler ever was 119 dependency in the same PDU) thus causing this memory to leak. 120 To fix this a third dependency operation is introduced 121 SNMP_DEPOP_FINISH which is invoked just before a dependency 126 for a simple SET operation. In this case an artifical dependency
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | BreakFalseDeps.cpp | 1 //==- llvm/CodeGen/BreakFalseDeps.cpp - Break False Dependency Fix -*- C++ -*==// 9 /// \file Break False Dependency pass. 82 /// Returns true if it was able to find a true dependency, thus not requiring 83 /// a dependency breaking instruction regardless of clearance. 141 // If the instruction has a true dependency, we can hide the false depdency in pickBestRegisterForUndef() 146 // We found a true dependency - replace the undef register with the true in pickBestRegisterForUndef() 147 // dependency. in pickBestRegisterForUndef() 182 LLVM_DEBUG(dbgs() << ": Break dependency.\n"); in shouldBreakDependence() 204 // We don't need to bother trying to break a dependency if this in processDefs() 205 // instruction has a true dependency on that register through another in processDefs()
|