Searched refs:nested_call (Results 1 – 4 of 4) sorted by relevance
12 void nested_call(void) {} in nested_call() function 15 nested_call(); // no-crash: we should not try adding taint to a non-existent argument. in fgets()
299 UntracedPrefixSegment(FunctionCallUP &&nested_call) in UntracedPrefixSegment() argument300 : m_nested_call(std::move(nested_call)) {} in UntracedPrefixSegment()350 void SetUntracedPrefixSegment(FunctionCallUP &&nested_call);
268 segment.IfNestedCall([&](const TraceDumper::FunctionCall &nested_call) { in DumpFunctionCallTree() argument 270 DumpFunctionCallTree(nested_call); in DumpFunctionCallTree() 345 [&](const TraceDumper::FunctionCall &nested_call) { in DumpFunctionCallTree() argument 347 "nestedCall", [&] { DumpFunctionCallTree(nested_call); }); in DumpFunctionCallTree() 679 TraceDumper::FunctionCallUP &&nested_call) { in SetUntracedPrefixSegment() argument 680 m_untraced_prefix_segment.emplace(std::move(nested_call)); in SetUntracedPrefixSegment()
95 // CHECK-LABEL: func.func @nested_call96 func.func @nested_call() {