Searched refs:RetIntFuncType (Results 1 – 1 of 1) sorted by relevance
133 typedef int (*RetIntFuncType)(); typedef137 return ((RetIntFuncType)f)(); //expected-warning {{Undefined or garbage value returned to caller}} in test_radar12278788_FP()149 … return ((RetIntFuncType)f)(); //expected-warning {{Undefined or garbage value returned to caller}} in rdar13665798()