代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/470693/1457545
c builtins5.c
// Build don't link:
// Test that built-in functions aren't recognized without a prototype.
// Origin: Roger Sayle Mar 20, 2002
// Copyright (C) 2002 Free Software Foundation.
int
foo ()
{
return
www.eeworm.com/read/242732/4543276
c regcontrol.c
/* $Id: regcontrol.c 22634 2006-06-26 13:16:43Z fireball $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS User32
* PURPOSE: Built-in control
www.eeworm.com/read/242732/4543288
h regcontrol.h
/* $Id: regcontrol.h 21295 2006-03-12 00:01:12Z jimtabor $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS User32
* PURPOSE: Built-in control
www.eeworm.com/read/240162/4580788
c builtins5.c
// { dg-do assemble }
// Test that built-in functions aren't recognized without a prototype.
// Origin: Roger Sayle Mar 20, 2002
// Copyright (C) 2002 Free Software Foundation.
int
foo ()
{
retur
www.eeworm.com/read/233448/4673607
c builtins5.c
// { dg-do assemble }
// Test that built-in functions aren't recognized without a prototype.
// Origin: Roger Sayle Mar 20, 2002
// Copyright (C) 2002 Free Software Foundation.
int
foo ()
{
retur
www.eeworm.com/read/233448/4684413
c builtins-21.c
/* Copyright (C) 2003 Free Software Foundation.
Verify that built-in math function constant folding doesn't
cause any problems for the compiler.
Written by Roger Sayle, 7th June 2003. */
www.eeworm.com/read/233448/4684587
c builtins-2.c
/* Copyright (C) 2002 Free Software Foundation.
Verify that built-in math function constant folding doesn't
cause any problems for the compiler.
Written by Roger Sayle, 16th August 2002.
www.eeworm.com/read/233448/4685230
c builtin-nonneg-1.c
/* Copyright (C) 2004 Free Software Foundation.
Verify that GCC can determine which built-in functions produce a
nonnegative result.
Written by Kaveh Ghazi, 2004-03-10. */
/* { dg-do lin
www.eeworm.com/read/233448/4686388
c redecl-4.c
/* Test for multiple declarations and composite types, with built-in
functions. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=c89 -Wformat -g"