Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp263 for (const CheckerInfo *Dependency : Deps) { in collectStrongDependencies() local
264 if (!IsEnabled(Dependency)) in collectStrongDependencies()
268 if (!collectStrongDependencies(Dependency->Dependencies, Mgr, Ret, in collectStrongDependencies()
271 Ret.insert(Dependency); in collectStrongDependencies()
283 for (const CheckerInfo *Dependency : WeakDeps) { in collectWeakDependencies() local
286 collectWeakDependencies(Dependency->WeakDependencies, Mgr, Ret, IsEnabled); in collectWeakDependencies()
288 if (IsEnabled(Dependency) && in collectWeakDependencies()
289 collectStrongDependencies(Dependency->Dependencies, Mgr, Ret, in collectWeakDependencies()
291 Ret.insert(Dependency); in collectWeakDependencies()
324 void CheckerRegistry::addDependency(StringRef FullName, StringRef Dependency) { in addDependency() argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/plugins/CheckerDependencyHandling/
H A DCheckerDependencyHandling.cpp9 struct Dependency : public Checker<check::BeginFunction> { struct
19 registry.addChecker<Dependency>("example.Dependency", "", ""); in clang_registerCheckers()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/
H A Dtst.TestTransStability1.ksh.out7 Dependency Class: Common
12 Dependency Class: Common
H A Dtst.TestTransStability2.ksh.out7 Dependency Class: Common
12 Dependency Class: Unknown
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp263 for (const Record *Dependency : in EmitClangSACheckers() local
269 OS.write_escaped(getCheckerFullName(Dependency)) << '\"'; in EmitClangSACheckers()
288 for (const Record *Dependency : in EmitClangSACheckers() local
294 OS.write_escaped(getCheckerFullName(Dependency)) << '\"'; in EmitClangSACheckers()
/freebsd/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/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h187 struct Dependency { struct
192 Dependency Dep;
242 DependencyEdge::Dependency &&DE);
H A DBottleneckAnalysis.cpp150 const DependencyEdge::Dependency &DE = DepEdge.Dep; in dumpDependencyEdge()
359 const DependencyEdge::Dependency &Dep = DE->Dep; in printCriticalSequence()
422 DependencyEdge::Dependency &&Dep) { in addDependency()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp1035 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count)) in dependencies() local
1036 Result.push_back(Dependency); in dependencies()
1038 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(LB)) in dependencies() local
1039 Result.push_back(Dependency); in dependencies()
1041 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(UB)) in dependencies() local
1042 Result.push_back(Dependency); in dependencies()
1044 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(ST)) in dependencies() local
1045 Result.push_back(Dependency); in dependencies()
1048 if (auto *Dependency = dyn_cast_if_present<DIVariable *>(Count)) in dependencies() local
1049 Result.push_back(Dependency); in dependencies()
[all …]
/freebsd/contrib/openpam/
H A Ddepcomp41 depmode Dependency tracking mode.
45 depfile Dependency file to output.
/freebsd/contrib/openbsm/config/
H A Ddepcomp41 depmode Dependency tracking mode.
45 depfile Dependency file to output.
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Ddepcomp41 depmode Dependency tracking mode.
45 depfile Dependency file to output.
/freebsd/contrib/ntp/sntp/libevent/
H A Ddepcomp41 depmode Dependency tracking mode.
45 depfile Dependency file to output.
/freebsd/contrib/file/
H A Ddepcomp41 depmode Dependency tracking mode.
45 depfile Dependency file to output.
/freebsd/contrib/libevent/build-aux/
H A Ddepcomp41 depmode Dependency tracking mode.
45 depfile Dependency file to output.
/freebsd/crypto/krb5/src/config/
H A Dpost.in125 sed -e '/^# +++ Dependency line eater +++/,$$d' \
140 sed -e '/^# +++ Dependency line eater +++/,$$d' \
143 echo "# +++ Dependency line eater +++" >> $(srcdir)/Makefile.in.new ;\
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCommentKinds.td95 "%CoClass{coclass}|%Dependency{dependency}|%Helper{helper}|%HelperClass{helperclass}|"
/freebsd/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.
H A DX86SchedSandyBridge.td1262 // Dependency breaking instructions.
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td183 def Dependency : RecordLikeDetailCommand<"dependency">;
/freebsd/contrib/tcpdump/
H A DREADME.md42 ### Dependency on libpcap
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp186 DiagSelect = diag::DocCommandKind::Dependency; in checkContainerDecl()
/freebsd/usr.sbin/bsdconfig/share/packages/
H A Dpackages.subr248 # Only unmark if it's marked as a Dependency
/freebsd/contrib/googletest/docs/
H A Dfaq.md597 test is [Dependency Injection](https://en.wikipedia.org/wiki/Dependency_injection). You can inject

12