代码搜索结果
找到约 820,005 项符合
if 的代码
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.as
package flare.query
{
/**
* Expression operator for an if statement that performs conditional
* execution.
*/
public class If extends Expression
{
private var _test:Expression;
if.java
class If{
public static void main(String args[]) {
int a, b, c;
a = 3;
b = 4;
if(a < b)
System.out.println("a is less than b");
if(a == b)
System.out.println("this won’t be
if
# -*-perl-*-
$description = "Test the if function.\n";
$details = "Try various uses of if and ensure they all give the correct
resul
if.jsp
<c:if>
<c:if>
if.d
#objdump: -d --prefix-addresses
#name: MRI structured if
#as: -M
# Test MRI structured if pseudo-op.
.*: file format .*
Disassembly of section .text:
0+000 cmpw %d1,%d0
0+002
if.s
; Test MRI structured if pseudo-op.
xdef foo
foo
if d1 d0 and d2 d0 then
if d1 d2 then
move d1,d3
else
move d2,d3
endi
else
if d0 d1 or d0 d2 then