Searched refs:fPtr (Results 1 – 5 of 5) sorted by relevance
72 if (fPtr)75 Foo *mem = [fPtr getFooPtr];81 fPtr = retInputOrNil(fPtr);83 Foo *mem = [fPtr getFooPtr];89 fPtr = retInputOrNil(fPtr);97 fPtr = retInputOrNil(fPtr);101 Foo *mem = [fPtr getFooPtr];109 fPtr = retNil();113 Foo *mem = [fPtr getFooPtr];121 idc(fPtr);[all …]
117 int (*fPtr)(int) = &A::staticMemberFunction; in testPointerToStaticMemberCall() local118 if (fPtr != 0) { // no-crash in testPointerToStaticMemberCall()119 clang_analyzer_eval(fPtr(2) == 3); // expected-warning{{TRUE}} in testPointerToStaticMemberCall()
889 void (*fPtr)(union argument *) = (void (*)(union argument *))function_pointer_cast_helper; in strcmp_union_function_pointer_cast() local891 fPtr(&a); in strcmp_union_function_pointer_cast()
1337 int fPtr(unsigned cond, int x) { in fPtr() function
161 B *fPtr = &f; in test() local162 std::ranges::iter_swap(ePtr, fPtr); in test()