| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.cpp | 263 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 D | CheckerDependencyHandling.cpp | 9 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 D | tst.TestTransStability1.ksh.out | 7 Dependency Class: Common 12 Dependency Class: Common
|
| H A D | tst.TestTransStability2.ksh.out | 7 Dependency Class: Common 12 Dependency Class: Unknown
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangSACheckersEmitter.cpp | 263 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 D | CheckerRegistry.h | 139 void addDependency(StringRef FullName, StringRef Dependency); 143 void addWeakDependency(StringRef FullName, StringRef Dependency);
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
| H A D | BottleneckAnalysis.h | 187 struct Dependency { struct 192 Dependency Dep; 242 DependencyEdge::Dependency &&DE);
|
| H A D | BottleneckAnalysis.cpp | 150 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 D | DwarfCompileUnit.cpp | 1035 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 D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
| /freebsd/contrib/openbsm/config/ |
| H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
| /freebsd/contrib/ntp/sntp/libevent/build-aux/ |
| H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
| /freebsd/contrib/file/ |
| H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
| /freebsd/contrib/libevent/build-aux/ |
| H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
| /freebsd/crypto/krb5/src/config/ |
| H A D | post.in | 125 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 D | DiagnosticCommentKinds.td | 95 "%CoClass{coclass}|%Dependency{dependency}|%Helper{helper}|%HelperClass{helperclass}|"
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ScheduleBtVer2.td | 61 // Reference: Section 21.8 "AMD Bobcat and Jaguar pipeline: Dependency-breaking 864 // Section 21.8 [Dependency-breaking instructions]. 969 // Dependency breaking instructions.
|
| H A D | X86ScheduleSLM.td | 499 // Dependency breaking instructions.
|
| H A D | X86SchedSandyBridge.td | 1262 // Dependency breaking instructions.
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CommentCommands.td | 183 def Dependency : RecordLikeDetailCommand<"dependency">;
|
| /freebsd/contrib/tcpdump/ |
| H A D | README.md | 42 ### Dependency on libpcap
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | CommentSema.cpp | 186 DiagSelect = diag::DocCommandKind::Dependency; in checkContainerDecl()
|
| /freebsd/usr.sbin/bsdconfig/share/packages/ |
| H A D | packages.subr | 248 # Only unmark if it's marked as a Dependency
|
| /freebsd/contrib/googletest/docs/ |
| H A D | faq.md | 597 test is [Dependency Injection](https://en.wikipedia.org/wiki/Dependency_injection). You can inject
|