Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dwarn-absolute-value.c787 long long test_function_pointer() { in test_function_pointer() function
788 return llabs(&test_function_pointer); in test_function_pointer()
/external/llvm-project/clang/test/Sema/
Dwarn-absolute-value.c787 long long test_function_pointer() { in test_function_pointer() function
788 return llabs(&test_function_pointer); in test_function_pointer()
/external/python/cffi/testing/cffi0/
Dtest_function.py195 def test_function_pointer(self): member in TestFunction