Searched refs:fun4 (Results 1 – 8 of 8) sorted by relevance
68 int* fun4(int);90 if (fun4 == 0) {} in test()103 if (nullptr != fun4) {} in test()
148 template <typename T> S fun4(); // expected-note{{possible target for call}}150 …return fun4.x; // expected-error{{reference to overloaded function could not be resolved; did you … in g4()
19 void fun4(void) __attribute((alias("f4")));20 void fun4(void);
13 ; void fun4() { b && (C(), 1); }34 ; CHECK: DW_AT_name {{.*}} "fun4"137 !12 = distinct !DISubprogram(name: "fun4", linkageName: "_Z4fun4v", line: 5, isLocal: false, isDefi…
34 #pragma omp declare reduction(fun4 : long : omp_out += omp_in) initializer() // expec…
55 #pragma omp declare reduction(fun4 : long : omp_out += omp_in) initializer() …
54 define i64 @fun4(i8 zeroext %v) {62 ; CHECK-LABEL: @fun4
1040 decltype(S1<T>().~S1<T>(), S1<T>().~S1<T>()) fun4() {}; in fun4() function1055 template void fun4<int>();