| /src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/ |
| DependencyScanningTool.h | 21 namespace dependencies{ namespace in namespace:clang::tooling 23 /// The full dependencies and module graph for a specific input. 31 /// directly depends on, not including transitive dependencies. 35 /// transitive dependencies. 49 /// transitive set of dependencies for this 103 } // end namespace dependencies
|
| DependencyScanningWorker.h | 29 namespace dependencies { namespace in namespace:clang::tooling 48 /// The worker computes the dependencies for the input files by preprocessing 57 /// dependencies to the provided consumer. 73 /// dependencies. This filesystem persists accross multiple compiler 82 } // end namespace dependencies
|
| DependencyScanningService.h | 16 namespace dependencies { namespace in namespace:clang::tooling 19 /// dependencies. 21 /// This mode is used to compute the dependencies by running the preprocessor 26 /// This mode is used to compute the dependencies by running the preprocessor 29 /// the dependencies. 77 } // end namespace dependencies
|
| ModuleDepCollector.h | 28 namespace dependencies { namespace in namespace:clang::tooling 64 /// on, not including transitive dependencies. 68 /// including transitive dependencies. 88 /// transitive set of dependencies for this 115 /// transitive modular dependencies and passes everything to the 141 /// Working set of direct modular dependencies. 146 /// Traverses the previously collected direct modular dependencies to discover 147 /// transitive modular dependencies and fills the parent \c ModuleDepCollector 156 /// Collects modular and non-modular dependencies of the main file by attaching 177 /// Non-modular file dependencies. This includes the main source file an [all...] |
| DependencyScanningFilesystem.h | 23 namespace dependencies { namespace in namespace:clang::tooling 184 } // end namespace dependencies
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/ |
| DependencyScanningTool.cpp | 14 namespace dependencies{ namespace in namespace:clang::tooling 26 dependencies::detail::collectPCMAndModuleMapPaths( 50 /// Prints out all of the gathered dependencies into a string. 57 Dependencies.push_back(std::string(File)); 75 ArrayRef<std::string> Dependencies) 77 for (const auto &Dep : Dependencies) 87 DependencyPrinter Generator(*Opts, Dependencies); 93 std::vector<std::string> Dependencies; 125 Dependencies.push_back(std::string(File)); 141 FD.FileDeps.assign(Dependencies.begin(), Dependencies.end()) [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| ia64-asmtab.h | 62 potentially different dependencies. 66 OFFSET fields. The completer entry may also note dependencies for the 86 Only dependencies listed in the terminal completer for an opcode are 116 short dependencies; member in struct:ia64_completer_table
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ia64-asmtab.h | 62 potentially different dependencies. 66 OFFSET fields. The completer entry may also note dependencies for the 86 Only dependencies listed in the terminal completer for an opcode are 116 short dependencies; member in struct:ia64_completer_table
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| observable.h | 91 const std::vector<const struct token *> &dependencies) 92 : token (token), func (func), name (name), dependencies (dependencies) 98 std::vector<const struct token *> dependencies; member in struct:gdb::observers::observable::observer 112 DEPENDENCIES is a list of tokens of observers to be notified before this 118 const std::vector<const struct token *> &dependencies = {}) 120 attach (f, nullptr, name, dependencies); 128 DEPENDENCIES is a list of tokens of observers to be notified before this 134 const std::vector<const struct token *> &dependencies = {}) 136 attach (f, &t, name, dependencies); [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| ia64-asmtab.h | 62 potentially different dependencies. 66 OFFSET fields. The completer entry may also note dependencies for the 86 Only dependencies listed in the terminal completer for an opcode are 116 short dependencies; member in struct:ia64_completer_table
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| observable.h | 91 const std::vector<const struct token *> &dependencies) 92 : token (token), func (func), name (name), dependencies (dependencies) 98 std::vector<const struct token *> dependencies; member in struct:gdb::observers::observable::observer 112 DEPENDENCIES is a list of tokens of observers to be notified before this 118 const std::vector<const struct token *> &dependencies = {}) 120 attach (f, nullptr, name, dependencies); 128 DEPENDENCIES is a list of tokens of observers to be notified before this 134 const std::vector<const struct token *> &dependencies = {}) 136 attach (f, &t, name, dependencies); [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ia64-asmtab.h | 62 potentially different dependencies. 66 OFFSET fields. The completer entry may also note dependencies for the 86 Only dependencies listed in the terminal completer for an opcode are 116 short dependencies; member in struct:ia64_completer_table
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| SymbolManager.cpp | 350 auto &dependencies = SymbolDependencies[Primary]; local 351 if (!dependencies) { 352 dependencies = std::make_unique<SymbolRefSmallVectorTy>(); 354 dependencies->push_back(Dependent);
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| DerivedMetrics.cc | 203 Vector<definition*> *dependencies = new Vector<definition*>; local 206 dependencies->append (items->fetch (i)); 208 return dependencies;
|
| BaseMetric.h | 241 Vector<BaseMetric *> *dependencies; member in class:Definition
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| DerivedMetrics.cc | 203 Vector<definition*> *dependencies = new Vector<definition*>; local 206 dependencies->append (items->fetch (i)); 208 return dependencies;
|
| BaseMetric.h | 241 Vector<BaseMetric *> *dependencies; member in class:Definition
|
| /src/external/gpl3/gdb/dist/gdb/ |
| psymtab.h | 94 /* Allocate storage for the "dependencies" field of a psymtab. 95 NUMBER says how many dependencies there are. */ 253 both for this psymtab, and its dependencies. 258 dependencies of a top-level psymtab have been expanded. 268 /* Ensure that all the dependencies are read in. Calls 325 no symbols. It may still have dependencies. */ 417 psymtab in their 'dependencies' array. 434 for the dependencies before being read for this psymtab; this is 437 formats there may be no need to use dependencies. */ 439 struct partial_symtab **dependencies = nullptr member in struct:partial_symtab [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| psymtab.h | 94 /* Allocate storage for the "dependencies" field of a psymtab. 95 NUMBER says how many dependencies there are. */ 253 both for this psymtab, and its dependencies. 258 dependencies of a top-level psymtab have been expanded. 268 /* Ensure that all the dependencies are read in. Calls 325 no symbols. It may still have dependencies. */ 417 psymtab in their 'dependencies' array. 434 for the dependencies before being read for this psymtab; this is 437 formats there may be no need to use dependencies. */ 439 struct partial_symtab **dependencies = nullptr member in struct:partial_symtab [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-threadedge.cc | 1425 auto_bitmap dependencies; local 1429 compute_exit_dependencies (dependencies, path, stmt); 1430 m_query->reset_path (path, dependencies); 1451 // Calculate the set of exit dependencies for a path and statement to 1459 hybrid_jt_simplifier::compute_exit_dependencies (bitmap dependencies, 1466 bitmap_copy (dependencies, gori.imports (path[0])); 1477 bitmap_set_bit (dependencies, SSA_NAME_VERSION (op));
|
| /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| DwarfCompileUnit.cpp | 895 static SmallVector<const DIVariable *, 2> dependencies(DbgVariable *Var) { function 972 // Add to Result if all dependencies are visited. 986 // Push dependencies and this node onto the worklist, so that this node is 987 // visited again after all of its dependencies are handled. 989 for (auto *Dependency : dependencies(Var)) {
|
| /src/external/bsd/pkg_install/dist/add/ |
| perform.c | 103 char **dependencies; member in struct:pkg_task 571 warnx("%s was built to ignore ABI dependencies", pkg->pkgname); 858 * Register dependencies after sucessfully installing the package. 874 required_by = pkgdb_pkg_file(pkg->dependencies[i], REQUIRED_BY_FNAME); 1197 /* XXX check cyclic dependencies? */ 1236 * Recursively handle dependencies, installing as required. 1254 * Now that all dependencies have been processed we can find the best 1271 if (strcmp(best_installed, pkg->dependencies[i]) == 0) 1282 pkg->dependencies = xrealloc(pkg->dependencies, [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-lang.cc | 98 Adds TARGET to the make dependencies target buffer. 181 /* Write out all dependencies of a given MODULE to the specified BUFFER. */ 187 vec <const char *> dependencies = vNULL; local 207 /* Search all modules for file dependencies. */ 218 dependencies.safe_push (modstr); 228 dependencies.safe_push (impstr); 264 /* Write out all make dependencies. */ 265 for (size_t i = 0; i < dependencies.length (); i++) 266 deps_write_string (dependencies[i], buffer, column); 1291 /* Make dependencies. * [all...] |
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| linux-osdata.c | 1236 char *name, *dependencies, *status, *tmp, *saveptr; local 1257 dependencies = strtok_r (NULL, " ", &saveptr); 1258 if (dependencies == NULL) 1276 "<column name=\"dependencies\">%s</column>" 1283 dependencies,
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| linux-osdata.c | 1236 char *name, *dependencies, *status, *tmp, *saveptr; local 1257 dependencies = strtok_r (NULL, " ", &saveptr); 1258 if (dependencies == NULL) 1276 "<column name=\"dependencies\">%s</column>" 1283 dependencies,
|