OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fun8
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/OpenMP/
declare_reduction_messages.c
38
#pragma omp declare reduction(
fun8
: long : omp_out += omp_in) initializer(omp_priv = 23) // expected-note {{previous definition is here}}
39
#pragma omp declare reduction(
fun8
: long : omp_out += omp_in) initializer(omp_priv = 23)) // expected-warning {{extra tokens at the end of '#pragma omp declare reduction' are ignored}} expected-error {{redefinition of user-defined reduction for type 'long'}}
declare_reduction_messages.cpp
60
#pragma omp declare reduction(
fun8
: long : omp_out += omp_in) initializer(omp_priv 23) // expected-error {{expected ')'}} expected-note {{to match this '('}}
/external/clang/test/CodeGenCXX/
mangle.cpp
1048
decltype(X<int>::Y().U<int>::Y::~Y())
fun8
() {}
function in namespace:test51
1063
template void
fun8
<X>();
Completed in 54 milliseconds