代码搜索结果
找到约 820,005 项符合
if 的代码
if-cexp.c
/* { dg-do preprocess } */
/* Test the ? : opearator, for precedence and both true and false. */
#if 1 ? 1 ? 2 : 0 : 0
#error OK /* { dg-error "OK" "nested ? :" } */
#endif
#if ((0) ? (1) ? (2)
if-1.c
/* { dg-do preprocess } */
/* { dg-options "-pedantic-errors" } */
#if 0xa != 10
#error 0xa != 10 /* { dg-bogus "#error" "normal conversion" } */
#endif
#if 077 != 63
#error 077 != 63 /* { dg-bogus
if-2.c
/* { dg-do preprocess } */
/* { dg-options -pedantic-errors } */
#if 'a' != 'a' || '\001' != 1 || '\x12' != 0x12
#error a,1,0x12 /* { dg-bogus "#error" "basic charconst recognition" } */
#endif
#if
if-shift.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Test shift operators. */
#if 1 >
if-mop.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Source: Neil Booth. */
/* Various illegal expressions with missing components. */
#if /* { dg-error "no ex
if.c
/* $Header: /usr/cvsroot/target/src/wrn/wm/demo/unxagent/sun/if.c,v 1.2 2001/11/09 21:49:01 josh Exp $ */
/*
* Copyright (C) 1999-2005 Wind River Systems, Inc.
* All rights reserved. Provided unde
if.input.js
function test_simple() {
if(true) {
foo();
bar->();
baz();
}
bee();
}
function test_else() {
if(true) {
foo();
bar->();
baz();
} else {
baz();
bar->();
foo();
}
bee();
}
fun
if.output.js
function test_simple(){var njf1=njen(this,arguments);nj:while(1){switch(njf1.cp){case 0:
njf1.cp=(true)?1:2;break;case 1:
foo();njf1.pc(3,null,
bar,[]);case 3:with(njf1)if((rv3=f.apply(c,a))==NJ
if.c
/* if.c - network interface utility routines */
/* Copyright 1984 - 2002 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/* $NetBSD: if.c,v 1.18 1994/10/30 21:48:46 cgd Exp $ */
/*
* Copyri
bttv-if.c
/*
bttv-if.c -- interfaces to other kernel modules
all the i2c code is here
also the gpio interface exported by bttv (used by lirc)
bttv - Bt848 frame grabber driver
Copyright (C) 19