HomeSort by relevance Sort by last modified time
    Searched refs:list_type (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
GCStrategy.h 56 typedef std::vector<GCFunctionInfo*> list_type; typedef in class:llvm::GCStrategy
57 typedef list_type::iterator iterator;
64 list_type Functions;
GCMetadataPrinter.h 39 typedef GCStrategy::list_type list_type; typedef in class:llvm::GCMetadataPrinter
GCMetadata.h 160 typedef std::vector<GCStrategy*> list_type; typedef in class:llvm::GCModuleInfo
164 list_type StrategyList;
170 typedef list_type::const_iterator iterator;
  /external/clang/include/clang/Driver/
Job.h 158 typedef SmallVector<std::unique_ptr<Command>, 4> list_type; typedef in class:clang::driver::JobList
159 typedef list_type::size_type size_type;
160 typedef llvm::pointee_iterator<list_type::iterator> iterator;
161 typedef llvm::pointee_iterator<list_type::const_iterator> const_iterator;
164 list_type Jobs;
176 const list_type &getJobs() const { return Jobs; }
  /external/curl/tests/
directories.pm 239 my ($list_type, $file) = @_;
240 $list = $lists{$list_type};
261 my ($list_type, $file) = @_;
262 $list = $lists{$list_type};

Completed in 317 milliseconds