/external/compiler-rt/lib/lsan/ |
H A D | Makefile.mk | 19 Dependencies := $(wildcard $(Dir)/*.h) macro 20 Dependencies += $(wildcard $(Dir)/../interception/*.h) 21 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
|
/external/compiler-rt/lib/interception/ |
H A D | Makefile.mk | 19 Dependencies := $(wildcard $(Dir)/*.h) macro 20 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
|
/external/compiler-rt/lib/asan/ |
H A D | Makefile.mk | 23 Dependencies := $(wildcard $(Dir)/*.h) macro 24 Dependencies += $(wildcard $(Dir)/../interception/*.h) 25 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
|
/external/mesa3d/docs/ |
H A D | MESA_release_buffers.spec | 25 Dependencies
|
H A D | MESA_pack_invert.spec | 26 Dependencies
|
H A D | MESA_agp_offset.spec | 27 Dependencies
|
H A D | MESA_window_pos.spec | 24 Dependencies
|
/external/compiler-rt/lib/ubsan/ |
H A D | Makefile.mk | 22 Dependencies := $(wildcard $(Dir)/*.h) macro 23 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
|
/external/llvm/include/llvm/ADT/ |
H A D | DAGDeltaAlgorithm.h | 52 /// \p Dependencies edges by executing \see ExecuteOneTest() on subsets of 54 /// predicate and the input \p Dependencies. 58 /// \param Dependencies The list of dependencies amongst changes. For each 59 /// (x,y) in \p Dependencies, both x and y must be in \p Changes. The 64 const std::vector<edge_ty> &Dependencies);
|
/external/compiler-rt/lib/builtins/arm64/ |
H A D | Makefile.mk | 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
|
/external/compiler-rt/lib/builtins/armv6m/ |
H A D | Makefile.mk | 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
|
/external/compiler-rt/lib/builtins/i386/ |
H A D | Makefile.mk | 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
|
/external/compiler-rt/lib/builtins/ppc/ |
H A D | Makefile.mk | 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
|
/external/compiler-rt/lib/builtins/x86_64/ |
H A D | Makefile.mk | 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
|
/external/compiler-rt/lib/profile/ |
H A D | Makefile.mk | 18 Dependencies := $(wildcard $(Dir)/*.h) macro
|
/external/clang/lib/Frontend/ |
H A D | DependencyGraph.cpp | 37 DependencyMap Dependencies; member in class:__anon1386::DependencyGraphCallback 86 Dependencies[FromFile].push_back(File); 125 for (DependencyMap::iterator F = Dependencies.begin(), 126 FEnd = Dependencies.end();
|
/external/clang/include/clang/Serialization/ |
H A D | GlobalModuleIndex.h | 92 llvm::SmallVector<unsigned, 4> Dependencies; member in struct:clang::GlobalModuleIndex::ModuleInfo 166 SmallVectorImpl<ModuleFile *> &Dependencies);
|
/external/compiler-rt/lib/builtins/ |
H A D | Makefile.mk | 25 Dependencies := $(wildcard $(Dir)/*.h) macro
|
/external/compiler-rt/lib/builtins/arm/ |
H A D | Makefile.mk | 20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h) macro
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | Makefile.mk | 21 Dependencies := $(wildcard $(Dir)/*.h) macro
|
/external/llvm/lib/TableGen/ |
H A D | TGLexer.h | 85 /// Dependencies - This is the list of all included files. 86 DependenciesMapTy Dependencies; member in class:llvm::TGLexer 96 return Dependencies;
|
/external/compiler-rt/ |
H A 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/llvm/lib/Support/ |
H A D | DAGDeltaAlgorithm.cpp | 140 const std::vector<edge_ty> &Dependencies); 182 const std::vector<edge_ty> &Dependencies) 189 for (std::vector<edge_ty>::const_iterator it = Dependencies.begin(), 190 ie = Dependencies.end(); it != ie; ++it) { 352 const std::vector<edge_ty> &Dependencies) { 353 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run(); 180 DAGDeltaAlgorithmImpl( DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, const std::vector<edge_ty> &Dependencies) argument 351 Run(const changeset_ty &Changes, const std::vector<edge_ty> &Dependencies) argument
|
/external/clang/include/clang/Frontend/ |
H A D | Utils.h | 82 llvm::ArrayRef<std::string> getDependencies() const { return Dependencies; } 103 std::vector<std::string> Dependencies; member in class:clang::DependencyCollector
|
/external/compiler-rt/make/ |
H A D | subdir.mk | 11 # Dependencies - Any dependences for the object files. 26 ObjNames Implementation Dependencies
|