| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.cpp | 266 for (const CheckerInfo *Dependency : Deps) { in collectStrongDependencies() local 267 if (!IsEnabled(Dependency)) in collectStrongDependencies() 271 if (!collectStrongDependencies(Dependency->Dependencies, Mgr, Ret, in collectStrongDependencies() 274 Ret.insert(Dependency); in collectStrongDependencies() 286 for (const CheckerInfo *Dependency : WeakDeps) { in collectWeakDependencies() local 289 collectWeakDependencies(Dependency->WeakDependencies, Mgr, Ret, IsEnabled); in collectWeakDependencies() 291 if (IsEnabled(Dependency) && in collectWeakDependencies() 292 collectStrongDependencies(Dependency->Dependencies, Mgr, Ret, in collectWeakDependencies() 294 Ret.insert(Dependency); in collectWeakDependencies() 327 void CheckerRegistry::addDependency(StringRef FullName, StringRef Dependency) { in addDependency() argument [all …]
|
| /netbsd-src/sys/arch/hpcmips/stand/ |
| H A D | hpcmips_stand.dsw | 38 Begin Project Dependency 40 End Project Dependency 41 Begin Project Dependency 43 End Project Dependency
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
| H A D | appendix-recommended-versions.sdf | 5 H1: Recommended OpenLDAP Software Dependency Versions 13 H2: Dependency Versions 15 !block table; align=Center; coltags="N,EX,EX"; title="Table 8.5: OpenLDAP Software Dependency Versi…
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerRegistryData.cpp | 60 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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | ClangSACheckersEmitter.cpp | 272 for (const Record *Dependency : in EmitClangSACheckers() local 278 OS.write_escaped(getCheckerFullName(Dependency)) << '\"'; in EmitClangSACheckers() 297 for (const Record *Dependency : in EmitClangSACheckers() local 303 OS.write_escaped(getCheckerFullName(Dependency)) << '\"'; in EmitClangSACheckers()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfCompileUnit.cpp | 909 if (auto *Dependency = Count.dyn_cast<DIVariable *>()) in dependencies() local 910 Result.push_back(Dependency); in dependencies() 912 if (auto *Dependency = LB.dyn_cast<DIVariable *>()) in dependencies() local 913 Result.push_back(Dependency); in dependencies() 915 if (auto *Dependency = UB.dyn_cast<DIVariable *>()) in dependencies() local 916 Result.push_back(Dependency); in dependencies() 918 if (auto *Dependency = ST.dyn_cast<DIVariable *>()) in dependencies() local 919 Result.push_back(Dependency); in dependencies() 922 if (auto *Dependency = Count.dyn_cast<DIVariable *>()) in dependencies() local 923 Result.push_back(Dependency); in dependencies() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/ |
| H A D | BottleneckAnalysis.h | 186 struct Dependency { struct 191 Dependency Dep; 238 DependencyEdge::Dependency &&DE);
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Frontend/ |
| H A D | CheckerRegistry.h | 139 void addDependency(StringRef FullName, StringRef Dependency); 143 void addWeakDependency(StringRef FullName, StringRef Dependency);
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | ia64-war.tbl | 1 Resource Name; Readers; Writers; Semantics of Dependency
|
| /netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
| H A D | ia64-war.tbl | 1 Resource Name; Readers; Writers; Semantics of Dependency
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | ia64-war.tbl | 1 Resource Name; Readers; Writers; Semantics of Dependency
|
| /netbsd-src/external/gpl3/gdb/dist/opcodes/ |
| H A D | ia64-war.tbl | 1 Resource Name; Readers; Writers; Semantics of Dependency
|
| /netbsd-src/external/gpl2/texinfo/dist/ |
| H A D | depcomp | 43 depmode Dependency tracking mode. 47 depfile Dependency file to output.
|
| /netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/ |
| H A D | depcomp | 43 depmode Dependency tracking mode. 47 depfile Dependency file to output.
|
| /netbsd-src/external/gpl2/gmake/dist/config/ |
| H A D | depcomp | 43 depmode Dependency tracking mode. 47 depfile Dependency file to output.
|
| /netbsd-src/external/gpl2/xcvs/dist/build-aux/ |
| H A D | depcomp | 42 depmode Dependency tracking mode. 46 depfile Dependency file to output.
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/buildaux/ |
| H A D | depcomp | 44 depmode Dependency tracking mode. 48 depfile Dependency file to output.
|
| /netbsd-src/crypto/external/cpl/tpm-tools/dist/ |
| H A D | depcomp | 42 depmode Dependency tracking mode. 46 depfile Dependency file to output.
|
| /netbsd-src/external/bsd/iscsi/dist/buildaux/ |
| H A D | depcomp | 44 depmode Dependency tracking mode. 48 depfile Dependency file to output.
|
| /netbsd-src/crypto/external/cpl/trousers/dist/ |
| H A D | depcomp | 42 depmode Dependency tracking mode. 46 depfile Dependency file to output.
|
| /netbsd-src/external/gpl3/gdb.old/dist/ |
| H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
| /netbsd-src/external/gpl3/gdb/dist/ |
| H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | depcomp | 41 depmode Dependency tracking mode. 45 depfile Dependency file to output.
|