HomeSort by relevance Sort by last modified time
    Searched full:tobool (Results 226 - 250 of 263) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/valgrind/main/VEX/priv/
host_ppc_defs.c     [all...]
host_amd64_defs.c     [all...]
guest_generic_x87.c 121 = toBool(
274 isInf = toBool(
    [all...]
guest_x86_helpers.c 770 toBool( e->tag == Iex_Const
    [all...]
guest_amd64_helpers.c     [all...]
host_x86_isel.c     [all...]
guest_x86_toIR.c 357 return toBool(0xC0 == (mod_reg_rm & 0xC0));
861 return toBool(op8 == Iop_Add8 || op8 == Iop_Sub8);
866 return toBool(op8 == Iop_And8 || op8 == Iop_Or8 || op8 == Iop_Xor8);
    [all...]
host_arm_isel.c 654 toBool( hregClass(am->ARMam1.RI.reg) == HRcInt32
661 toBool( hregClass(am->ARMam1.RRS.base) == HRcInt32
723 toBool( hregClass(am->ARMam2.RI.reg) == HRcInt32
729 toBool( hregClass(am->ARMam2.RR.base) == HRcInt32
786 return toBool( hregClass(am->reg) == HRcInt32
    [all...]
guest_arm_helpers.c 548 toBool( e->tag == Iex_Const
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkScript.cpp 84 { kNoType, kInt, kNoBias }, // kLogicalAnd (really, ToBool)
    [all...]
SkScriptTokenizer.cpp 34 { SkOperand2::kNoType, SkOperand2::kS32, kNoBias, kResultIsNotBoolean }, // kLogicalAnd (really, ToBool)
    [all...]
  /external/llvm/test/Transforms/ObjCARC/
nested.ll 471 %tobool = icmp eq i8* %3, null
472 br i1 %tobool, label %forcoll.next, label %if.then
    [all...]
  /external/mksh/src/
main.c 759 volatile bool wastty = tobool(s->flags & SF_TTY);
1189 error_prefix(tobool(flags & VWARNINGF_FILELINE));
    [all...]
sh.h 210 #define tobool(cond) ((cond) ? true : false) macro
922 #define ctype(c, t) tobool( ((t) == C_SUBOP2) ? \
    [all...]
syn.c 701 t->u.ksh_func = tobool(ksh_func);
tree.c 203 fpFUNCTf(shf, indent, tobool(t->u.ksh_func), t->str, t->left);
histrap.c 255 hfirst = hist_get(first, tobool(lflag || last), lflag);
    [all...]
  /external/skia/src/animator/
SkScript.cpp 84 { kNoType, kInt, kNoBias }, // kLogicalAnd (really, ToBool)
    [all...]
SkScriptTokenizer.cpp 34 { SkOperand2::kNoType, SkOperand2::kS32, kNoBias, kResultIsNotBoolean }, // kLogicalAnd (really, ToBool)
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 128 return Builder.CreateFCmpUNE(V, Zero, "tobool");
135 return Builder.CreateICmpNE(V, Zero, "tobool");
154 return Builder.CreateIsNotNull(V, "tobool");
820 return Builder.CreateOr(Src.first, Src.second, "tobool");
    [all...]
MicrosoftCXXABI.cpp     [all...]
  /external/valgrind/main/coregrind/
m_debuglog.c 791 caps = toBool(format[i] == 'X');
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 942 Bool exe_ok = toBool(prot & VKI_PROT_EXEC);
944 exe_ok = exe_ok || toBool(prot & VKI_PROT_READ);
965 Bool r_ok = toBool(prot & VKI_PROT_READ);
966 Bool w_ok = toBool(prot & VKI_PROT_WRITE);
967 Bool x_ok = toBool(prot & VKI_PROT_EXEC);
    [all...]
  /external/tinyxml2/
tinyxml2.h 402 static bool ToBool( const char* str, bool* value );
    [all...]
  /external/valgrind/main/VEX/switchback/
test_emfloat.c 351 toBool(format[i]=='S'));
    [all...]

Completed in 596 milliseconds

1 2 3 4 5 6 7 8 91011