Home
last modified time | relevance | path

Searched refs:function_call (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTraceDumper.cpp235 void DumpUntracedContext(const TraceDumper::FunctionCall &function_call) { in DumpUntracedContext() argument
236 if (function_call.IsError()) { in DumpUntracedContext()
239 const SymbolContext &sc = function_call.GetSymbolInfo().sc; in DumpUntracedContext()
250 void DumpFunctionCallTree(const TraceDumper::FunctionCall &function_call) { in DumpFunctionCallTree() argument
251 if (function_call.GetUntracedPrefixSegment()) { in DumpFunctionCallTree()
253 DumpUntracedContext(function_call); in DumpFunctionCallTree()
257 DumpFunctionCallTree(function_call.GetUntracedPrefixSegment()->GetNestedCall()); in DumpFunctionCallTree()
262 function_call.GetTracedSegments()) { in DumpFunctionCallTree()
325 void DumpFunctionCallTree(const TraceDumper::FunctionCall &function_call) { in DumpFunctionCallTree() argument
326 if (function_call.GetUntracedPrefixSegment()) { in DumpFunctionCallTree()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTraceDumper.h270 void IfNestedCall(std::function<void(const FunctionCall &function_call)>
/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreelang.texi607 OR expression==expression OR (expression) OR variable=expression OR function_call
610 function_call. Expressions can be combined as a sum of two expressions
616 function_call: function_name (comma_separated_expressions)
/openbsd-src/gnu/gcc/gcc/treelang/
H A Dtreelang.texi614 OR variable = expression OR function_call
617 function_call. Expressions can be combined as a sum of two expressions
623 function_call: function_name ( optional_comma_separated_expressions )