Searched refs:derived5 (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/flang/test/Semantics/ |
D | resolve85.f90 | 27 type, bind(c), public, bind(c) :: derived5 type 28 end type derived5
|
/external/llvm-project/flang/test/Fir/ |
D | fir-types.fir | 23 // CHECK-LABEL: func private @dvd5() -> !fir.type<derived5(p1:i8,p2:i8,p3:i8,p4:i8,p5:i8){f1:f32,f2… 29 func private @dvd5() -> !fir.type<derived5(p1:i8,p2:i8,p3:i8,p4:i8,p5:i8){f1:f32,f2:f32,f3:f32,f4:f…
|
/external/clang/test/SemaCXX/ |
D | overload-call.cpp | 262 void derived5(C&); // expected-note{{candidate function not viable: cannot bind base class object o… 265 derived5(a); // expected-error{{no matching function for call to 'derived5}} in test_base()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | overload-call.cpp | 262 void derived5(C&); // expected-note{{candidate function not viable: cannot bind base class object o… 265 derived5(a); // expected-error{{no matching function for call to 'derived5}} in test_base()
|