Home
last modified time | relevance | path

Searched defs:x2a (Results 1 – 10 of 10) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Ddata12.f9020 type(t2) :: x2a variable
H A Dstructconst04.f9090 type(t2) :: x2a local
H A Dstructconst03.f9095 type(t2(0)) :: x2a local
/llvm-project/clang/test/CXX/except/except.spec/
H A Dp14-ir.cpp33 X2 x2a(x2); in test() local
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_class_order.cpp41 X2<int*, int*> x2a; // expected-error{{ambiguous}} variable
H A Dnested-template.cpp123 X2<float> x2a; // expected-note{{instantiation}} global() variable
H A Dinstantiate-member-template.cpp117 X2<int&> x2a; // expected-note{{instantiation}} variable
/llvm-project/clang/test/SemaCXX/
H A Dcopy-initialization.cpp19 X x2a(0); // expected-error{{call to constructor of 'X' is ambiguous}} in f() local
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1.cpp115 X2<i> x2a; test() local
/llvm-project/flang/test/Evaluate/
H A Dfolding01.f90131 integer, parameter :: x2a(*) = [11, 2, 13, 4] variable