OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fun3
(Results
1 - 8
of
8
) sorted by null
/external/clang/test/Sema/
alias-redefinition.c
15
void
fun3
(void) __attribute((alias("f3"))); // expected-note {{previous definition}}
16
void
fun3
(void) __attribute((alias("f3"))); // expected-error {{redefinition of '
fun3
'}}
/external/clang/test/SemaCXX/
warn-tautological-compare.cpp
67
int*
fun3
();
86
if (
fun3
== 0) {}
87
// expected-warning@-1{{comparison of function '
fun3
' equal to a null pointer is always false}}
99
if (nullptr !=
fun3
) {}
100
// expected-warning@-1{{comparison of function '
fun3
' not equal to a null pointer is always true}}
member-expr.cpp
142
S
fun3
(int i=0); // expected-note{{possible target for call}}
143
int
fun3
(int i, int j); // expected-note{{possible target for call}}
145
return
fun3
.x; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it with no arguments?}}
166
Vec
fun3
(int x = 0);
167
int test3() { return
fun3
.size(); } // expected-error {{base of member reference is a function; perhaps you meant to call it with no arguments}}
qual-id-test.cpp
85
void
fun3
()
function in namespace:C
/external/clang/test/OpenMP/
declare_reduction_messages.c
33
#pragma omp declare reduction(
fun3
: long : omp_out += omp_in) initializer[ // expected-error {{expected '(' after 'initializer'}} expected-error {{expected expression}} expected-warning {{extra tokens at the end of '#pragma omp declare reduction' are ignored}}
declare_reduction_messages.cpp
54
#pragma omp declare reduction(
fun3
: long : omp_out += omp_in) initializer[ // expected-error {{expected '(' after 'initializer'}} expected-error {{expected expression}} expected-warning {{extra tokens at the end of '#pragma omp declare reduction' are ignored}}
/system/tools/hidl/c2hal/test/
test.h
89
static void
fun3
() { test; }
function
/external/clang/test/CodeGenCXX/
mangle.cpp
1038
decltype(S1<T>().~U())
fun3
() {}
function in namespace:test51
1053
template void
fun3
<S1<int>, int>();
Completed in 53 milliseconds