代码搜索:operators
找到约 8,993 项符合「operators」的源代码
代码结果 8,993
www.eeworm.com/read/233448/4675019
c operators8.c
// { dg-do assemble }
// GROUPS passed operators
struct A {
char *p;
operator char *();
};
char foo(A a)
{
return a[0];
}
www.eeworm.com/read/233448/4675054
c operators4.c
// { dg-do assemble }
// { dg-options "" }
// GROUPS passed operators
// Check that the & operator, when applied to a global function
// or member function returns a proper value as long as the cont
www.eeworm.com/read/233448/4675104
c operators7.c
// { dg-do assemble }
// GROUPS passed operators
class A {
char *p;
public:
operator const char *() const { return p; }
};
int foo(const A &a)
{
return (a != 0);
}
www.eeworm.com/read/233448/4675147
c operators5.c
// { dg-do run }
// GROUPS passed operators
// Check that operators may be (directly) recursive.
extern "C" int printf (const char *, ...);
struct base {
int i;
};
base base_variable;
base oper
www.eeworm.com/read/233448/4691439
cc bitmask_operators.cc
// { dg-do compile }
// -*- C++ -*-
// Copyright (C) 2004 Free Software Foundation, Inc.
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Ge
www.eeworm.com/read/233448/4691441
cc bitmask_operators.cc
// { dg-do compile }
// -*- C++ -*-
// Copyright (C) 2004 Free Software Foundation, Inc.
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Ge
www.eeworm.com/read/233448/4691443
cc bitmask_operators.cc
// { dg-do compile }
// -*- C++ -*-
// Copyright (C) 2004 Free Software Foundation, Inc.
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Ge
www.eeworm.com/read/233448/4691935
cc valarray_operators.cc
// { dg-do run }
// 2003-02-03 Volker Reichelt
// Copyright (C) 2003 Free Software Foundation
//
// This file is part of the GNU ISO C++ Library. This library is fre
www.eeworm.com/read/221464/4828940
ipp chset_operators.ipp
/*=============================================================================
Copyright (c) 2001-2003 Joel de Guzman
http://spirit.sourceforge.net/
Use, modification and distributio