Searched refs:function_pointers (Results 1 - 2 of 2) sorted by relevance

/external/lldb/test/lang/c/function_types/
H A DTestFunctionTypes.py31 self.function_pointers()
38 self.function_pointers()
82 def function_pointers(self): member in class:FunctionTypesTestCase
/external/clang/test/Sema/
H A Dcompare.c219 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 164 milliseconds