OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:function_pointers
(Results
1 - 2
of
2
) sorted by null
/external/lldb/test/lang/c/function_types/
TestFunctionTypes.py
31
self.
function_pointers
()
38
self.
function_pointers
()
82
def
function_pointers
(self):
member in class:FunctionTypesTestCase
/external/clang/test/Sema/
compare.c
219
int
function_pointers
(int (*a)(int), int (*b)(int), void (*c)(int)) {
function
221
return
function_pointers
>
function_pointers
; // expected-warning {{self-comparison always evaluates to false}} expected-warning{{ordered comparison of function pointers}}
Completed in 346 milliseconds