Searched refs:fun4 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Sema/
H A Dalias-redefinition.c19 void fun4(void) __attribute((alias("f4")));
20 void fun4(void);
/external/clang/test/SemaCXX/
H A Dwarn-tautological-compare.cpp68 int* fun4(int);
90 if (fun4 == 0) {}
91 // expected-warning@-1{{comparison of function 'fun4' equal to a null pointer is always false}}
103 if (nullptr != fun4) {}
104 // expected-warning@-1{{comparison of function 'fun4' not equal to a null pointer is always true}}
H A Dmember-expr.cpp148 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 mean to call it?}}
/external/clang/test/CodeGenCXX/
H A Dmangle.cpp1040 decltype(S1<T>().~S1<T>(), S1<T>().~S1<T>()) fun4() {}; function in namespace:test51
1055 template void fun4<int>();
/external/v8/test/cctest/
H A Dtest-api.cc5317 const char* fun4 = "f(14, 15, 16)"; local
5318 Local<v8::Array> a3 = CompileRun(fun4).As<v8::Array>();

Completed in 235 milliseconds