代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/240162/4580753
c lookup23.c
// { dg-do assemble }
// Test for proper handling of type lookup if base class has field with the
// same name as the containing class.
struct a { int a; };
struct b : a {};
b x;
void foo ()
{
x
www.eeworm.com/read/240162/4582792
c 900520_06.c
// { dg-do run }
// g++ 1.37.1 bug 900520_06
// When an object of a class type is passed into a formal parameter of the
// same class type (in a function call) the language definition calls for
// t
www.eeworm.com/read/240162/4582960
c access16.c
// { dg-do assemble }
// Bug: g++ uses the same binfo for the a subobject of c and the a subobject
// of b, so basetype_paths get bashed improperly.
class a {
protected:
virtual void foo() { } // {
www.eeworm.com/read/240162/4590002
c defined.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests tradcpp0 with defined. The defined operator in traditional C
works just the same as the defined opera
www.eeworm.com/read/238913/4606961
js popupwin.js
// (c) dynarch.com 2003-2004
// Distributed under the same terms as HTMLArea itself.
function PopupWin(editor, title, handler, initFunction)
{
this.editor = editor;
this.handler = handler;
var
www.eeworm.com/read/238768/4608900
readme
This is an OpenSSL-compatible version of AES (also called Rijndael).
aes_core.c is basically the same as rijndael-alg-fst.c but with an
API that looks like the rest of the OpenSSL symmetric cipher sui
www.eeworm.com/read/238768/4609974
readme
From Maurice Gittens
--
Example programs, demonstrating some basic SSLeay crypto library
operations, to help you not to make the same mistakes I did.
The following files are pr
www.eeworm.com/read/233448/4673338
c lookup21.c
// { dg-do run }
// Check that we don't complain about ambiguity between the same static
// member function in different subobjects.
struct A {
static void f() {}
};
struct B: public A { };
struc
www.eeworm.com/read/233448/4673572
c lookup23.c
// { dg-do assemble }
// Test for proper handling of type lookup if base class has field with the
// same name as the containing class.
struct a { int a; };
struct b : a {};
b x;
void foo ()
{
x
www.eeworm.com/read/233448/4675610
c 900520_06.c
// { dg-do run }
// g++ 1.37.1 bug 900520_06
// When an object of a class type is passed into a formal parameter of the
// same class type (in a function call) the language definition calls for
// t