代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/233448/4684320
c lvalue-cond-1.c
/* APPLE LOCAL file non lvalue assign */
/* Allow assignments to conditional expressions, as long as the second and third
operands are already lvalues. */
/* Author: Ziemowit Laski
www.eeworm.com/read/233448/4685243
c tree-loop-1.c
/* PR tree-optimization/20640 */
/* After unrolling the loop, we'd turn some conditional branches into
unconditional ones, but branch redirection would fail to compute
the PHI args for the PHI
www.eeworm.com/read/229812/4751617
gml orddesc.gml
.pp
Operations at a higher level in the table will occur before those
below.
All operators involving more than one
operand associate from left to right, except
for the conditional and assignment
www.eeworm.com/read/229812/4751929
gml fcond.gml
.chap *refid=fcond &product Compiler Directives
.*
.if &e'&dohelp eq 0 .do begin
.section Introduction
.do end
.*
.np
.ix 'conditional compilation'
A number of compiler directives are availabl
www.eeworm.com/read/209559/4974545
c selinuxfs.c
/* Updated: Karl MacMillan
*
* Added conditional policy language extensions
*
* Copyright (C) 2003 - 2004 Tresys Technology, LLC
* This program is free software; you can
www.eeworm.com/read/178760/5313680
c bug-477927.c
/* Tests an uninitalised variable bug.
t is not initalised in all paths in the do loop, causing the while
conditional to fail unpredictably.
Doesn't actually test, is really an example.
*/
www.eeworm.com/read/347503/3170879
l iwmmxt-bad.l
[^:]*: Assembler messages:
[^:]*:1: Error: conditional execution not supported with control register
[^:]*:2: Error: non-word size not supported with control register
[^:]*:3: Error: non-word size not
www.eeworm.com/read/346456/3184182
sources
TARGETNAME=Filedisk
TARGETPATH=obj
TARGETTYPE=DRIVER
INCLUDES=..\inc
#
# The WinXP DDK has introduced the DDK_TARGET_OS environemnt variable
# for conditional compilation. The test here is d
www.eeworm.com/read/346456/3184199
sources
TARGETNAME=Filedisk
TARGETPATH=obj
TARGETTYPE=DRIVER
INCLUDES=..\inc
#
# The WinXP DDK has introduced the DDK_TARGET_OS environemnt variable
# for conditional compilation. The test here is d
www.eeworm.com/read/304657/3788080
java conditionalfilter.java
/* ConditionalFilter.java -- conditional expression filter
Copyright (C) 2005 Free Software Foundation
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it