HomeSort by relevance Sort by last modified time
    Searched refs:Dependencies (Results 1 - 25 of 28) sorted by null

1 2

  /external/compiler-rt/lib/asan/
Makefile.mk 18 # FIXME: use automatic dependencies?
19 Dependencies := $(wildcard $(Dir)/*.h)
20 Dependencies += $(wildcard $(Dir)/../interception/*.h)
21 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
  /external/compiler-rt/lib/msan/
Makefile.mk 18 # FIXME: use automatic dependencies?
19 Dependencies := $(wildcard $(Dir)/*.h)
20 Dependencies += $(wildcard $(Dir)/../interception/*.h)
21 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
  /external/compiler-rt/lib/tsan/rtl/
Makefile.mk 19 # FIXME: use automatic dependencies?
20 Dependencies := $(wildcard $(Dir)/*.h)
21 Dependencies += $(wildcard $(Dir)/../../interception/*.h)
22 Dependencies += $(wildcard $(Dir)/../../sanitizer_common/*.h)
  /external/compiler-rt/lib/interception/
Makefile.mk 18 # FIXME: use automatic dependencies?
19 Dependencies := $(wildcard $(Dir)/*.h)
20 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
  /external/compiler-rt/lib/ubsan/
Makefile.mk 18 # FIXME: use automatic dependencies?
19 Dependencies := $(wildcard $(Dir)/*.h)
20 Dependencies += $(wildcard $(Dir)/../sanitizer_common/*.h)
  /external/compiler-rt/lib/tsan/
Makefile.mk 14 Dependencies :=
  /external/llvm/include/llvm/ADT/
DAGDeltaAlgorithm.h 23 /// removing any single element not required by the dependencies on the other
26 /// The DAG should be used to represent dependencies in the changes which are
35 /// substantially fewer tests with appropriate dependencies. \see DeltaAlgorithm
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
62 /// dependencies.
64 const std::vector<edge_ty> &Dependencies);
    [all...]
  /external/llvm/lib/TableGen/
Main.cpp 67 const TGLexer::DependenciesMapTy &Dependencies = Parser.getDependencies();
68 for (TGLexer::DependenciesMapTy::const_iterator I = Dependencies.begin(),
69 E = Dependencies.end();
TGLexer.h 81 /// Dependencies - This is the list of all included files.
82 DependenciesMapTy Dependencies;
93 return Dependencies;
  /external/clang/lib/Frontend/
DependencyGraph.cpp 37 DependencyMap Dependencies;
89 Dependencies[FromFile].push_back(File);
111 OS << "digraph \"dependencies\" {\n";
128 for (DependencyMap::iterator F = Dependencies.begin(),
129 FEnd = Dependencies.end();
  /external/clang/include/clang/Serialization/
GlobalModuleIndex.h 72 llvm::SmallVector<const FileEntry *, 4> Dependencies;
137 SmallVectorImpl<const FileEntry *> &Dependencies);
  /external/compiler-rt/lib/arm/
Makefile.mk 19 # FIXME: use automatic dependencies?
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/compiler-rt/lib/i386/
Makefile.mk 19 # FIXME: use automatic dependencies?
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/compiler-rt/lib/ppc/
Makefile.mk 19 # FIXME: use automatic dependencies?
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/compiler-rt/lib/profile/
Makefile.mk 17 # FIXME: use automatic dependencies?
18 Dependencies := $(wildcard $(Dir)/*.h)
  /external/compiler-rt/lib/sanitizer_common/
Makefile.mk 18 # FIXME: use automatic dependencies?
19 Dependencies := $(wildcard $(Dir)/*.h)
  /external/compiler-rt/lib/x86_64/
Makefile.mk 19 # FIXME: use automatic dependencies?
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 47 /// \brief Describes a module, including its file name and dependencies.
121 SmallVector<unsigned, 2> Dependencies;
200 // Dependencies
203 Dependencies(Record.begin() + Idx, Record.begin() + Idx + NumDeps);
219 // Record this module. The dependencies will be resolved later.
222 Info.Dependencies.swap(Dependencies);
252 for (unsigned I = 0, N = LM->second.Dependencies.size(); I != N; ++I) {
253 unsigned DepID = LM->second.Dependencies[I];
297 // Resolve dependencies. Drop any we can't resolve due to out-of-dat
    [all...]
  /external/compiler-rt/
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/
DAGDeltaAlgorithm.cpp 28 // practice when there are unmodelled dependencies. I believe we can resolve
65 const std::vector<edge_ty> &Dependencies;
127 // Check dependencies invariant.
188 Dependencies(_Dependencies)
195 for (std::vector<edge_ty>::const_iterator it = Dependencies.begin(),
196 ie = Dependencies.end(); it != ie; ++it) {
358 const std::vector<edge_ty> &Dependencies) {
359 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run();
  /external/compiler-rt/lib/
Makefile.mk 35 # FIXME: use automatic dependencies?
36 Dependencies := $(wildcard $(Dir)/*.h)
  /external/compiler-rt/make/
subdir.mk 8 # Dependencies - Any dependences for the object files.
24 ModuleName SubDirs ObjNames Implementation Dependencies
  /external/markdown/markdown/extensions/
headerid.py 62 Dependencies:
  /build/tools/
parsedeps.py 20 class Dependencies:
87 deps = Dependencies()
109 print "Read %d dependencies. %d targets." % (deps.count, len(deps.lines))
java-layers.py 23 sys.stderr.write(" of its dependencies.\n")
54 class Dependencies:
73 # transitive closure of dependencies
168 return Dependencies(deps)

Completed in 742 milliseconds

1 2