/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/ |
D | tst_qscriptvalue.cpp | 381 QVERIFY(engine.evaluate("o1.__proto__ = o2; o1.__proto__ === o2").toBool()); in setPropertySimple() 382 QVERIFY(engine.evaluate("o2.foo = 22; o1.foo == 22").toBool()); in setPropertySimple() 385 QVERIFY(engine.evaluate("o1.foo == 456").toBool()); in setPropertySimple() 905 QVERIFY(tmp.toBool()); in toObjectSimple() 916 QVERIFY(tmp.toBool()); in toObjectSimple() 1028 …QVERIFY(readOnly == engine.evaluate("!Object.getOwnPropertyDescriptor(o, '4').writable").toBool()); in setProperty() 1033 …QVERIFY(readOnly == engine.evaluate("!Object.getOwnPropertyDescriptor(o, '5').writable").toBool()); in setProperty() 1038 …QVERIFY(readOnly == engine.evaluate("!Object.getOwnPropertyDescriptor(o, '6').writable").toBool()); in setProperty() 1043 …QVERIFY(readOnly == engine.evaluate("!Object.getOwnPropertyDescriptor(p, '7').writable").toBool()); in setProperty() 1044 …QVERIFY(readOnly == engine.evaluate("!Object.getOwnPropertyDescriptor(p, '8').writable").toBool()); in setProperty() [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | zext-or-icmp.ll | 27 %toBool = icmp eq i8 %tmp26.mask, 0 ; <i1> [#uses=1] 28 %toBool.not = xor i1 %toBool, true ; <i1> [#uses=1] 30 %bothcond = or i1 %toBool.not, %toBool33 ; <i1> [#uses=1]
|
D | 2008-07-08-ShiftOneAndOne.ll | 8 %toBool = icmp eq i32 %tmp237, 0 ; <i1> [#uses=1] 9 ret i1 %toBool
|
D | 2008-06-13-InfiniteLoopStore.ll | 10 %toBool = icmp ne i8 %tmp12, 0 ; <i1> [#uses=1] 11 br i1 %toBool, label %bb, label %return
|
D | 2007-10-31-StringCrash.ll | 13 %toBool = icmp ne i8 %tmp34, 0 ; <i1> [#uses=1] 14 br i1 %toBool, label %cond_true, label %return
|
D | 2007-10-28-stacksave.ll | 33 %toBool = icmp ne i8 %tmp2728, 0 ; <i1> [#uses=1] 34 br i1 %toBool, label %cleanup31, label %cond_next
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2008-03-17-RegScavengerCrash.ll | 11 %toBool = icmp eq i32 %wide, 0 ; <i1> [#uses=2] 12 %iftmp.87.0 = select i1 %toBool, i32 %tmp61, i32 0 ; <i32> [#uses=2] 20 br i1 %toBool, label %bb103, label %bb94
|
D | return-val-i128.ll | 13 %toBool = icmp ne i8 %tmp23, 0 ; <i1> [#uses=1] 14 br i1 %toBool, label %bb, label %bb8
|
/external/valgrind/main/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 1299 needR = toBool(prot & VKI_PROT_READ); in is_valid_for_client() 1300 needW = toBool(prot & VKI_PROT_WRITE); in is_valid_for_client() 1301 needX = toBool(prot & VKI_PROT_EXEC); in is_valid_for_client() 1561 seg.hasR = toBool(prot & VKI_PROT_READ); in read_maps_callback() 1562 seg.hasW = toBool(prot & VKI_PROT_WRITE); in read_maps_callback() 1563 seg.hasX = toBool(prot & VKI_PROT_EXEC); in read_maps_callback() 2029 seg.hasR = toBool(prot & VKI_PROT_READ); in VG_() 2030 seg.hasW = toBool(prot & VKI_PROT_WRITE); in VG_() 2031 seg.hasX = toBool(prot & VKI_PROT_EXEC); in VG_() 2071 seg.hasR = toBool(prot & VKI_PROT_READ); in VG_() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | invalid-shift-immediate.ll | 16 %toBool = icmp ne i8 %tmp23, 0 ; <i1> [#uses=1] 17 br i1 %toBool, label %bb, label %bb5
|
D | cmov.ll | 14 %toBool = icmp eq i32 %1, 0 ; <i1> [#uses=1] 16 %.0 = select i1 %toBool, i32 %v, i32 12 ; <i32> [#uses=1] 29 %toBool = icmp eq i32 %1, 0 ; <i1> [#uses=1] 31 %.0 = select i1 %toBool, i32 12, i32 %v ; <i32> [#uses=1]
|
/external/llvm/test/Other/ |
D | 2007-09-10-PassManager.ll | 22 %toBool = icmp ne i8 %tmp56, 0 ; <i1> [#uses=1] 23 br i1 %toBool, label %bb, label %bb7
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | 2008-01-02-hoist-fp-add.ll | 14 %toBool = icmp ne i8 %tmp34, 0 ; <i1> [#uses=1] 15 br i1 %toBool, label %cond_true, label %cond_next
|
/external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptvalue/ |
D | tst_qscriptvalue.cpp | 76 void toBool(); 324 void tst_QScriptValue::toBool() in toBool() function in tst_QScriptValue 328 value.toBool(); in toBool()
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | LayoutTestControllerQt.cpp | 614 settings->setAttribute(QWebSettings::JavascriptEnabled, value.toBool()); in overridePreference() 616 settings->setAttribute(QWebSettings::LinksIncludedInFocusChain, value.toBool()); in overridePreference() 618 settings->setAttribute(QWebSettings::OfflineWebApplicationCacheEnabled, value.toBool()); in overridePreference() 624 setCaretBrowsingEnabled(value.toBool()); in overridePreference() 626 settings->setAttribute(QWebSettings::PluginsEnabled, value.toBool()); in overridePreference() 628 settings->setAttribute(QWebSettings::WebGLEnabled, value.toBool()); in overridePreference() 630 settings->setAttribute(QWebSettings::HyperlinkAuditingEnabled, value.toBool()); in overridePreference()
|
/external/llvm/test/Transforms/GVN/ |
D | calls-nonlocal.ll | 10 %toBool = icmp ne i8 %tmp34, 0 ; <i1> [#uses=1] 11 br i1 %toBool, label %bb, label %bb6
|
/external/llvm/test/Transforms/Mem2Reg/ |
D | 2007-08-27-VolatileLoadsStores.ll | 21 %toBool = icmp ne i8 %tmp23, 0 ; <i1> [#uses=1] 22 br i1 %toBool, label %bb, label %bb5
|
/external/webkit/Source/JavaScriptCore/qt/api/ |
D | qscriptvalue.cpp | 408 bool QScriptValue::toBool() const in toBool() function in QScriptValue 410 return d_ptr->toBool(); in toBool() 420 return d_ptr->toBool(); in toBoolean()
|
/external/llvm/test/ExecutionEngine/ |
D | 2008-06-05-APInt-OverAShr.ll | 36 %toBool = icmp ne i8 %tmp34, 0 ; <i1> [#uses=1] 37 br i1 %toBool, label %cond_true, label %cond_false
|
/external/valgrind/main/VEX/priv/ |
D | ir_opt.c | 255 return toBool( isIRAtom(e->Iex.Binop.arg1) in isFlat() 598 Bool typesOK = toBool( typeOfIRExpr(bb->tyenv,valE) in redundant_get_removal_BB() 891 return toBool( e1->tag == Iex_RdTmp in sameIRTemps() 898 return toBool( e1->tag == Iex_Const in sameIcoU32s() 923 return toBool( e->tag == Iex_Const in isZeroU32() 931 return toBool( e->tag == Iex_Const in isZeroU64() 965 return IRExpr_Const(IRConst_U1(toBool(1))); in mkOnesOfPrimopResultType() 1097 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr() 1102 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr() 1188 e2 = IRExpr_Const(IRConst_U1(toBool( in fold_Expr() [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | 2007-05-09-tailmerge-2.ll | 20 %toBool = icmp ne i8 %tmp12, 0 ; <i1> [#uses=1] 21 br i1 %toBool, label %cond_true, label %cond_false
|
D | 2007-05-07-tailmerge-1.ll | 20 %toBool = icmp ne i8 %tmp12, 0 ; <i1> [#uses=1] 21 br i1 %toBool, label %cond_true, label %cond_false
|
D | 2007-05-22-tailmerge-3.ll | 22 %toBool = icmp ne i8 %tmp12, 0 ; <i1> [#uses=1] 23 br i1 %toBool, label %cond_true, label %cond_false
|
/external/llvm/test/Transforms/LICM/ |
D | 2007-05-22-VolatileSink.ll | 23 %toBool = icmp ne i8 %tmp89, 0 ; <i1> [#uses=1] 24 br i1 %toBool, label %bb, label %bb30
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | DeviceOrientationProviderQt.h | 46 bool hasAlpha() const { return m_rotation.property("hasZ").toBool(); } in hasAlpha()
|