代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/233448/4683118
c 20011106-1.c
/* Test that functions passed to the comma operator are correctly converted
to pointers. */
/* Origin: Joseph Myers . */
void foo (void);
void (*fp) (void);
char x[sizeof (1, fo
www.eeworm.com/read/233448/4683796
c pr18425.c
/* { dg-do compile } */
/* ??? Using "long" isn't quite right; we're testing vectors of pointers here.
But since no extant target supports sizeof(long) != sizeof(void*)... */
/* { dg-require-effec
www.eeworm.com/read/233448/4685448
c 20040319-1.c
/* { dg-do run } */
/* { dg-options "-O2" } */
/* Test derived from PR 14643. When a function has no addressable
variables but 2 or more pointers have conflicting memory tags, they
were not be
www.eeworm.com/read/233448/4685523
c 20030917-2.c
/* This test was causing an ICE in DCE because we were allowing void *
pointers to have a memory tag, which we were copying when doing copy
propagation. Since void * can never be de-referenced,
www.eeworm.com/read/229812/4738231
c diag0181.c
// diagnose TRUE for and while loops
// from a customer
// no -ve test added yet
// warn that while expr is always non-zero
// all function pointers are non-zero
// I've looked into why we don'
www.eeworm.com/read/229812/4738970
c mp08.c
#include "fail.h"
#include
// #pragma on ( dump_ptree )
// #pragma on ( dump_emit_ic )
// test member pointers
#define VIRT
#ifdef VIRT
struct V
{ int a;
int s;
www.eeworm.com/read/190666/5172640
c mangle5.c
// Test mangling of pointers to cv-qualified member functions
struct A;
void f (void (A::*)() const) {}
// { dg-final { scan-assembler "\n_?_Z1fM1AKFvvE\[: \t\n\]" } }
www.eeworm.com/read/190666/5178953
c 20011106-1.c
/* Test that functions passed to the comma operator are correctly converted
to pointers. */
/* Origin: Joseph Myers . */
void foo (void);
void (*fp) (void);
char x[sizeof (1, fo
www.eeworm.com/read/175482/5344354
cpp 017.cpp
#ifdef _NES_MAPPER_CPP_
/////////////////////////////////////////////////////////////////////
// Mapper 17
void NES_mapper17::Reset()
{
// set CPU bank pointers
set_CPU_banks(0,1,num_8k_RO
www.eeworm.com/read/175482/5344367
cpp 094.cpp
#ifdef _NES_MAPPER_CPP_
/////////////////////////////////////////////////////////////////////
// Mapper 94
void NES_mapper94::Reset()
{
// set CPU bank pointers
set_CPU_banks(0,1,num_8k_RO