代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/366702/2883101
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/366702/2883334
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/364489/2903653
cpp shapecomposite.cpp
// CDO.cpp
//
// Simple Product composite class using the STL list class.
// The composite stores Product pointers. It does it's own memory management.
//
// 15 september 1998 RD Started
// 2004
www.eeworm.com/read/364489/2903668
cpp cdo.cpp
// CDO.cpp
//
// Simple Product composite class using the STL list class.
// The composite stores Product pointers. It does it's own memory management.
//
// 15 september 1998 RD Started
// 2004
www.eeworm.com/read/364489/2903689
hpp cdo.hpp
// CDO.hpp
//
// Simple Product composite class using the STL list class.
// The composite stores Product pointers. It does it's own memory management.
//
// (C) Datasim Education BV
#ifndef C
www.eeworm.com/read/251957/4413012
h safe_include.h
#ifndef _SAFE_INCLUDE_H
#define _SAFE_INCLUDE_H
// to allow the frame to get the node's name or nodeID
#define GF_NODE_USE_POINTERS
#include
#endif
www.eeworm.com/read/162614/5530463
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/162614/5530606
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/292920/8324030
c names1.c
/* names1.c -- uses pointers to a structure */
#include
#include
struct namect {
char fname[20];
char lname[20];
int letters;
};
void getinfo(struct namect
www.eeworm.com/read/170603/9797157
c hideset.c
#include
#include
#include
#include "cpp.h"
/*
* A hideset is a null-terminated array of Nlist pointers.
* They are referred to by indices in the hidesets array.
*