Searched refs:tobool (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_cast_to_u1.ll | 3 ; %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/ |
D | eval.c | 590 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()
|
D | var.c | 460 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()
|
D | edit.c | 1442 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()
|
D | sh.h | 239 #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')
|
D | misc.c | 404 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()
|
D | main.c | 855 volatile bool wastty = tobool(s->flags & SF_TTY); in shell() 1304 error_prefix(tobool(flags & VWARNINGF_FILELINE)); in vwarningf()
|
D | syn.c | 721 t->u.ksh_func = tobool(ksh_func); in function_body()
|
D | tree.c | 233 fpFUNCTf(shf, indent, tobool(t->u.ksh_func), t->str, t->left); in ptree()
|
D | histrap.c | 252 hfirst = hist_get(first, tobool(lflag || last), lflag); in c_fc()
|
D | lex.c | 1708 return (tobool(depth == 0)); in arraysub()
|
D | exec.c | 1388 builtin_spec = tobool(!resetspec && (tp->flag & SPEC_BI)); in call_builtin()
|
D | funcs.c | 252 bool physical = tobool(Flag(FPHYSICAL)); in c_pwd()
|