代码搜索结果

找到约 820,005 项符合 if 的代码

if.1

.th IF I 5/2/74 .sh NAME if \*- conditional command .sh SYNOPSIS .bd if expr command [ arg ... ] .sh DESCRIPTION .it If evaluates the expression .it expr, and if its value is true, executes the given

if.c

/* if command */ int ap; int ac; char **av; main(argc, argv) char *argv[]; { argv[argc] = 0; ac = argc; av = argv; ap = 1; if (argc

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

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

stdbool-if.c

/* { dg-do compile } */ /* { dg-options -pedantic } */ /* test of 'true' and 'false' in #if. this is accepted with a pedwarn before stdbool.h is included, silently afterward. */ /* Make sure th

if-paren.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* These now use "!=" rather than "

if-sc.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* Test that all operators correctly short circuit. */ #if (2 || 3 / 0) != 1 #error /* { dg-bogus "error" "|| s

if-unary.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* Test the various unary operators. */ #if 1 + + + 1 /* allow multiple unary sign operators :) */ #endif #if