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

/haiku/src/kits/debugger/debug_info/
H A DDwarfStackFrameDebugInfo.cpp144 const DwarfReturnValueID* returnValueID local
146 return returnValueID != NULL
147 && *fFunctionID == *returnValueID->fFunctionID
148 && fName == returnValueID->fName;

Completed in 71 milliseconds