/external/compiler-rt/lib/lsan/ |
D | Makefile.mk | 19 Dependencies := $(wildcard $(Dir)/*.h) 20 Dependencies += $(wildcard $(Dir)/../interception/*.h) 21 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
|
/external/compiler-rt/lib/asan/ |
D | Makefile.mk | 23 Dependencies := $(wildcard $(Dir)/*.h) 24 Dependencies += $(wildcard $(Dir)/../interception/*.h) 25 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
|
/external/clang/lib/Frontend/ |
D | DependencyGraph.cpp | 37 DependencyMap Dependencies; member in __anon7c4ba1fc0111::DependencyGraphCallback 86 Dependencies[FromFile].push_back(File); in InclusionDirective() 125 for (DependencyMap::iterator F = Dependencies.begin(), in OutputGraphFile() 126 FEnd = Dependencies.end(); in OutputGraphFile()
|
/external/compiler-rt/lib/interception/ |
D | Makefile.mk | 19 Dependencies := $(wildcard $(Dir)/*.h) 20 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
|
/external/clang/lib/Serialization/ |
D | GlobalModuleIndex.cpp | 200 Modules[ID].Dependencies.insert(Modules[ID].Dependencies.end(), in GlobalModuleIndex() 278 SmallVectorImpl<ModuleFile *> &Dependencies) { in getModuleDependencies() argument 286 Dependencies.clear(); in getModuleDependencies() 287 ArrayRef<unsigned> StoredDependencies = Modules[Known->second].Dependencies; in getModuleDependencies() 290 Dependencies.push_back(MF); in getModuleDependencies() 382 SmallVector<unsigned, 4> Dependencies; member 615 getModuleFileInfo(File).Dependencies.push_back(DependsOnID); in loadModuleFile() 724 Record.push_back(M->second.Dependencies.size()); in writeIndex() 725 Record.append(M->second.Dependencies.begin(), M->second.Dependencies.end()); in writeIndex()
|
/external/compiler-rt/lib/ubsan/ |
D | Makefile.mk | 22 Dependencies := $(wildcard $(Dir)/*.h) 23 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
|
/external/llvm/lib/Support/ |
D | DAGDeltaAlgorithm.cpp | 140 const std::vector<edge_ty> &Dependencies); 182 const std::vector<edge_ty> &Dependencies) in DAGDeltaAlgorithmImpl() argument 189 for (std::vector<edge_ty>::const_iterator it = Dependencies.begin(), in DAGDeltaAlgorithmImpl() 190 ie = Dependencies.end(); it != ie; ++it) { in DAGDeltaAlgorithmImpl() 352 const std::vector<edge_ty> &Dependencies) { in Run() argument 353 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run(); in Run()
|
/external/compiler-rt/ |
D | Makefile | 235 $(call Set,Tmp.Dependencies,$($(Tmp.SubDirKey).Dependencies)) 250 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.s $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir 253 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.S $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir 256 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.c $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir 259 $(Tmp.ObjPath)/%.o: $(Tmp.SrcPath)/%.cc $(Tmp.Dependencies) $(Tmp.ObjPath)/.dir
|
/external/clang/include/clang/Serialization/ |
D | GlobalModuleIndex.h | 92 llvm::SmallVector<unsigned, 4> Dependencies; member 166 SmallVectorImpl<ModuleFile *> &Dependencies);
|
/external/llvm/lib/TableGen/ |
D | TGLexer.h | 86 DependenciesMapTy Dependencies; 96 return Dependencies; in getDependencies()
|
D | TGLexer.cpp | 312 DependenciesMapTy::const_iterator Found = Dependencies.find(IncludedFile); in LexInclude() 313 if (Found != Dependencies.end()) { in LexInclude() 320 Dependencies.insert(std::make_pair(IncludedFile, getLoc())); in LexInclude()
|
/external/compiler-rt/lib/profile/ |
D | Makefile.mk | 18 Dependencies := $(wildcard $(Dir)/*.h)
|
/external/compiler-rt/lib/builtins/ |
D | Makefile.mk | 25 Dependencies := $(wildcard $(Dir)/*.h)
|
/external/clang/include/clang/Frontend/ |
D | Utils.h | 82 llvm::ArrayRef<std::string> getDependencies() const { return Dependencies; } in getDependencies() 103 std::vector<std::string> Dependencies; variable
|
/external/compiler-rt/lib/builtins/arm64/ |
D | Makefile.mk | 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
|
/external/compiler-rt/lib/builtins/i386/ |
D | Makefile.mk | 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
|
/external/compiler-rt/lib/builtins/ppc/ |
D | Makefile.mk | 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
|
/external/compiler-rt/lib/builtins/armv6m/ |
D | Makefile.mk | 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
|
/external/compiler-rt/lib/builtins/x86_64/ |
D | Makefile.mk | 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
|
/external/mesa3d/docs/ |
D | MESA_release_buffers.spec | 25 Dependencies
|
D | MESA_pack_invert.spec | 26 Dependencies
|
D | MESA_window_pos.spec | 24 Dependencies
|
/external/compiler-rt/lib/sanitizer_common/ |
D | Makefile.mk | 21 Dependencies := $(wildcard $(Dir)/*.h)
|
/external/compiler-rt/lib/builtins/arm/ |
D | Makefile.mk | 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
|
/external/llvm/include/llvm/ADT/ |
D | DAGDeltaAlgorithm.h | 64 const std::vector<edge_ty> &Dependencies);
|