HomeSort by relevance Sort by last modified time
    Searched refs:pretend_to_do_something (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/asan/lit_tests/TestCases/
throw_call_test.cc 6 inline void pretend_to_do_something(void *x) { function
20 pretend_to_do_something(&a);
21 pretend_to_do_something(&b);
22 pretend_to_do_something(&c);
23 pretend_to_do_something(&d);
24 pretend_to_do_something(&e);
32 pretend_to_do_something(ar);
throw_invoke_test.cc 5 inline void pretend_to_do_something(void *x) { function
24 pretend_to_do_something(&a);
25 pretend_to_do_something(&b);
26 pretend_to_do_something(&c);
27 pretend_to_do_something(&d);
28 pretend_to_do_something(&e);
36 pretend_to_do_something(ar);
  /external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
heavy_uar_test.cc 11 char *pretend_to_do_something(char *x) { function
20 return pretend_to_do_something(x);
29 pretend_to_do_something(x);

Completed in 389 milliseconds