Searched refs:check_f (Results 1 – 4 of 4) sorted by relevance
54 int *const *const &check_f = f(p); variable56 static_assert(&p == &check_f, "");
42 ; check_f(&f);71 ; X64: callq check_f91 ; X32: calll check_f137 %call3 = call i32 (i32*, ...) bitcast (i32 (...)* @check_f to i32 (i32*, ...)*)(i32* %f)175 declare i32 @check_f(...) #2
31 ; CHECK: define zeroext i1 @check_f()32 define zeroext i1 @check_f() {