Home
last modified time | relevance | path

Searched refs:derivedNode (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp206 void visitAllNodesWithInfo(HasProperties derivedNode, in visitAllNodesWithInfo() argument
211 visit(derivedNode, derivedNodeInfo); in visitAllNodesWithInfo()
214 if (ASTNode base = derivedNode.getAs<ASTNode>()) { in visitAllNodesWithInfo()
294 void ASTPropsEmitter::Validator::validateNode(HasProperties derivedNode, in validateNode() argument
296 if (!ValidatedNodes.insert(derivedNode).second) return; in validateNode()
301 Emitter.visitAllNodesWithInfo(derivedNode, derivedNodeInfo, in validateNode()
317 + "\" in hierarchy of " + derivedNode.getName()); in validateNode()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DFunction.h136 DbeInstr *derivedNode; // If derived from another function variable
H A DFunction.cc54 derivedNode = NULL; in Function()
362 derivedNode = fitem->find_dbeinstr (PCLineFlag, line_no); in findDerivedFunctions()
384 derivedNode = fitem->find_dbeinstr (PCLineFlag, line_no); in findDerivedFunctions()
H A DCallStack.cc620 DbeInstr *drvd = cur_instr->func->derivedNode; in add_stack()
H A DModule.cc1649 if (fp->derivedNode == instr) in set_MPSlave()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DFunction.h136 DbeInstr *derivedNode; // If derived from another function variable
H A DFunction.cc54 derivedNode = NULL; in Function()
362 derivedNode = fitem->find_dbeinstr (PCLineFlag, line_no); in findDerivedFunctions()
384 derivedNode = fitem->find_dbeinstr (PCLineFlag, line_no); in findDerivedFunctions()
H A DCallStack.cc620 DbeInstr *drvd = cur_instr->func->derivedNode; in add_stack()
H A DModule.cc1649 if (fp->derivedNode == instr) in set_MPSlave()