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

1 2 3 4 5 6 7 891011

  /external/llvm/test/Transforms/LoopUnroll/
unloop.ll 440 %tobool.i = icmp ne i32 undef, 0
465 br i1 %tobool.i, label %for.cond.i, label %for.cond1.loopexit
  /external/valgrind/main/VEX/useful/
fp_80_64.c 119 = toBool(
272 isInf = toBool(
  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c 129 static Bool toBool ( Int x ) {
470 caps = toBool(format[i] == 'X');
  /external/mksh/src/
eval.c 598 gotmatch = tobool(gmatchx(sbeg, tpat0, false));
908 glob(p, wp, tobool(f & DOMARKDIRS));
1196 xp->split = tobool(c == '@');
1237 xp->split = tobool(p[1] == '@');
    [all...]
misc.c 358 set = tobool(!(go.info & GI_PLUS));
464 go.optind += set_array(array, tobool(arrayset > 0),
846 if ((notp = tobool(ISMAGIC(*p) && *++p == '!')))
    [all...]
edit.c 1362 x_adj_ok = tobool(xcp >= xlp);
    [all...]
lex.c 1356 bool have_tty = tobool(interactive && (s->flags & SF_TTY));
    [all...]
var.c 409 bool no_ro_check = tobool(error_ok & 0x4);
783 vp = (set&LOCAL) ? local(tvar, tobool(set & LOCAL_COPY)) :
    [all...]
funcs.c 229 bool physical = tobool(Flag(FPHYSICAL));
823 tobool(fset & UCASEV_AL));
834 tobool(f->flag & FKSH),
859 tobool(vp->flag & FKSH),
    [all...]
  /external/tinyxml2/
tinyxml2.cpp 415 bool XMLUtil::ToBool( const char* str, bool* value )
1040 if ( XMLUtil::ToBool( Value(), value )) {
1197 if ( XMLUtil::ToBool( t, _value ) ) {
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
pr15031.ll 305 %tobool = icmp eq i24 %bf.lshr.i, 0
306 br i1 %tobool, label %if.end, label %if.then
327 %tobool.i = icmp eq %"class.llvm::MachineInstr"* %2, null
328 br i1 %tobool.i, label %if.end13.i, label %if.then3.i
    [all...]
  /external/valgrind/main/VEX/priv/
host_generic_regs.h 134 return toBool(((UInt)r) & (1<<24));
host_amd64_isel.c 257 toBool( hregClass(am->Aam.IR.reg) == HRcInt64
262 toBool( hregClass(am->Aam.IRRS.base) == HRcInt64
281 return toBool(x == y1);
    [all...]
host_ppc_isel.c     [all...]
guest_generic_bb_to_IR.c 218 debug_print = toBool(vex_traceflags & VEX_TRACE_FE);
288 = toBool(
356 toBool(n_cond_resteers_allowed > 0),
    [all...]
host_mips_defs.c     [all...]
host_x86_defs.c     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 171 rr = toBool(prot & VKI_PROT_READ);
172 ww = toBool(prot & VKI_PROT_WRITE);
173 xx = toBool(prot & VKI_PROT_EXEC);
223 Bool rr = toBool(prot & VKI_PROT_READ);
224 Bool ww = toBool(prot & VKI_PROT_WRITE);
225 Bool xx = toBool(prot & VKI_PROT_EXEC);
253 Bool f_fixed = toBool(flags & VKI_MREMAP_FIXED);
254 Bool f_maymove = toBool(flags & VKI_MREMAP_MAYMOVE);
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 692 return Builder.CreateICmpNE(MemPtr, NegativeOne, "memptr.tobool");
699 llvm::Value *Result = Builder.CreateICmpNE(Ptr, Zero, "memptr.tobool");
    [all...]
  /external/chromium_org/third_party/libxml/src/
xpath.c     [all...]
  /external/libxml2/
xpath.c     [all...]
  /external/llvm/test/Transforms/InstCombine/
cast.ll 690 %tobool.i = icmp eq i8 %trunc, 0
691 ret i1 %tobool.i
  /external/llvm/test/Transforms/SimplifyCFG/X86/
switch_to_lookup_table.ll 730 %tobool = icmp ne i32 %and, 0
731 %cond = select i1 %tobool, i32 -123, i32 456
  /external/chromium_org/v8/src/
runtime.h 123 F(ToBool, 1, 1) \
  /external/v8/src/
runtime.h 107 F(ToBool, 1, 1) \

Completed in 2680 milliseconds

1 2 3 4 5 6 7 891011