| /external/compiler-rt/test/tsan/ | 
| longjmp2.cc | 6 int foo(sigjmp_buf env) {  function 18   foo(env);
 
 | 
| /external/eigen/failtest/ | 
| block_nonconst_ctor_on_const_xpr_0.cpp | 11 void foo(CV_QUALIFIER Matrix3d &m){  function 
 | 
| block_nonconst_ctor_on_const_xpr_1.cpp | 11 void foo(CV_QUALIFIER Matrix3d &m){  function 
 | 
| block_nonconst_ctor_on_const_xpr_2.cpp | 11 void foo(CV_QUALIFIER Matrix3d &m){  function 
 | 
| block_on_const_type_actually_const_0.cpp | 11 void foo(){  function 
 | 
| block_on_const_type_actually_const_1.cpp | 11 void foo(){  function 
 | 
| const_qualified_block_method_retval_0.cpp | 11 void foo(CV_QUALIFIER Matrix3d &m){  function 
 | 
| const_qualified_block_method_retval_1.cpp | 11 void foo(CV_QUALIFIER Matrix3d &m){  function 
 | 
| const_qualified_diagonal_method_retval.cpp | 11 void foo(CV_QUALIFIER Matrix3d &m){  function 
 | 
| const_qualified_transpose_method_retval.cpp | 11 void foo(CV_QUALIFIER Matrix3d &m){  function 
 | 
| diagonal_nonconst_ctor_on_const_xpr.cpp | 11 void foo(CV_QUALIFIER Matrix3d &m){  function 
 | 
| diagonal_on_const_type_actually_const.cpp | 11 void foo(){  function 
 | 
| map_nonconst_ctor_on_const_ptr_0.cpp | 11 void foo(CV_QUALIFIER float *ptr){  function 
 | 
| map_nonconst_ctor_on_const_ptr_1.cpp | 11 void foo(CV_QUALIFIER float *ptr, DenseIndex size){  function 
 | 
| map_nonconst_ctor_on_const_ptr_2.cpp | 11 void foo(CV_QUALIFIER float *ptr, DenseIndex rows, DenseIndex cols){  function 
 | 
| map_nonconst_ctor_on_const_ptr_3.cpp | 11 void foo(CV_QUALIFIER float *ptr, DenseIndex rows, DenseIndex cols){  function 
 | 
| map_nonconst_ctor_on_const_ptr_4.cpp | 11 void foo(const float *ptr, DenseIndex rows, DenseIndex cols){  function 
 | 
| map_on_const_type_actually_const_0.cpp | 11 void foo(float *ptr){  function 
 | 
| map_on_const_type_actually_const_1.cpp | 11 void foo(float *ptr){  function 
 | 
| transpose_nonconst_ctor_on_const_xpr.cpp | 11 void foo(CV_QUALIFIER Matrix3d &m){  function 
 | 
| transpose_on_const_type_actually_const.cpp | 11 void foo(){  function 
 | 
| /external/lldb/test/functionalities/data-formatter/format-propagation/ | 
| main.cpp | 1 struct foo  struct 5 	foo(int a, int b) : X(a), Y(b) {}  function in struct:foo
 10 	foo f(1,2);
 
 | 
| /external/lldb/test/functionalities/data-formatter/rdar-13338477/ | 
| main.cpp | 10 bool bar(int const *foo) { 11   return foo != 0; // Set break point at this line.
 15   int foo[] = {1,2,3};  local
 16   return bar(foo);
 
 | 
| /external/lldb/test/lang/c/const_variables/ | 
| functions.c | 3 void foo()  function 5   printf("foo()\n");
 
 | 
| /external/lldb/test/lang/objc/objc-builtin-types/ | 
| main.cpp | 7   ns::id foo = 0;  local 8   return foo; // Set breakpoint here.
 
 |