Home
last modified time | relevance | path

Searched refs:Dependency (Results 1 – 25 of 41) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp265 for (const CheckerInfo *Dependency : Deps) { in collectStrongDependencies() local
266 if (!IsEnabled(Dependency)) in collectStrongDependencies()
270 if (!collectStrongDependencies(Dependency->Dependencies, Mgr, Ret, in collectStrongDependencies()
273 Ret.insert(Dependency); in collectStrongDependencies()
285 for (const CheckerInfo *Dependency : WeakDeps) { in collectWeakDependencies() local
290 if (IsEnabled(Dependency) && in collectWeakDependencies()
291 collectStrongDependencies(Dependency->Dependencies, Mgr, Ret, in collectWeakDependencies()
293 Ret.insert(Dependency); in collectWeakDependencies()
327 Data.Dependencies.emplace_back(FullName, Dependency); in addDependency()
331 StringRef Dependency) { in addWeakDependency() argument
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/plugins/CheckerDependencyHandling/
H A DCheckerDependencyHandling.cpp10 struct Dependency : public Checker<check::BeginFunction> { struct
20 registry.addChecker<Dependency>("example.Dependency", "", ""); in clang_registerCheckers()
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/
H A Dtst.TestTransStability2.ksh.out7 Dependency Class: Common
12 Dependency Class: Unknown
H A Dtst.TestTransStability1.ksh.out7 Dependency Class: Common
12 Dependency Class: Common
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp60 for (const CheckerInfo *Dependency : Dependencies) { in dumpToStream() local
61 Out << " " << Dependency->FullName << '\n'; in dumpToStream()
64 for (const CheckerInfo *Dependency : WeakDependencies) { in dumpToStream() local
65 Out << " " << Dependency->FullName << '\n'; in dumpToStream()
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp271 for (const Record *Dependency : in EmitClangSACheckers() local
277 OS.write_escaped(getCheckerFullName(Dependency)) << '\"'; in EmitClangSACheckers()
296 for (const Record *Dependency : in EmitClangSACheckers() local
302 OS.write_escaped(getCheckerFullName(Dependency)) << '\"'; in EmitClangSACheckers()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
H A DCheckerRegistry.h139 void addDependency(StringRef FullName, StringRef Dependency);
143 void addWeakDependency(StringRef FullName, StringRef Dependency);
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h187 struct Dependency { struct
192 Dependency Dep;
239 DependencyEdge::Dependency &&DE);
H A DBottleneckAnalysis.cpp151 const DependencyEdge::Dependency &DE = DepEdge.Dep; in dumpDependencyEdge()
359 const DependencyEdge::Dependency &Dep = DE->Dep; in printCriticalSequence()
422 DependencyEdge::Dependency &&Dep) { in addDependency()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp989 Result.push_back(Dependency); in dependencies()
991 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(LB)) in dependencies() local
992 Result.push_back(Dependency); in dependencies()
994 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB)) in dependencies() local
995 Result.push_back(Dependency); in dependencies()
998 Result.push_back(Dependency); in dependencies()
1002 Result.push_back(Dependency); in dependencies()
1005 Result.push_back(Dependency); in dependencies()
1008 Result.push_back(Dependency); in dependencies()
1011 Result.push_back(Dependency); in dependencies()
[all …]
/freebsd-14.2/contrib/sqlite3/
H A Ddepcomp41 depmode Dependency tracking mode.
45 depfile Dependency file to output.
/freebsd-14.2/contrib/file/
H A Ddepcomp41 depmode Dependency tracking mode.
45 depfile Dependency file to output.
/freebsd-14.2/contrib/ntp/sntp/libevent/
H A Ddepcomp41 depmode Dependency tracking mode.
45 depfile Dependency file to output.
/freebsd-14.2/contrib/ntp/sntp/libevent/build-aux/
H A Ddepcomp41 depmode Dependency tracking mode.
45 depfile Dependency file to output.
/freebsd-14.2/contrib/openpam/
H A Ddepcomp41 depmode Dependency tracking mode.
45 depfile Dependency file to output.
/freebsd-14.2/contrib/openbsm/config/
H A Ddepcomp41 depmode Dependency tracking mode.
45 depfile Dependency file to output.
/freebsd-14.2/contrib/libevent/build-aux/
H A Ddepcomp41 depmode Dependency tracking mode.
45 depfile Dependency file to output.
/freebsd-14.2/contrib/libcbor/
H A DBazel.md1 # Use as a Bazel Dependency
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp585 for (auto *Dependency : BI.Dependencies) { in computeBlockNonLocalDeps() local
586 if (Dependant != Dependency && in computeBlockNonLocalDeps()
587 DependantBI.Dependencies.insert(Dependency).second) in computeBlockNonLocalDeps()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ScheduleBtVer2.td61 // Reference: Section 21.8 "AMD Bobcat and Jaguar pipeline: Dependency-breaking
864 // Section 21.8 [Dependency-breaking instructions].
969 // Dependency breaking instructions.
H A DX86ScheduleSLM.td499 // Dependency breaking instructions.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td177 def Dependency : RecordLikeDetailCommand<"dependency">;
/freebsd-14.2/contrib/tcpdump/
H A DREADME.md42 ### Dependency on libpcap
/freebsd-14.2/usr.sbin/bsdconfig/share/packages/
H A Dpackages.subr248 # Only unmark if it's marked as a Dependency
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticLexKinds.td962 let CategoryName = "Dependency Directive Source Scanner Issue" in {

12