HomeSort by relevance Sort by last modified time
    Searched full:tobool (Results 376 - 400 of 424) sorted by null

<<11121314151617

  /external/llvm/test/CodeGen/PowerPC/
resolvefi-basereg.ll 48 %tobool = icmp ne i64 %and, 0
49 br i1 %tobool, label %if.then, label %if.end
  /external/llvm/test/CodeGen/WebAssembly/
cfg-stackify.ll 442 %tobool = icmp eq i32 undef, 0
443 br i1 %tobool, label %inner, label %unreachable
  /external/llvm/test/CodeGen/X86/
codegen-prepare-addrmode-sext.ll 394 %tobool.i.i = icmp eq i32 %and.i.i, 0
395 br i1 %tobool.i.i, label %while.body.i.i, label %fn1.exit.i
  /external/mksh/src/
lex.c 1351 bool have_tty = tobool(interactive && (s->flags & SF_TTY));
    [all...]
var.c 432 bool no_ro_check = tobool(error_ok & 0x4);
870 vp = (set & LOCAL) ? local(tvar, tobool(set & LOCAL_COPY)) :
    [all...]
funcs.c 239 bool physical = tobool(Flag(FPHYSICAL));
868 tobool(fset & UCASEV_AL));
879 tobool(f->flag & FKSH),
902 tobool(vp->flag & FKSH),
    [all...]
main.c 747 volatile bool wastty = tobool(s->flags & SF_TTY);
1186 error_prefix(tobool(flags & VWARNINGF_FILELINE));
    [all...]
sh.h 221 #define tobool(cond) ((cond) ? true : false) macro
984 #define ctype(c, t) tobool( ((t) == C_SUBOP2) ? \
    [all...]
syn.c 730 t->u.ksh_func = tobool(ksh_func);
tree.c 203 fpFUNCTf(shf, indent, tobool(t->u.ksh_func), t->str, t->left);
  /external/libxml2/
xpath.c     [all...]
  /external/valgrind/VEX/priv/
host_ppc_isel.c     [all...]
host_ppc_defs.c     [all...]
host_x86_defs.c     [all...]
host_amd64_defs.c     [all...]
guest_generic_x87.c 121 = toBool(
274 isInf = toBool(
    [all...]
host_tilegx_isel.c 384 return toBool(hregClass(am->GXam.IR.base) == HRcGPR() &&
854 Bool srcIs16 = toBool( e->Iex.Unop.op==Iop_16Uto32
    [all...]
guest_x86_helpers.c 808 toBool( e->tag == Iex_Const
    [all...]
host_tilegx_defs.c     [all...]
guest_amd64_helpers.c     [all...]
  /external/llvm/test/CodeGen/Hexagon/
early-if-conversion-bug1.ll 229 %tobool.i.i.i = icmp ne i32 %and.i.i.i, 0
230 br i1 %tobool.i.i.i, label %cond.true.i.i, label %cond.false.i.i
  /external/llvm/test/Transforms/InstCombine/
cast.ll 719 %tobool.i = icmp eq i8 %trunc, 0
720 ret i1 %tobool.i
    [all...]
  /external/llvm/test/Transforms/ObjCARC/
nested.ll 469 %tobool = icmp eq i8* %3, null
470 br i1 %tobool, label %forcoll.next, label %if.then
    [all...]
  /external/skia/src/animator/
SkScript.cpp 84 { kNoType, kInt, kNoBias }, // kLogicalAnd (really, ToBool)
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 328 bool toBool (mp_rnd_t mode = GMP_RNDZ) const;
336 explicit operator bool () const { return toBool(); }
    [all...]

Completed in 423 milliseconds

<<11121314151617