代码搜索:front-End

找到约 391 项符合「front-End」的源代码

代码结果 391
www.eeworm.com/read/366702/2883286

c bool-10.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ int f(_Bool x) { return (x != 1); } /* There should be no != 1 which is produced by the front-end as bool_var != 1 is th
www.eeworm.com/read/366702/2883329

c bool-9.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ _Bool f1(_Bool x) { return !!x; } /* There should be no != 0 which is produced by the front-end as bool_var != 0 is the
www.eeworm.com/read/162614/5530410

c bool-4.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ int f(_Bool x) { return (x != 0); } /* There should be no != 0 which is produced by the front-end as bool_var != 0 is th
www.eeworm.com/read/162614/5530428

c bool-8.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ int f(_Bool x) { return (x == 1); } /* There should be no == 1 which is produced by the front-end as bool_var == 1 is th
www.eeworm.com/read/162614/5530602

c bool-9.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized" } */ _Bool f1(_Bool x) { return !!x; } /* There should be no != 0 which is produced by the front-end as bool_var != 0 is the
www.eeworm.com/read/277287/10648217

man xfilter.man

.TH XFILTER l "27 January 1992" .SH NAME xfilter \- X Window System File/Data Filter Application .SH SYNOPSIS .B xfilter [\-help] .SH DESCRIPTION .LP .I xfilter provides a Motif-based, X front-end to
www.eeworm.com/read/399397/7865935

plg tmbsl8260.plg

--------------------Configuration: tmbsl8260 - Win32 Release-------------------- Begining build with project "D:\Front-End\tmbsl8260\Build\tmbsl8260.dsp", at root. Active configuration is Win32 (x86
www.eeworm.com/read/474959/1387557

mk dir.mk

IDLMODULE_MAJOR = 1 IDLMODULE_MINOR = 0 IDLMODULE_VERSION = 0x2420# => CORBA 2.4, front-end 2.0 DIR_CPPFLAGS += -DIDLMODULE_VERSION="\"$(IDLMODULE_VERSION)\"" ifndef PYTHON all:: @$(NoPythonEr
www.eeworm.com/read/199943/5074745

c xrealloc.c

/* $Id: xrealloc.c,v 1.9 2005/03/16 00:52:05 relson Exp $ */ /* * NAME: * xrealloc.c -- front-end to standard heap manipulation routines, with error checking. * * AUTHOR: * Gyepi Sam
www.eeworm.com/read/199943/5074776

c xmalloc.c

/* $Id: xmalloc.c,v 1.8 2005/03/16 00:52:05 relson Exp $ */ /* * NAME: * xmalloc.c -- front-end to standard heap manipulation routines, with error checking. * * AUTHOR: * Gyepi Sam