Home
last modified time | relevance | path

Searched refs:tobool (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_cast_to_u1.ll3 ; %tobool = icmp ne i64 %a, 0
4 %tobool = trunc i64 %a to i1
5 %tobool.ret_ext = zext i1 %tobool to i32
6 ret i32 %tobool.ret_ext
11 ; %tobool = icmp ne i64 %a, 0
12 %tobool = trunc i64 %a to i1
13 %tobool.ret_ext = zext i1 %tobool to i32
14 ret i32 %tobool.ret_ext
19 ; %tobool = icmp ne i32 %a, 0
20 %tobool = trunc i32 %a to i1
[all …]
/third_party/mksh/
Deval.c590 gotmatch = tobool(gmatchx(sbeg, pat, false)); in expand()
1077 glob(cp, wp, tobool(f & DOMARKDIRS)); in expand()
1171 tobool(f & DOASNTILDE)); in expand()
1490 xp->split = tobool(sc & 4); in varsub()
2049 glob(start, wp, tobool(fdo & DOMARKDIRS)); in alt_expand()
Dvar.c460 bool no_ro_check = tobool(error_ok & 0x4); in setstr()
917 vp = (set & LOCAL) ? local(tvar, tobool(set & LOCAL_COPY)) : in vtypeset()
2070 tobool(fset & UCASEV_AL)); in c_typeset()
2081 tobool(f->flag & FKSH), in c_typeset()
2107 tobool(vp->flag & FKSH), in c_typeset()
Dedit.c1442 x_adj_ok = tobool(xcp >= xlp); in x_ins()
2826 tobool(flags & XCF_IS_COMMAND)); in do_complete()
2864 tobool(flags & XCF_IS_COMMAND)); in do_complete()
4723 if ((ncursor = findch(fsavech, argcnt, tobool(t), in domove()
4724 tobool(i))) < 0) in domove()
4832 if (putbuf(ibuf, inslen, tobool(insert == REPLACE)) != 0) in redo_insert()
5457 tobool(flags & XCF_IS_COMMAND)); in complete_word()
5539 x_print_expansions(nwords, words, tobool(i & XCF_IS_COMMAND)); in print_expansions()
Dsh.h239 #define tobool(cond) ((cond) ? true : false) macro
1585 #define ctype(c,t) tobool(ksh_ctypes[ord(c)] & (t))
1587 tobool(ksh_ctypes[(unsigned char)(c)] & (t)) : false)
1589 #define ksh_isdash(s) tobool(ord((s)[0]) == '-' && ord((s)[1]) == '\0')
Dmisc.c404 set = tobool(!(go.info & GI_PLUS)); in parse_args()
547 go.optind += set_array(array, tobool(arrayset > 0), in parse_args()
2165 bool physical = tobool(Flag(FPHYSICAL)); in c_cd()
Dmain.c855 volatile bool wastty = tobool(s->flags & SF_TTY); in shell()
1304 error_prefix(tobool(flags & VWARNINGF_FILELINE)); in vwarningf()
Dsyn.c721 t->u.ksh_func = tobool(ksh_func); in function_body()
Dtree.c233 fpFUNCTf(shf, indent, tobool(t->u.ksh_func), t->str, t->left); in ptree()
Dhistrap.c252 hfirst = hist_get(first, tobool(lflag || last), lflag); in c_fc()
Dlex.c1708 return (tobool(depth == 0)); in arraysub()
Dexec.c1388 builtin_spec = tobool(!resetspec && (tp->flag & SPEC_BI)); in call_builtin()
Dfuncs.c252 bool physical = tobool(Flag(FPHYSICAL)); in c_pwd()