Home
last modified time | relevance | path

Searched refs:ifFalse (Results 1 – 25 of 978) sorted by relevance

12345678910>>...40

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/
H A DConditionalExpression.cs26 if (ifTrue.Type != type || ifFalse.Type != type) in Make()
30 if (ifFalse is DefaultExpression && ifFalse.Type == typeof(void)) in Make()
36 return new FullConditionalExpression(test, ifTrue, ifFalse); in Make()
93 if (test == Test && ifTrue == IfTrue && ifFalse == IfFalse) in Update()
97 return Expression.Condition(test, ifTrue, ifFalse, Type); in Update()
108 _false = ifFalse; in FullConditionalExpression()
117 : base(test, ifTrue, ifFalse) in FullConditionalExpressionWithType()
140 ExpressionUtils.RequiresCanRead(ifFalse, nameof(ifFalse)); in Condition()
146 if (!TypeUtils.AreEquivalent(ifTrue.Type, ifFalse.Type)) in Condition()
171 ExpressionUtils.RequiresCanRead(ifFalse, nameof(ifFalse)); in Condition()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Ast/
H A DConditionalExpression.cs46 if (ifTrue.Type != type || ifFalse.Type != type) { in Make()
48 } if (ifFalse is DefaultExpression && ifFalse.Type == typeof(void)) { in Make()
51 return new FullConditionalExpression(test, ifTrue, ifFalse); in Make()
112 if (test == Test && ifTrue == IfTrue && ifFalse == IfFalse) { in Update()
115 return Expression.Condition(test, ifTrue, ifFalse, Type); in Update()
124 _false = ifFalse; in FullConditionalExpression()
136 : base(test, ifTrue, ifFalse) { in FullConditionalExpressionWithType()
159 RequiresCanRead(ifFalse, "ifFalse"); in Condition()
164 if (!TypeUtils.AreEquivalent(ifTrue.Type, ifFalse.Type)) { in Condition()
188 RequiresCanRead(ifFalse, "ifFalse"); in Condition()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DIfStatement.java43 Statement ifFalse; field in IfStatement
52 this.ifFalse = ifFalse; in IfStatement()
90 if (ifFalse != null) in check()
119 if (ifFalse != null) { in inline()
120 ifFalse = ifFalse.inline(env, ctx); in inline()
147 if (ifFalse != null) { in copyInline()
148 s.ifFalse = ifFalse.copyInline(ctx, valNeeded); in copyInline()
161 if (ifFalse != null) { in costInline()
176 if (ifFalse != null) { in code()
198 if (ifFalse != null) { in print()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DIfStatement.java43 Statement ifFalse; field in IfStatement
52 this.ifFalse = ifFalse; in IfStatement()
90 if (ifFalse != null) in check()
119 if (ifFalse != null) { in inline()
120 ifFalse = ifFalse.inline(env, ctx); in inline()
147 if (ifFalse != null) { in copyInline()
148 s.ifFalse = ifFalse.copyInline(ctx, valNeeded); in copyInline()
161 if (ifFalse != null) { in costInline()
176 if (ifFalse != null) { in code()
198 if (ifFalse != null) { in print()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/tree/
H A DIfStatement.java43 Statement ifFalse; field in IfStatement
52 this.ifFalse = ifFalse; in IfStatement()
90 if (ifFalse != null) in check()
119 if (ifFalse != null) { in inline()
120 ifFalse = ifFalse.inline(env, ctx); in inline()
147 if (ifFalse != null) { in copyInline()
148 s.ifFalse = ifFalse.copyInline(ctx, valNeeded); in copyInline()
161 if (ifFalse != null) { in costInline()
176 if (ifFalse != null) { in code()
198 if (ifFalse != null) { in print()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DIfStatement.java43 Statement ifFalse; field in IfStatement
52 this.ifFalse = ifFalse; in IfStatement()
90 if (ifFalse != null) in check()
119 if (ifFalse != null) { in inline()
120 ifFalse = ifFalse.inline(env, ctx); in inline()
147 if (ifFalse != null) { in copyInline()
148 s.ifFalse = ifFalse.copyInline(ctx, valNeeded); in copyInline()
161 if (ifFalse != null) { in costInline()
176 if (ifFalse != null) { in code()
198 if (ifFalse != null) { in print()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.rmic/share/classes/sun/tools/tree/
H A DIfStatement.java43 Statement ifFalse; field in IfStatement
52 this.ifFalse = ifFalse; in IfStatement()
90 if (ifFalse != null) in check()
119 if (ifFalse != null) { in inline()
120 ifFalse = ifFalse.inline(env, ctx); in inline()
147 if (ifFalse != null) { in copyInline()
148 s.ifFalse = ifFalse.copyInline(ctx, valNeeded); in copyInline()
161 if (ifFalse != null) { in costInline()
176 if (ifFalse != null) { in code()
198 if (ifFalse != null) { in print()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.rmic/share/classes/sun/tools/tree/
H A DIfStatement.java43 Statement ifFalse; field in IfStatement
52 this.ifFalse = ifFalse; in IfStatement()
90 if (ifFalse != null) in check()
119 if (ifFalse != null) { in inline()
120 ifFalse = ifFalse.inline(env, ctx); in inline()
147 if (ifFalse != null) { in copyInline()
148 s.ifFalse = ifFalse.copyInline(ctx, valNeeded); in copyInline()
161 if (ifFalse != null) { in costInline()
176 if (ifFalse != null) { in code()
198 if (ifFalse != null) { in print()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/tree/
H A DIfStatement.java43 Statement ifFalse; field in IfStatement
52 this.ifFalse = ifFalse; in IfStatement()
90 if (ifFalse != null) in check()
119 if (ifFalse != null) { in inline()
120 ifFalse = ifFalse.inline(env, ctx); in inline()
147 if (ifFalse != null) { in copyInline()
148 s.ifFalse = ifFalse.copyInline(ctx, valNeeded); in copyInline()
161 if (ifFalse != null) { in costInline()
176 if (ifFalse != null) { in code()
198 if (ifFalse != null) { in print()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/
H A DCondition.java23 final Expression ifFalse; field in Condition
25 Condition(Expression test, Expression ifTrue, Expression ifFalse) { in Condition() argument
27 this.ifFalse = ifFalse; in Condition()
32 return super.equals(o) && ifFalse.equals(((Condition) o).ifFalse); in equals()
37 return lhs.evaluate(context) == Boolean.TRUE ? rhs.evaluate(context) : ifFalse.evaluate(context); in evaluate()
42 …return lhs.evaluate(context) == Boolean.TRUE ? rhs.evaluateAsIterator(context) : ifFalse.evaluateA… in evaluateAsIterator()
47 return super.hashCode() * 31 + ifFalse.hashCode(); in hashCode()
56 appendOperand(bld, rootVariable, ifFalse, getPriority()); in toString()
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/
H A DJMMMpegBufferTest.1.cs14 self isThereAFile ifFalse: [^0.0].
27 self isThereAFile ifFalse: [^ 0].
28 mpegFile hasVideo ifFalse: [^ 0].
37 self isThereAFile ifFalse: [^ 0].
38 mpegFile hasVideo ifFalse: [^ 0].
48 self mpegFileIsOpen ifFalse: [^ self].
51 [(FileStream isAFileNamed: mpegFile fileName) ifFalse: [ | newFileResult newFileName |
73 ifFalse:
90 ifFalse: [
99 ifFalse: [soundTrack := nil].
[all …]
/dports/devel/icmake/icmake-9b958b05ac462adf6cde394875964a8127599514/icmake/comp/parser/
H A Dpmvternary.c5 SemVal pmv_ternary(SemVal *cond, SemVal *ifTrue, SemVal *ifFalse) in pmv_ternary() argument
9 if ( (ifTrueType & svType(ifFalse) & e_typeMask) == 0) in pmv_ternary()
12 return pmv_semVal(3, cond, ifTrue, ifFalse); in pmv_ternary()
23 svPushStack(ifFalse); in pmv_ternary()
24 return SVmove(ifFalse); in pmv_ternary()
27 svDestroy(ifFalse); // or condition is true... in pmv_ternary()
35 svPushStack(ifFalse); in pmv_ternary()
43 svCatenate(cond, ifFalse); // cond = cond + ifTrue + jmp + ifFalse in pmv_ternary()
/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DConditionalTarget.java13 public Label ifTrue, ifFalse; field in ConditionalTarget
25 public ConditionalTarget (Label ifTrue, Label ifFalse, in ConditionalTarget() argument
29 this.ifFalse = ifFalse; in ConditionalTarget()
79 lab = ifFalse; in compileFromStack()
94 code.emitGotoIfIntEqZero(ifFalse); in compileFromStack()
107 code.emitGotoIfIntEqZero(ifFalse); in compileFromStack()
119 code.emitGotoIfEq(ifFalse); in compileFromStack()
129 code.emitGoto(trueBranchComesFirst ? ifTrue : ifFalse); in emitGotoFirstBranch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/sksl/ir/
H A DSkSLTernaryExpression.h24 std::unique_ptr<Expression> ifTrue, std::unique_ptr<Expression> ifFalse) in TernaryExpression() argument
28 , fIfFalse(std::move(ifFalse)) { in TernaryExpression()
29 SkASSERT(this->ifTrue()->type() == this->ifFalse()->type()); in TernaryExpression()
48 std::unique_ptr<Expression>& ifFalse() { in ifFalse() function
52 const std::unique_ptr<Expression>& ifFalse() const { in ifFalse() function
58 this->ifFalse()->hasProperty(property); in hasProperty()
63 this->ifFalse()->isConstantOrUniform(); in isConstantOrUniform()
69 this->ifFalse()->clone())); in clone()
74 this->ifFalse()->description() + ")"; in description()
H A DSkSLIfStatement.h24 std::unique_ptr<Statement> ifTrue, std::unique_ptr<Statement> ifFalse) in IfStatement() argument
28 , fIfFalse(std::move(ifFalse)) in IfStatement()
51 std::unique_ptr<Statement>& ifFalse() { in ifFalse() function
55 const std::unique_ptr<Statement>& ifFalse() const { in ifFalse() function
63 this->ifFalse() ? this->ifFalse()->clone() in clone()
73 if (this->ifFalse()) { in description()
74 result += " else " + this->ifFalse()->description(); in description()
/dports/devel/binaryen/binaryen-version_98/src/passes/
H A DVacuum.cpp286 if (curr->ifFalse) { in visitIf()
290 if (curr->ifFalse) { in visitIf()
291 child = curr->ifFalse; in visitIf()
305 if (curr->ifFalse) { in visitIf()
312 if (curr->ifFalse) { in visitIf()
313 if (curr->ifFalse->is<Nop>()) { in visitIf()
314 curr->ifFalse = nullptr; in visitIf()
317 curr->ifFalse = nullptr; in visitIf()
327 curr->ifFalse = right; in visitIf()
407 curr->value = iff->ifFalse; in visitDrop()
[all …]
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/misc/
H A DVMM38b4-64bit-vm1-ikp.1.cs362 ] ifFalse: [
579 ] ifFalse:[
984 ifFalse:
1007 ifFalse:
1047 ifFalse:
1553 ifFalse:
3675 ifFalse:
4765 ifFalse:
5776 ifFalse:
6731 ifFalse:
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/examples/
H A Dshell63 ifFalse: [error value: '"', inputDir name, '" is no directory!'].
65 ifFalse: [error value: '"', inputDir name, '" is unwriteable!'].
67 ifFalse: [error value: '"', inputDir name, '" is unreadable!'].
69 ifFalse: [error value: '"', inputDir name, '" is unaccessible!'].
73 ifFalse: [error value: '"', inputDir name, '" is no directory!'].
75 ifFalse: [error value: '"', inputDir name, '" is unwriteable!'].
77 ifFalse: [error value: '"', inputDir name, '" is unaccessible!'].
/dports/lang/smalltalk/smalltalk-3.2.5/packages/stinst/parser/
H A DRBParseNodes.st488 ifFalse: [nil]
1229 ifFalse:
1234 ifFalse:
1925 ifFalse: [self isKeyword ifTrue: [3] ifFalse: [2]]
1952 ifFalse:
1957 ifFalse:
2860 [(#(#ifTrue:ifFalse: #ifTrue: #ifFalse: #ifFalse:ifTrue:)
2980 ifFalse:
3102 ifFalse:
3105 ifFalse:
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/java/
H A Djava_lang_reflect_Array.st52 (arg1 javaType arrayDimensionality >= arg2 size) ]) ifFalse: [
63 ifFalse: [ arg1 size ]
76 ifFalse: [ Java.java.lang.Boolean TRUE ]].
96 ifFalse: [ JavaVM throw: Java.java.lang.IllegalArgumentException ]
104 ifFalse: [ JavaVM throw: Java.java.lang.IllegalArgumentException ]
136 ifFalse: [ arg1 javaAt: arg2 ]
146 ifFalse: [ (arg1 javaAt: arg2) asFloatE ]
154 ifFalse: [ (arg1 javaAt: arg2) asFloatD ]
188 ifFalse: [ arg1 javaAt: arg2 put: arg3 ]
199 ifFalse: [ arg1 javaAt: arg2 put: arg3 ]
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/xml/parser/
H A DXML.st695 ifFalse:
763 ifFalse:
990 ifFalse:
1020 ifFalse:
1053 ifFalse:
1127 ifFalse:
1140 ifFalse:
2413 ifFalse:
2713 ifFalse:
3644 ifFalse:
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/packages/xml/xpath/
H A DXPath.st220 ifFalse:
231 ifFalse:
315 ifFalse:
475 ifFalse:
803 ifFalse:
806 ifFalse:
881 ifFalse:
932 ifFalse:
948 ifFalse:
1923 ifFalse:
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/kernel/
H A DSecurity.st111 ifFalse: [anObject isUntrusted not]
116 aPermission name = name ifFalse: [^false].
120 ifTrue: [(self target match: aPermission target) ifFalse: [^false]]
121 ifFalse: [self target == aPermission target ifFalse: [^false]]].
143 ifFalse: [self error: 'can set permission actions only once'].
145 ifFalse: [self error: 'actions must be symbols'].
151 positive isNil ifFalse: [self error: 'can set allow/deny only once'].
167 positive isNil ifFalse: [self error: 'can set allow/deny only once'].
193 name isNil ifFalse: [self error: 'can set permission name only once'].
195 ifFalse: [self error: 'permission name must be a symbol'].
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/mips32/
H A DCodeGenerator-mips32.h21 MBasicBlock* ifTrue, MBasicBlock* ifFalse) { in testNullEmitBranch() argument
23 ifFalse); in testNullEmitBranch()
27 MBasicBlock* ifFalse) { in testUndefinedEmitBranch() argument
29 ifTrue, ifFalse); in testUndefinedEmitBranch()
33 MBasicBlock* ifFalse) { in testObjectEmitBranch() argument
35 ifFalse); in testObjectEmitBranch()
/dports/lang/smalltalk/smalltalk-3.2.5/packages/gnuplot/
H A DTerminals.st113 transparent ifFalse: [str nextPutAll: 'no'].
115 interlace ifFalse: [str nextPutAll: 'no'].
117 crop ifFalse: [str nextPutAll: 'no'].
119 trueColor ifFalse: [str nextPutAll: 'no'].
130 enhanced ifFalse: [str nextPutAll: 'no'].
133 font isNil ifFalse: [
256 crop ifFalse: [str nextPutAll: 'no'].
258 animate ifFalse: [str nextPutAll: 'no'].
266 enhanced ifFalse: [str nextPutAll: 'no'].
350 enhanced ifFalse: [str nextPutAll: 'no'].
[all …]

12345678910>>...40