HomeSort by: relevance | last modified time | path
    Searched defs:populate (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceGraphBuilder.h 9 // This file defines a builder interface that can be used to populate dependence
59 void populate() { function in class:llvm::AbstractDependenceGraphBuilder
193 /// populate the \p NodeOrdinalMap.
LazyCallGraph.h 313 /// The node works much like an optional in order to lazily populate the
354 /// Populate the edges of this node if necessary.
356 /// The first time this is called it will populate the edges for this node
366 EdgeSequence &populate() { function in class:llvm::LazyCallGraph::Edge::Node
972 /// Get a graph node for a given function, scanning it to populate the graph
  /src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
NsdConf.py 340 def populate(self, named): member in class:NsdConf
  /src/external/gpl3/gcc/dist/gcc/analyzer/
access-diagram.cc 1029 /* Populate m_table_x_for_bit and m_bit_for_table_x. */
1030 void populate (const boundaries &boundaries, function in class:ana::bit_to_table_map
1149 /* If this fails, then we probably failed to fully populate m_boundaries
1161 /* If this fails, then we probably failed to fully populate m_boundaries
2093 /* Populate m_table_x_for_bit and m_bit_for_table_x.
2096 do populate it, so that looking at the table_x of one beyond the
2098 m_btm.populate (*m_boundaries, *m_op.get_manager (), logger);
2177 /* Populate the canvas_x per table_x. */
  /src/sys/dev/pci/
if_vmx.c 2823 u_int i, populate, idx; local
2827 populate = 1;
2829 for (i = 0; i < populate; i++) {
2873 device_printf(dev, "cannot populate Rx queue %d\n", q);

Completed in 33 milliseconds