Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Duninit-vals-ps.c133 typedef int (*RetIntFuncType)(); typedef
137 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()