代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/470720/1445366
c builtins10.c
// Build don't link:
// Test that built-in functions don't warn when prototyped without arguments.
// Origin: PR c++/9367
// Copyright (C) 2003 Free Software Foundation.
extern "C" int snprintf();
www.eeworm.com/read/470693/1457312
c builtins10.c
// Build don't link:
// Test that built-in functions don't warn when prototyped without arguments.
// Origin: PR c++/9367
// Copyright (C) 2003 Free Software Foundation.
extern "C" int snprintf();
www.eeworm.com/read/457053/1601804
tcl bitmap.tcl
# bitmap.tcl --
#
# This demonstration script creates a toplevel window that displays
# all of Tk's built-in bitmaps.
#
# RCS: @(#) $Id: bitmap.tcl,v 1.2 1998/09/14 18:23:27 stanton Exp $
if {![info
www.eeworm.com/read/240162/4580555
c builtins10.c
// { dg-do assemble }
// Test that built-in functions don't warn when prototyped without arguments.
// Origin: PR c++/9367
// Copyright (C) 2003 Free Software Foundation.
extern "C" int snprintf();
www.eeworm.com/read/233448/4673372
c builtins10.c
// { dg-do assemble }
// Test that built-in functions don't warn when prototyped without arguments.
// Origin: PR c++/9367
// Copyright (C) 2003 Free Software Foundation.
extern "C" int snprintf();
www.eeworm.com/read/233448/4684042
c builtins-9.c
/* Copyright (C) 2003 Free Software Foundation.
Check that constant folding of built-in math functions doesn't
break anything.
Written by Roger Sayle, 2nd April 2003. */
/* { dg-do compil
www.eeworm.com/read/233448/4684634
c builtins-40.c
/* Copyright (C) 2004 Free Software Foundation.
Check that fmod, fmodf, fmodl, drem, dremf and dreml
built-in functions compile.
Written by Uros Bizjak, 5th May 2004. */
/* { dg-do compil
www.eeworm.com/read/233448/4685046
c visibility-8.c
/* Test hidden visibility on built-in functions (for libc). PR 13856. */
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
/* { dg-require-visibility "" } */
/* { dg-final { scan-hidden "__G
www.eeworm.com/read/233448/4685213
c builtins-39.c
/* Copyright (C) 2004 Free Software Foundation.
Check that asin, asinf, asinl, acos, acosf
and acosl built-in functions compile.
Written by Uros Bizjak, 20th April 2004. */
/* { dg-do com
www.eeworm.com/read/231546/4714889
pod perldata.pod
=head1 NAME
perldata - Perl data types
=head1 DESCRIPTION
=head2 Variable names
Perl has three built-in data types: scalars, arrays of scalars, and
associative arrays of scalars, known as "hashes"