Home
last modified time | relevance | path

Searched refs:Dependencies (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp57 Dependencies.push_back(std::string(File)); in getDependencyFile()
75 ArrayRef<std::string> Dependencies) in getDependencyFile() argument
77 for (const auto &Dep : Dependencies) in getDependencyFile()
87 DependencyPrinter Generator(*Opts, Dependencies); in getDependencyFile()
93 std::vector<std::string> Dependencies; in getDependencyFile() member in clang::tooling::dependencies::DependencyScanningTool::getDependencyFile::MakeDependencyPrinterConsumer
125 Dependencies.push_back(std::string(File)); in getFullDependencies()
141 FD.FileDeps.assign(Dependencies.begin(), Dependencies.end()); in getFullDependencies()
164 std::vector<std::string> Dependencies; in getFullDependencies() member in clang::tooling::dependencies::DependencyScanningTool::getFullDependencies::FullDependencyPrinterConsumer
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h156 ArrayRef<SDDbgOperand> L, ArrayRef<SDNode *> Dependencies, in SDDbgValue() argument
160 NumAdditionalDependencies(Dependencies.size()), in SDDbgValue()
161 AdditionalDependencies(Alloc.Allocate<SDNode *>(Dependencies.size())), in SDDbgValue()
167 std::copy(Dependencies.begin(), Dependencies.end(), AdditionalDependencies); in SDDbgValue()
194 SmallVector<SDNode *> Dependencies; in getSDNodes() local
197 Dependencies.push_back(DbgOp.getSDNode()); in getSDNodes()
199 Dependencies.push_back(Node); in getSDNodes()
200 return Dependencies; in getSDNodes()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td297 Dependencies<[PthreadLockBase]>,
316 Dependencies<[NullabilityBase]>,
322 Dependencies<[NullabilityBase]>,
327 Dependencies<[NullabilityBase]>,
333 Dependencies<[NullabilityBase]>,
339 Dependencies<[NullabilityBase]>,
441 Dependencies<[CStringModeling]>,
447 Dependencies<[CStringModeling]>,
770 Dependencies<[ValistBase]>,
775 Dependencies<[ValistBase]>,
[all …]
H A DCheckerBase.td114 list<Checker> Dependencies;
130 /// enabled if none of its dependencies (transitively) is disabled. Dependencies
138 /// Dependencies<[MallocBase]>;
139 class Dependencies<list<Checker> Deps = []> {
140 list<Checker> Dependencies = Deps;
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDependencyGraph.cpp36 DependencyMap Dependencies; member in __anon2d34c1db0111::DependencyGraphCallback
88 Dependencies[FromFile].push_back(File); in InclusionDirective()
126 for (DependencyMap::iterator F = Dependencies.begin(), in OutputGraphFile()
127 FEnd = Dependencies.end(); in OutputGraphFile()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp154 for (auto &DepPair : Data.Dependencies) { in CheckerRegistry()
220 if (!collectStrongDependencies(Checker.Dependencies, Mgr, Deps, in initializeRegistry()
247 if (!collectStrongDependencies(Checker.Dependencies, Mgr, Deps, in initializeRegistry()
271 if (!collectStrongDependencies(Dependency->Dependencies, Mgr, Ret, in collectStrongDependencies()
292 collectStrongDependencies(Dependency->Dependencies, Mgr, Ret, in collectWeakDependencies()
300 (IsWeak ? Data.WeakDependencies : Data.Dependencies)) { in resolveDependencies()
323 CheckerIt->Dependencies.emplace_back(&*DependencyIt); in resolveDependencies()
328 Data.Dependencies.emplace_back(FullName, Dependency); in addDependency()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp139 const std::vector<edge_ty> &Dependencies);
181 const std::vector<edge_ty> &Dependencies) in DAGDeltaAlgorithmImpl() argument
188 for (std::vector<edge_ty>::const_iterator it = Dependencies.begin(), in DAGDeltaAlgorithmImpl()
189 ie = Dependencies.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl()
359 const std::vector<edge_ty> &Dependencies) { in Run() argument
360 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run(); in Run()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp217 Modules[ID].Dependencies.insert(Modules[ID].Dependencies.end(), in GlobalModuleIndex()
295 SmallVectorImpl<ModuleFile *> &Dependencies) { in getModuleDependencies() argument
303 Dependencies.clear(); in getModuleDependencies()
304 ArrayRef<unsigned> StoredDependencies = Modules[Known->second].Dependencies; in getModuleDependencies()
307 Dependencies.push_back(MF); in getModuleDependencies()
399 SmallVector<unsigned, 4> Dependencies; member
679 getModuleFileInfo(File).Dependencies.push_back(DependsOnID); in loadModuleFile()
807 Record.push_back(M->second.Dependencies.size()); in writeIndex()
808 Record.append(M->second.Dependencies.begin(), M->second.Dependencies.end()); in writeIndex()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h89 llvm::SmallVector<unsigned, 4> Dependencies; member
150 llvm::SmallVectorImpl<ModuleFile *> &Dependencies);
/netbsd/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DUtils.h83 ArrayRef<std::string> getDependencies() const { return Dependencies; } in getDependencies()
111 std::vector<std::string> Dependencies; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGLexer.h101 DependenciesSetTy Dependencies;
111 return Dependencies; in getDependencies()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistryData.h113 ConstCheckerInfoList Dependencies; member
209 llvm::SmallVector<std::pair<StringRef, StringRef>, 0> Dependencies; member
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h607 const SymbolDependenceMap &Dependencies);
610 void addDependenciesForAll(const SymbolDependenceMap &Dependencies);
1494 const SymbolDependenceMap &Dependencies);
1496 const SymbolDependenceMap &Dependencies);
1698 const SymbolStringPtr &Name, const SymbolDependenceMap &Dependencies) { in addDependencies() argument
1699 JD->getExecutionSession().OL_addDependencies(*this, Name, Dependencies); in addDependencies()
1703 const SymbolDependenceMap &Dependencies) { in addDependenciesForAll() argument
1704 JD->getExecutionSession().OL_addDependenciesForAll(*this, Dependencies); in addDependenciesForAll()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h65 const std::vector<edge_ty> &Dependencies);
/netbsd/external/bsd/pam-u2f/dist/.github/workflows/
H A Dlinux_fuzz.yml16 - name: Dependencies
H A Dformat.yml12 - name: Dependencies
/netbsd/external/gpl2/gmake/dist/tests/scripts/targets/
H A DFORCE3 $description = "The following tests rules without Commands or Dependencies.";
/netbsd/external/gpl3/binutils/dist/gas/doc/
H A Dc-loongarch.texi12 @node Machine Dependencies
H A Dc-epiphany.texi12 @node Machine Dependencies
H A Dc-mt.texi12 @node Machine Dependencies
/netbsd/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
H A DINSTALL.md4 Dependencies section in INSTALLATION
/netbsd/external/gpl3/gdb/dist/gas/doc/
H A Dc-epiphany.texi12 @node Machine Dependencies
H A Dc-mt.texi12 @node Machine Dependencies
/netbsd/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-epiphany.texi12 @node Machine Dependencies
/netbsd/external/gpl3/gdb.old/dist/gas/doc/
H A Dc-epiphany.texi12 @node Machine Dependencies

12345678910>>...15