Home
last modified time | relevance | path

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

/external/lldb/test/lang/c/forward/
Dfoo.c5 foo (struct bar *bar_ptr) in foo() argument
7 return printf ("bar_ptr = %p\n", bar_ptr); in foo()
Dfoo.h4 int foo (struct bar *bar_ptr);
DREADME.txt5 when we stop in "foo" we see the contents of the "bar_ptr".
/external/lldb/docs/testsuite/
Dbest-practices.txt32 """Display *bar_ptr when stopped on a function with forward declaration of struct bar."""