Home
last modified time | relevance | path

Searched refs:derived5 (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/test/Semantics/
Dresolve85.f9027 type, bind(c), public, bind(c) :: derived5 type
28 end type derived5
/external/llvm-project/flang/test/Fir/
Dfir-types.fir23 // 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/
Doverload-call.cpp262 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/
Doverload-call.cpp262 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()