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

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

Completed in 213 milliseconds