代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/366702/2881090
c wredundant-decls-1.c
/* PR 16684: no redundant declaration warnings should issue the first
time a built-in function is declared.
{ dg-do compile }
{ dg-options "-Wredundant-decls" } */
void *malloc (__SIZE_TYPE_
www.eeworm.com/read/366702/2881320
c builtins-36.c
/* Copyright (C) 2004 Free Software Foundation.
Check sin, sinf, sinl, cos, cosf and cosl built-in functions
eventually compile to sincos, sincosf and sincosl.
Written by Uros Bizjak, 5th A
www.eeworm.com/read/366702/2881421
c builtins-28.c
/* Test that creal and cimag built-in functions do not return lvalues. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "" } */
extern float crealf (float
www.eeworm.com/read/366702/2882202
c 20051207-3.c
/* GCC doesn't generate any .eh_frame data for this TU itself, so it
shouldn't warn about "a" conflicting with the built-in idea of
.eh_frame. The warning therefore belongs on the second decl.
www.eeworm.com/read/366702/2882366
c builtins-20.c
/* Copyright (C) 2003 Free Software Foundation.
Verify that built-in math function constant folding doesn't break
anything and produces the expected results.
Written by Roger Sayle, 8th Ju
www.eeworm.com/read/366702/2882595
c builtin-frexp-1.c
/* Copyright (C) 2007 Free Software Foundation.
Verify that built-in folding of frexp is correctly performed by the
compiler.
Origin: Kaveh R. Ghazi, February 21, 2007. */
/* { dg-do li
www.eeworm.com/read/366702/2882627
c builtin-ldexp-1.c
/* Copyright (C) 2007 Free Software Foundation.
Verify that built-in folding of ldexp et al. is correctly performed
by the compiler.
Origin: Kaveh R. Ghazi, February 17, 2007. */
/* { d
www.eeworm.com/read/366702/2882659
c builtin-modf-1.c
/* Copyright (C) 2007 Free Software Foundation.
Verify that built-in folding of modf is correctly performed by the
compiler.
Origin: Kaveh R. Ghazi, February 23, 2007. */
/* { dg-do lin
www.eeworm.com/read/366702/2883845
c builtins-18.c
/* Copyright (C) 2003 Free Software Foundation.
Check that built-in cabs, cabsf and cabsl functions don't
break anything and produces the expected results.
Written by Roger Sayle, 1st June
www.eeworm.com/read/360971/2955097
cpp fig17_02.cpp
// Fig. 17.2: fig17_02.cpp
// Using a member initializer to initialize a
// constant of a built-in data type.
#include
using std::cout;
using std::endl;
class Increment {
public: