Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Dtaint-checker-callback-order-has-definition.c12 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()
/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h299 UntracedPrefixSegment(FunctionCallUP &&nested_call) in UntracedPrefixSegment() argument
300 : m_nested_call(std::move(nested_call)) {} in UntracedPrefixSegment()
350 void SetUntracedPrefixSegment(FunctionCallUP &&nested_call);
/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp268 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()
/llvm-project/mlir/test/Dialect/Func/
H A Dfunc-transform.mlir95 // CHECK-LABEL: func.func @nested_call
96 func.func @nested_call() {