Home
last modified time | relevance | path

Searched defs:hasChild (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDwarfLib.h209 int hasChild; member
239 bool hasChild; member
H A DDwarf.cc475 int hasChild = dwrTag.hasChild; in parseChild() local
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDwarfLib.h203 int hasChild; member
233 bool hasChild; member
H A DDwarf.cc473 int hasChild = dwrTag.hasChild; in parseChild() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h104 void setChildrenFlag(bool hasChild) { Children = hasChild; } in setChildrenFlag()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h729 bool hasChild(const TreePatternNode *N) const { in hasChild() function