代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/224928/14562817
ac configure.ac
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
#
AC_INIT([paco], [2.0.3], [david.3r@gmail.com])
AC_CONFIG_SRCDIR([pa
www.eeworm.com/read/162614/5516536
c mips-ps-type.c
/* Test v2sf calculations */
/* { dg-do compile } */
/* { dg-mips-options "-mips64 -O2 -mpaired-single -mhard-float -mgp64" } */
/* { dg-final { scan-assembler "cvt.ps.s" } } */
/* { dg-final { scan
www.eeworm.com/read/162614/5518880
c cond6.c
// PR c++/11283
// Converting "a" to the type of "i" produces "int" rather than "const
// int", which was causing build_conditional_expr to abort. But we don't
// care about cv-quals on non-class rva
www.eeworm.com/read/162614/5526881
c 20020418-1.c
/* ifcvt accidently deletes a referenced label while generating
conditional traps on machines having such patterns */
struct foo { int a; };
void gcc_crash(struct foo *p)
{
if (__builtin_expect(
www.eeworm.com/read/162614/5528524
c 20030605-1.c
/* Test for proper preparation of the comparison operands for
generation of a conditional trap. Produced unrecognizable
rtl on Sparc. */
struct blah { char *b_data; };
void set_bh_page(stru
www.eeworm.com/read/292797/8332259
test cond2.test
#! /bin/sh
# Check SUBDIRS set based on conditionals.
. $srcdir/defs || exit 1
cat > configure.in
www.eeworm.com/read/292797/8332335
test cond.test
#! /bin/sh
# Check basic use of conditionals.
. $srcdir/defs || exit 1
cat > configure.in Mak
www.eeworm.com/read/248677/12547614
h options.h
/* conditional compilation for DSI_OUT on PTA7 instead of PTA0: DEBUG */
#undef DEBUG
//#define DEBUG
/* conditional compilation for inverting interface: INVERT */
//#undef INVERT
#define INVER
www.eeworm.com/read/248562/12553049
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.13)
AC_INIT(src/helloworld.c)
dnl ========================================================================
dnl needed fo
www.eeworm.com/read/186812/8908468
m4 acinclude.m4
AC_DEFUN([AC_PROG_CC_PIE], [
AC_CACHE_CHECK([whether ${CC-cc} accepts -fPIE], ac_cv_prog_cc_pie, [
echo 'void f(){}' > conftest.c
if test -z "`${CC-cc} -fPIE -pie -c conftest.c 2>&1`"; then
ac