OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fun4
(Results
1 - 8
of
8
) sorted by null
/external/clang/test/Sema/
alias-redefinition.c
19
void
fun4
(void) __attribute((alias("f4")));
20
void
fun4
(void);
/system/tools/hidl/test/vendor/1.0/
IVendor.hal
30
fun4
(string a) generates(string b);
/external/clang/test/SemaCXX/
warn-tautological-compare.cpp
68
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}}
member-expr.cpp
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 mean to call it?}}
/external/clang/test/OpenMP/
declare_reduction_messages.c
34
#pragma omp declare reduction(
fun4
: long : omp_out += omp_in) initializer() // expected-error {{expected expression}}
declare_reduction_messages.cpp
55
#pragma omp declare reduction(
fun4
: long : omp_out += omp_in) initializer() // expected-error {{expected expression}}
/system/tools/hidl/c2hal/test/
test.h
90
static void
fun4
() { test; }
function
/external/clang/test/CodeGenCXX/
mangle.cpp
1040
decltype(S1<T>().~S1<T>(), S1<T>().~S1<T>())
fun4
() {};
function in namespace:test51
1055
template void
fun4
<int>();
Completed in 104 milliseconds