Home
last modified time | relevance | path

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

/external/clang/test/CXX/class.access/class.friend/
Dp2-cxx03.cpp18 X0<int> x0c; variable
Dp3-cxx0x.cpp11 X0<int> x0c; variable
/external/clang/test/CXX/temp/temp.decls/temp.mem/
Dp5.cpp75 void test_X0(X0 x0, const X0 &x0c) { in test_X0()
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp5.cpp13 X0<'a'> x0c; variable
187 …X0<&Y::h> x0c; // expected-error-re{{non-type template argument of type 'float (pointer_to_member_… variable
Dp1.cpp81 X0<ki> x0c; // expected-error {{must have its address taken}} in test() local
/external/clang/test/SemaTemplate/
Dinstantiate-function-params.cpp38 X0<T(A1)> x0c; in instF0() local
Dconstructor-template.cpp23 X0 x0c = i; in test_X0() local