HomeSort by: relevance | last modified time | path
    Searched refs:get_children (Results 1 - 21 of 21) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
test_exception_specification_kind.py 16 for child in node.get_children():
test_translation_unit.py 69 spellings = [c.spelling for c in tu.cursor.get_children()]
77 spellings = [c.spelling for c in tu.cursor.get_children()]
92 spellings = [c.spelling for c in tu.cursor.get_children()]
103 spellings = [c.spelling for c in tu.cursor.get_children()]
118 spellings = [c.spelling for c in tu.cursor.get_children()]
155 inclusion_directive_files = [c.get_included_file().name for c in tu.cursor.get_children() if c.kind == CursorKind.INCLUSION_DIRECTIVE]
test_cursor.py 60 it = tu.cursor.get_children()
77 s0_nodes = list(tu_nodes[0].get_children())
99 cursors = list(tu.cursor.get_children())
118 for cursor in tu.cursor.get_children():
367 enum_constants = list(enum.get_children())
386 enum_constants = list(enum.get_children())
402 for c in foo.get_children():
422 for c in foo.get_children():
552 for c in bar.get_children():
test_type.py 47 fields = list(teststruct.get_children())
120 children = list(tu.cursor.get_children())
141 fields = list(teststruct.get_children())
376 fields = list(teststruct.get_children())
412 children = list(teststruct.get_children())
test_location.py 76 for n in [n for n in tu.cursor.get_children() if n.spelling == 'one']:
  /src/external/gpl3/binutils/dist/gprofng/src/
BaseMetricTreeNode.h 64 Vector<BaseMetricTreeNode*> *get_children () { return children; } function in class:BaseMetricTreeNode
BaseMetricTreeNode.cc 233 Vec_loop (BaseMetricTreeNode*, curr->get_children (), index, child)
Dbe.cc 1401 Vector<BaseMetricTreeNode*> *children = curr->get_children ();
  /src/external/gpl3/binutils.old/dist/gprofng/src/
BaseMetricTreeNode.h 64 Vector<BaseMetricTreeNode*> *get_children () { return children; } function in class:BaseMetricTreeNode
BaseMetricTreeNode.cc 233 Vec_loop (BaseMetricTreeNode*, curr->get_children (), index, child)
Dbe.cc 1401 Vector<BaseMetricTreeNode*> *children = curr->get_children ();
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
cortex-a57-fma-steering.cc 147 std::list<fma_node *> *get_children ();
498 fma_node::get_children () function in class:fma_node
563 if (this->get_children ()->empty ())
579 for (fma_child = this->get_children ()->begin ();
580 fma_child != this->get_children ()->end (); fma_child++)
894 for (child_iter = node->get_children ()->begin ();
895 child_iter != node->get_children ()->end (); ++child_iter)
983 if (fma_slot && (*fma_slot)->get_children ())
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
cortex-a57-fma-steering.cc 147 std::list<fma_node *> *get_children ();
498 fma_node::get_children () function in class:fma_node
563 if (this->get_children ()->empty ())
579 for (fma_child = this->get_children ()->begin ();
580 fma_child != this->get_children ()->end (); fma_child++)
894 for (child_iter = node->get_children ()->begin ();
895 child_iter != node->get_children ()->end (); ++child_iter)
983 if (fma_slot && (*fma_slot)->get_children ())
  /src/external/apache2/llvm/dist/clang/bindings/python/examples/cindex/
cindex-dump.py 43 for c in node.get_children()]
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/
util.py 268 children_iterator = psutilProc.get_children(recursive=True)
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
util.py 458 children_iterator = psutilProc.get_children(recursive=True)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
mshtml.d 375 HRESULT get_children(IDispatch*);
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 1827 def get_children(self): member in class:Cursor
1851 for child in self.get_children():
  /src/external/mit/isl/dist/include/isl/
cpp-checked.h 1255 inline isl::checked::ast_node_list get_children() const;
7020 isl::checked::ast_node_list ast_node_block::get_children() const function in class:isl::checked::ast_node_block
cpp.h 1321 inline isl::ast_node_list get_children() const;
7952 isl::ast_node_list ast_node_block::get_children() const function in class:isl::ast_node_block
  /src/external/mit/isl/dist/interface/
isl.py 7139 def get_children(arg0): member in class:ast_node_block

Completed in 133 milliseconds