代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/240162/4582912
c optimize.c
// { dg-do assemble }
// { dg-options "-O -pedantic-errors" }
// Bug: g++ claims that control can fall off the end of these functions.
// PRMS Id: 4943
struct A {
A();
A(const A&);
A& operator
www.eeworm.com/read/233448/4675731
c optimize.c
// { dg-do assemble }
// { dg-options "-O -pedantic-errors" }
// Bug: g++ claims that control can fall off the end of these functions.
// PRMS Id: 4943
struct A {
A();
A(const A&);
A& operator
www.eeworm.com/read/229812/4748369
c optimize.c
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/224875/4802010
c optimize.c
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1993, 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, wi
www.eeworm.com/read/192230/5159787
c optimize.c
/* Source for debugging optimimzed code test.
cc -g -O -o optimize optimize.c
*/
int callee();
int test_opt;
int main()
{
int a,b,c,d,e,f,g,h;
a = 10;;
/* Value propagate
*/
b
www.eeworm.com/read/192230/5159788
exp optimize.exp
# Copyright (C) 1998 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the
www.eeworm.com/read/190666/5175522
c optimize.c
// Bug: g++ claims that control can fall off the end of these functions.
// PRMS Id: 4943
// Special g++ Options: -O -pedantic-errors
// Build don't link:
struct A {
A();
A(const A&);
A& operat
www.eeworm.com/read/162614/5522176
c optimize.c
// { dg-do assemble }
// { dg-options "-O -pedantic-errors" }
// Bug: g++ claims that control can fall off the end of these functions.
// PRMS Id: 4943
struct A {
A();
A(const A&);
A& operator
www.eeworm.com/read/348288/3157525
c optimize.c
/*
optimize: get a grip on the different optimizations
copyright 2006 by the mpg123 project - free software under the terms of the LGPL 2.1
see COPYING and AUTHORS files in distribution or http://
www.eeworm.com/read/348288/3157575
h optimize.h
#ifndef MPG123_H_OPTIMIZE
#define MPG123_H_OPTIMIZE
/*
optimize: get a grip on the different optimizations
copyright 2007 by the mpg123 project - free software under the terms of the LGPL 2.1
see