Home
last modified time | relevance | path

Searched refs:foo_func (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/test/Index/Inputs/
Dfoo.h3 void foo_func(int param1);
Dt2.c7 foo_func(global_var); in bar_func()
Dt1.c3 void foo_func(int param1) { in foo_func() function
/external/clang/test/Index/Inputs/
Dfoo.h3 void foo_func(int param1);
Dt2.c7 foo_func(global_var); in bar_func()
Dt1.c3 void foo_func(int param1) { in foo_func() function
/external/python/cffi/testing/cffi1/
Dtest_verify1.py1124 assert lib.foo_func(lib.BB) == 2
1125 py.test.raises(TypeError, lib.foo_func, "BB")
1137 assert lib.foo_func(lib.BB) == lib.BB == 2
1182 assert lib.foo_func(lib.BB) == lib.BB == 2
1183 py.test.raises(TypeError, lib.foo_func, "BB")
1195 assert lib.foo_func(lib.BB) == lib.BB == 2
/external/python/cffi/testing/cffi0/
Dtest_verify.py1160 assert lib.foo_func(lib.BB) == 2
1161 py.test.raises(TypeError, lib.foo_func, "BB")
1173 assert lib.foo_func(lib.BB) == lib.BB == 2
1216 assert lib.foo_func(lib.BB) == lib.BB == 2
1217 py.test.raises(TypeError, lib.foo_func, "BB")
1229 assert lib.foo_func(lib.BB) == lib.BB == 2