Searched refs:fn3 (Results 1 – 9 of 9) sorted by relevance
85 int fn3() __attribute__ ((const));88 if (fn1() < 0 || fn2(2,1) < 0 || fn3(2) < 0) // no warnings in t6()93 fn3(42); // expected-warning {{ignoring return value of function declared with const attribute}} in t6()
12 Fn_noret fn3 = &foo_noret; in test() local
10 void fn3() = delete; // expected-note {{previous definition is here}}11 void fn3() { // expected-error {{redefinition}} in fn3() function
7 define i32 @fn3() {
12 define void @fn3() {
78 void fn3() { in fn3() function
98 void fn3() { in fn3() function
26 int fn3(SomeClass *obj) {
34 int fn3(F2 *c) { in fn3() function