Home
last modified time | relevance | path

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

/llvm-project/flang/test/Semantics/
H A Ddata12.f9030 type(t1) :: x1b variable
/llvm-project/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp4.cpp10 X1<float> x1b; // expected-note {{in instantiation of}} variable
/llvm-project/clang/test/CXX/class.access/class.friend/
H A Dp3-cxx0x.cpp28 X1<Y3> x1b; variable
/llvm-project/clang/test/CXX/temp/temp.res/temp.local/
H A Dp1.cpp64 X1 f(const X1& x1a) { X1 x1b(x1a); return x1b; } in f() local
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1.cpp101 X1<f_tmpl> x1b; test() local
/llvm-project/clang/test/SemaCXX/
H A Dc99-variable-length-array.cpp68 X1<HasNonConstantValue> x1b; // expected-note{{in instantiation of}} global() variable
/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/
H A Dp2.cpp51 …X1<int>::X1<float> x1b; // expected-error{{qualified reference to 'X1' is a constructor name rathe… in other_contexts() local