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

/external/clang/test/CXX/class.access/class.friend/
H A Dp2-cxx03.cpp11 X0<int> x0c; variable
H A Dp3-cxx0x.cpp11 X0<int> x0c; variable
/external/clang/test/CXX/temp/temp.decls/temp.mem/
H A Dp5.cpp75 void test_X0(X0 x0, const X0 &x0c) { argument
78 x0c.operator const char*();
/external/clang/test/SemaTemplate/
H A Dconstructor-template.cpp17 X0 x0c = i; local
H A Dinstantiate-function-params.cpp38 X0<T(A1)> x0c; local
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1.cpp50 X0<ki> x0c; // expected-error {{must have its address taken}} expected-warning {{internal linkage is a C++11 extension}} local
H A Dp5.cpp13 X0<'a'> x0c; member in namespace:integral_parameters
148 void x0c(X0<g>); // expected-error{{non-type template argument of type 'int (float)' cannot be converted to a value of type 'int (*)(int)'}}
165 void x0c(X0<g>); // expected-error{{non-type template parameter of reference type 'int (&)(int)' cannot bind to template argument of type 'int (float)'}}
187 X0<&Y::h> x0c; // expected-error-re{{non-type template argument of type 'float (pointer_to_member_function::Y::*)(float){{( __attribute__\(\(thiscall\)\))?}}' cannot be converted to a value of type 'int (pointer_to_member_function::Y::*)(int){{( __attribute__\(\(thiscall\)\))?}}'}} member in namespace:pointer_to_member_function

Completed in 140 milliseconds