Searched defs:children (Results 1 - 25 of 69) sorted by relevance

123

/openbsd-current/gnu/llvm/lld/include/lld/Common/
H A DTimer.h53 std::vector<Timer *> children; member in class:lld::Timer
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DGraphTraits.h123 children(const typename GraphTraits<GraphType>::NodeRef &G) { function in namespace:llvm
H A DGenericCycleInfo.h166 iterator_range<const_child_iterator> children() const { function in class:llvm::GenericCycle
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp32 OMPClause::child_range OMPClause::children() { function in class:OMPClause
H A DExprObjC.cpp326 Stmt::child_range ObjCMessageExpr::children() { function in class:ObjCMessageExpr
336 Stmt::const_child_range ObjCMessageExpr::children() const { function in class:ObjCMessageExpr
/openbsd-current/gnu/usr.bin/binutils/gdb/mi/
H A Dgdb-mi.el
/openbsd-current/gnu/lib/libiberty/include/
H A Dpex-common.h65 long *children; member in struct:pex_obj
/openbsd-current/gnu/llvm/clang/tools/clang-diff/
H A DClangDiff.cpp377 OS << R"(,"children":[)"; variable
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DInputObjects.pm805 sub children { subroutine
[all...]
/openbsd-current/gnu/llvm/lldb/source/DataFormatters/
H A DFormattersHelpers.cpp87 AddFilter( TypeCategoryImpl::SharedPointer category_sp, std::vector<std::string> children, const char *description, ConstString type_name, ScriptedSyntheticChildren::Flags flags, bool regex) argument
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDie.h395 inline iterator_range<DWARFDie::iterator> DWARFDie::children() const { function in class:llvm::DWARFDie
/openbsd-current/gnu/llvm/llvm/utils/gdb-scripts/
H A Dprettyprinters.py16 def children(self): member in class:Iterator
97 def children(self): member in class:ArrayRefPrinter
198 def children(self): member in class:DenseMapPrinter
216 def children(self): member in class:StringMapPrinter
385 def children(self): member in class:PointerIntPairPrinter
409 def children(self): member in class:PointerUnionPrinter
455 def children(self): member in class:IlistNodePrinter
479 def children(self): member in class:IlistPrinter
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-math-opts.c120 struct occurrence *children; member in struct:occurrence
150 occ_new (basic_block bb, struct occurrence *children) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/gprof/
H A Dsymtab.h96 struct arc *children; /* List of callee arcs. */ member in struct:sym::__anon4743
/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Dsymtab.h96 struct arc *children; /* List of callee arcs. */ member in struct:sym::__anon5405
/openbsd-current/usr.sbin/unbound/edns-subnet/
H A Daddrtree.c247 int children; local
/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDIE.cpp453 llvm::iterator_range<DWARFDIE::child_iterator> DWARFDIE::children() const { function in class:DWARFDIE
/openbsd-current/usr.bin/gprof/
H A Dgprof.h120 arctype *children; /* list of callee arcs */ member in struct:nl
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DStmtObjC.h67 child_range children() { function in class:clang::ObjCForCollectionStmt
71 const_child_range children() const { function in class:clang::ObjCForCollectionStmt
119 child_range children() { return child_range(&Body, &Body + 1); } function in class:clang::ObjCAtCatchStmt
121 const_child_range children() const { function in class:clang::ObjCAtCatchStmt
155 child_range children() { function in class:clang::ObjCAtFinallyStmt
159 const_child_range children() const { function in class:clang::ObjCAtFinallyStmt
347 child_range children() { function in class:clang::final
351 const_child_range children() const { function in class:clang::final
385 child_range children() { return child_range(&Throw, &Throw+1); } function in class:clang::ObjCAtThrowStmt
387 const_child_range children() const { function in class:clang::ObjCAtThrowStmt
420 child_range children() { return child_range(&SubStmt, &SubStmt + 1); } function in class:clang::ObjCAutoreleasePoolStmt
422 const_child_range children() const { function in class:clang::ObjCAutoreleasePoolStmt
[all...]
H A DExprOpenMP.h135 child_range children() { function in class:clang::OMPArraySectionExpr
139 const_child_range children() const { function in class:clang::OMPArraySectionExpr
222 child_range children() { function in class:clang::final
226 const_child_range children() const { function in class:clang::final
410 child_range children() { function in class:clang::final
415 const_child_range children() const { function in class:clang::final
/openbsd-current/gnu/llvm/libcxx/utils/gdb/libcxx/
H A Dprinters.py190 def children(self): member in class:StdTuplePrinter
284 def children(self): member in class:StdUniquePtrPrinter
325 def children(self): member in class:StdSharedPointerPrinter
409 def children(self): member in class:StdVectorPrinter
444 def children(self): member in class:StdBitsetPrinter
494 def children(self): member in class:StdDequePrinter
529 def children(sel member in class:StdListPrinter
547 def children(self): member in class:StdQueueOrStackPrinter
569 def children(self): member in class:StdPriorityQueuePrinter
673 def children(self): member in class:AbstractRBTreePrinter
751 def children(self): member in class:AbstractRBTreeIteratorPrinter
829 def children(self): member in class:AbstractUnorderedCollectionPrinter
876 def children(self): member in class:AbstractHashMapIteratorPrinter
[all...]
/openbsd-current/usr.bin/ctfconv/
H A Ddw.c417 uint8_t children; local
/openbsd-current/sys/dev/usb/
H A Dupd.c51 struct upd_usage_entry *children; member in struct:upd_usage_entry
101 struct upd_sensor_head children; /* list of children sensors */ member in struct:upd_sensor
[all...]
/openbsd-current/usr.bin/ssh/
H A Dsrclimit.c45 } *children; variable in typeref:struct:child_info
[all...]
/openbsd-current/usr.bin/make/
H A Dgnode.h137 LIST children; /* Nodes on which this one depends */ member in struct:GNode_

Completed in 427 milliseconds

123