Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/class.access/class.friend/
H A Dp2-cxx03.cpp18 X0<int> x0c; variable
H A Dp3-cxx0x.cpp11 X0<int> x0c; variable
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1.cpp81 X0<ki> x0c; // precxx17-error {{must have its address taken}} cxx17-error {{value of type 'const int' is not implicitly convertible to 'int *'}} test() local
197 X0<(int*)1> x0c; global() variable
H A Dp5.cpp17 X0<'a'> x0c; variable
226 X0<&Y::h> x0c; // expected-error-re{{type 'float (pointer_to_member_function::Y::*)(float){{( __attribute__\(\(thiscall\)\))?}}' {{.*}} convert{{.*}} 'int (Y::*)(int){{( __attribute__\(\(thiscall\)\))?}}'}} variable
/llvm-project/clang/test/CXX/temp/temp.decls/temp.mem/
H A Dp5.cpp81 void test_X0(X0 x0, const X0 &x0c) { in test_X0()
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-function-params.cpp38 X0<T(A1)> x0c; in instF0() local
H A Dconstructor-template.cpp22 X0 x0c = i; in test_X0() local
/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
H A Dp2.cpp57 …X1<int>::X0::X0 x0c; // expected-error{{qualified reference to 'X0' is a constructor name rather t… in other_contexts() local