Searched defs:c16e (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dvector.cpp10 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { argument
13 f0(c16e);
20 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { argument
23 f1(c16e); // expected-error{{call to 'f1' is ambiguous}}
30 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { argument
33 f2(c16e);
40 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, argument
45 __typeof__(Cond? c16e : c16e) *c16ep1 = &c16e;
108 test_implicit_conversions(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e, convertible_to<char16> to_c16, convertible_to<longlong16> to_ll16, convertible_to<char16_e> to_c16e, convertible_to<longlong16_e> to_ll16e, convertible_to<char16&> rto_c16, convertible_to<char16_e&> rto_c16e) argument
[all...]

Completed in 42 milliseconds