HomeSort by relevance Sort by last modified time
    Searched refs:fun5 (Results 1 - 7 of 7) sorted by null

  /system/tools/hidl/test/vendor/1.0/
IVendor.hal 31 fun5(uint8_t[4][4] a) generates(uint8_t[4][4] b);
  /external/clang/test/Sema/
alias-redefinition.c 24 void __attribute((alias("f5"))) fun5(void) {} // expected-error {{redefinition of 'fun5'}} // expected-note {{previous definition}} function
  /external/clang/test/SemaCXX/
member-expr.cpp 153 S fun5(int i); // expected-note{{possible target for call}}
154 S fun5(float f); // expected-note{{possible target for call}}
156 return fun5.x; // expected-error{{reference to overloaded function could not be resolved; did you mean to call it?}}
qual-id-test.cpp 112 void fun5() function in namespace:C
126 fun5<A::sub>(); // expected-note{{instantiation}}
  /external/clang/test/OpenMP/
declare_reduction_messages.c 35 #pragma omp declare reduction(fun5 : long : omp_out += omp_in) initializer(temp) // expected-error {{only 'omp_priv' or 'omp_orig' variables are allowed in initializer expression}}
declare_reduction_messages.cpp 56 #pragma omp declare reduction(fun5 : long : omp_out += omp_in) initializer(temp) // expected-error {{only 'omp_priv' or 'omp_orig' variables are allowed in initializer expression}}
  /external/clang/test/CodeGenCXX/
mangle.cpp 1042 decltype(S1<int>().~S1<T>()) fun5(){}; function in namespace:test51
1057 template void fun5<int>();

Completed in 549 milliseconds