代码搜索:Built-In

找到约 2,787 项符合「Built-In」的源代码

代码结果 2,787
www.eeworm.com/read/389922/2530186

c eval.c

/* * eval.c * Facility: m4 macro processor * by: oz */ #include "mdef.h" #include "extr.h" /* * eval - evaluate built-in macros. * argc - number of elements in argv. * argv - element vect
www.eeworm.com/read/389028/2544566

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/366702/2869430

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/366702/2881101

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/366702/2881257

c 20051207-2.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, even if it thinks that .eh_frame should be read-wri
www.eeworm.com/read/366702/2882360

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/366702/2882542

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/366702/2883821

c 20051207-1.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, even if it thinks that .eh_frame should be read-onl
www.eeworm.com/read/366702/2884542

c wint_t-1.c

/* { dg-do compile { target wchar } } */ /* { dg-options "-Wall" } */ /* Compile with -Wall to get a warning if built-in and system wint_t don't match. */ #define _STDDEF_H #include _
www.eeworm.com/read/366702/2884658

c wchar_t-1.c

/* { dg-do compile { target wchar } } */ /* { dg-options "-Wall" } */ /* Compile with -Wall to get a warning if built-in and system wchar_t don't match. */ #define _STDDEF_H #include