代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/366702/2865535
c miss-format-4.c
/* Test warnings for missing format attributes on function pointers. */
/* Origin: Kaveh Ghazi */
/* { dg-do compile } */
/* { dg-options "-Wmissing-format-attribute" } */
#
www.eeworm.com/read/366702/2865536
c miss-format-5.c
/* Test warnings for missing format attributes on function pointers. */
/* Origin: Kaveh Ghazi */
/* { dg-do compile } */
/* { dg-options "-Wmissing-format-attribute" } */
#
www.eeworm.com/read/366702/2865616
c miss-format-6.c
/* Test warnings for missing format attributes on function pointers. */
/* Origin: Kaveh Ghazi */
/* { dg-do compile } */
/* { dg-options "-Wmissing-format-attribute" } */
#
www.eeworm.com/read/366702/2865626
c miss-format-3.c
/* Test warnings for missing format attributes on function pointers. */
/* Origin: Kaveh Ghazi */
/* { dg-do compile } */
/* { dg-options "-Wmissing-format-attribute" } */
#
www.eeworm.com/read/366702/2868259
c dr195.c
// Copyright (C) 2004 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 20 Oct 2004
// DR 195 will allow conversions between function and object pointers
// un
www.eeworm.com/read/366702/2871094
c ptrmem3.c
// { dg-do assemble }
// GROUPS passed pointers-to-members
template class TemplA {
T t;
};
template class TemplB {
public:
typedef void (T::*TClassMethod)();
private:
www.eeworm.com/read/366702/2872119
c template6.c
// { dg-do run }
// PRMS Id: 4656
// Testcase for use of member pointers in template resolution
template class A {
public:
A() : a(1) {}
T a;
};
template
int foo (T A:
www.eeworm.com/read/366702/2872292
c eb75.c
// { dg-do assemble }
int*& foo (int const *& x)
{
return const_cast (x);
}
/*
If the references in this example are changed to pointers (change
all `&''s to `*'), no warnings result.
I th
www.eeworm.com/read/366702/2872447
mm template-2.mm
/* Test if ObjC classes (and pointers thereto) can participate
in C++ overloading. Correct handling of cv-qualifiers is
key here. */
/* Author: Ziemowit Laski . */
/* { dg
www.eeworm.com/read/366702/2876068
f90 deallocate_stat.f90
! { dg-do run }
! PR 17792
! PR 21375
! Test that the STAT argument to DEALLOCATE works with POINTERS and
! ALLOCATABLE arrays.
program deallocate_stat
implicit none
integer i
real, poi