代码搜索:Inheritance
找到约 1,689 项符合「Inheritance」的源代码
代码结果 1,689
www.eeworm.com/read/172147/5389241
java intermediateclass.java
/*
* Copyright 2005-2007 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/172147/5389245
java genericif.java
/*
* Copyright 2005-2007 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/172147/5389247
java genericabstractsuper.java
/*
* Copyright 2005-2007 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/172147/5389250
java specific3.java
/*
* Copyright 2005-2007 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/166404/5475309
fail t19.fail
t19.use:13:7: Inheritance conflict: operation op occurs with different signatures in the base classes of C
www.eeworm.com/read/166404/5475339
fail t18.fail
t18.use:13:7: Inheritance conflict: attribute attr occurs with different types in the base classes of C
www.eeworm.com/read/162614/5517375
readme
Subdirectories:
abi Tests for ABI compatibility -- mangling, object layout, etc.
bprob Tests for functionality of profile-directed block ordering.
charset Tests for input character set translation
www.eeworm.com/read/162614/5519713
c rtti4.c
// { dg-do run }
// { dg-options "-frtti -w" }
// test of rtti of single inheritance and multiple inheritance with
// virtual inheritance
#include
extern "C" {
int printf(const char *
www.eeworm.com/read/162614/5519986
c rtti3.c
// { dg-do run }
// { dg-options "-frtti" }
// test of rtti of single inheritance and multiple inheritance with
// virtual functions
#include
extern "C" {
int printf(const char *, ...
www.eeworm.com/read/162614/5520069
c rtti2.c
// { dg-do run }
// { dg-options "-frtti" }
// test of rtti of single inheritance and multiple inheritance classes
#include
extern "C" {
int printf(const char *, ...);
void exit(int)