Home
last modified time | relevance | path

Searched refs:pretend_to_do_something (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
Dthrow_call_test.cc10 inline void pretend_to_do_something(void *x) { in pretend_to_do_something() function
24 pretend_to_do_something(&a); in Throw()
25 pretend_to_do_something(&b); in Throw()
26 pretend_to_do_something(&c); in Throw()
27 pretend_to_do_something(&d); in Throw()
28 pretend_to_do_something(&e); in Throw()
29 pretend_to_do_something(&f); in Throw()
30 pretend_to_do_something(&g); in Throw()
31 pretend_to_do_something(&h); in Throw()
39 pretend_to_do_something(ar); in CheckStack()
Dthrow_invoke_test.cc6 inline void pretend_to_do_something(void *x) { in pretend_to_do_something() function
25 pretend_to_do_something(&a); in Throw()
26 pretend_to_do_something(&b); in Throw()
27 pretend_to_do_something(&c); in Throw()
28 pretend_to_do_something(&d); in Throw()
29 pretend_to_do_something(&e); in Throw()
37 pretend_to_do_something(ar); in CheckStack()
Dheavy_uar_test.cc13 char *pretend_to_do_something(char *x) { in pretend_to_do_something() function
22 return pretend_to_do_something(x); in LeakStack()
31 pretend_to_do_something(x); in RecursiveFunctionWithStackFrame()