代码搜索:same
找到约 10,000 项符合「same」的源代码
代码结果 10,000
www.eeworm.com/read/192270/5157901
strings translated.strings
/* SOME DESCRIPTIVE TITLE.
Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
This file is distributed under the same license as the PACKAGE package.
FIRST AUTHOR , YEAR.
*/
/* Flag: u
www.eeworm.com/read/192270/5157944
strings translated.strings
/* SOME DESCRIPTIVE TITLE.
Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
This file is distributed under the same license as the PACKAGE package.
FIRST AUTHOR , YEAR.
*/
/* Flag: u
www.eeworm.com/read/192270/5157962
strings translated.strings
/* SOME DESCRIPTIVE TITLE.
Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
This file is distributed under the same license as the PACKAGE package.
FIRST AUTHOR , YEAR.
*/
/* Flag: u
www.eeworm.com/read/190666/5171654
t-svr3-gas
# Exactly the same as t-mips-gas, except we must define SYSTEM_HEADER_DIR
# to point to the svr3 include files.
SYSTEM_HEADER_DIR = /sysv/usr/include
www.eeworm.com/read/190666/5173354
c lookup23.c
// Test for proper handling of type lookup if base class has field with the
// same name as the containing class.
// Build don't link:
struct a { int a; };
struct b : a {};
b x;
void foo ()
{
x.a
www.eeworm.com/read/190666/5173873
c instantiate5.c
// Build don't run:
// Additional sources: instantiate5.cc instantiate5-main.cc
// `global constructors' are given the same name, based on foo(), on
// both translation units, which is wrong, becaus
www.eeworm.com/read/190666/5174896
c nest19.c
// Build don't link:
// GROUPS passed nested-classes
// This is the first line of file ||t3.C||.
// This code demonstrates a variation of the same problem with nested
// types. In C++, nested typed
www.eeworm.com/read/190666/5175002
c p12306a.c
// prms-id: 12306
// a net report of the same problem as 12306
class a {
public:
int i;
};
class g : virtual public a {
};
class b : virtual public a {
int j;
};
class c : public g, public
www.eeworm.com/read/190666/5175570
c access16.c
// Bug: g++ uses the same binfo for the a subobject of c and the a subobject
// of b, so basetype_paths get bashed improperly.
// Build don't link:
class a {
protected:
virtual void foo() { } // get
www.eeworm.com/read/190666/5177957
c va-arg-3.c
/* Same as va-arg-2.c but using varargs.h. */
/* The purpose of this test is to catch edge cases when arguments are passed
in regs and on the stack. We test 16 cases, trying to catch multiple