Home
last modified time | relevance | path

Searched refs:isascii (Results 1 – 25 of 65) sorted by relevance

123

/external/llvm/test/Transforms/InstCombine/
Disascii-1.ll1 ; Test that the isascii library call simplifier works correctly.
7 declare i32 @isascii(i32)
9 ; Check isascii(c) -> c <u 128.
13 %ret = call i32 @isascii(i32 127)
20 %ret = call i32 @isascii(i32 128)
27 %ret = call i32 @isascii(i32 %x)
Dtoascii-1.ll9 ; Check isascii(c) -> c & 0x7f.
Ddisable-simplify-libcalls.ll45 declare i32 @isascii(i32)
288 %ret = call i32 @isascii(i32 %y)
290 ; CHECK: call i32 @isascii
/external/tcpdump/
Dprint-pppoe.c150 unsigned isascii = 0, isgarbage = 0; in pppoe_print() local
160 isascii++; in pppoe_print()
167 if (isascii > isgarbage) { in pppoe_print()
Dutil.c520 if (!isascii(*(pptr + idx))) { in fetch_token()
558 if (!isascii(*(pptr + idx)) || !isprint(*(pptr + idx))) { in fetch_token()
619 } else if (!isascii(*(pptr+idx)) || in print_txt_line()
/external/libcxx/src/
Dlocale.cpp783 return isascii(c) ? (ctype<char>::classic_table()[c] & m) != 0 : false; in do_is()
790 *vec = static_cast<mask>(isascii(*low) ? in do_is()
799 if (isascii(*low) && (ctype<char>::classic_table()[*low] & m)) in do_scan_is()
808 if (!(isascii(*low) && (ctype<char>::classic_table()[*low] & m))) in do_scan_not()
817 return isascii(c) ? _DefaultRuneLocale.__mapupper[c] : c; in do_toupper()
819 return isascii(c) ? ctype<char>::__classic_upper_table()[c] : c; in do_toupper()
821 return (isascii(c) && iswlower_l(c, _LIBCPP_GET_C_LOCALE)) ? c-L'a'+L'A' : c; in do_toupper()
830 *low = isascii(*low) ? _DefaultRuneLocale.__mapupper[*low] : *low; in do_toupper()
832 *low = isascii(*low) ? ctype<char>::__classic_upper_table()[*low] in do_toupper()
835 *low = (isascii(*low) && islower_l(*low, _LIBCPP_GET_C_LOCALE)) ? (*low-L'a'+L'A') : *low; in do_toupper()
[all …]
/external/libselinux/src/
Dlabel_support.c41 if (!isascii(**ptr)) { in read_spec_entry()
/external/elfutils/libcpu/
Di386_lex.l121 error (0, 0, (isascii (ch) in invalid_char()
/external/elfutils/libasm/
Dasm_addstrz.c88 else if (! isascii (*str)) in asm_addstrz()
/external/bison/m4/
Dmbswidth.m413 AC_CHECK_FUNCS_ONCE([isascii mbsinit])
/external/llvm/examples/Kaleidoscope/Chapter6/
Dtoy.cpp263 if (!isascii(CurTok)) in GetTokPrecedence()
446 if (!isascii(CurTok) || CurTok == '(' || CurTok == ',') in ParseUnary()
525 if (!isascii(CurTok)) in ParsePrototype()
534 if (!isascii(CurTok)) in ParsePrototype()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy-jit.cpp253 if (!isascii(CurTok)) in GetTokPrecedence()
459 if (!isascii(CurTok) || CurTok == '(' || CurTok == ',') in ParseUnary()
533 if (!isascii(CurTok)) in ParsePrototype()
542 if (!isascii(CurTok)) in ParsePrototype()
Dtoy.cpp254 if (!isascii(CurTok)) in GetTokPrecedence()
460 if (!isascii(CurTok) || CurTok == '(' || CurTok == ',') in ParseUnary()
534 if (!isascii(CurTok)) in ParsePrototype()
543 if (!isascii(CurTok)) in ParsePrototype()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy-jit.cpp268 if (!isascii(CurTok)) in GetTokPrecedence()
474 if (!isascii(CurTok) || CurTok == '(' || CurTok == ',') in ParseUnary()
548 if (!isascii(CurTok)) in ParsePrototype()
557 if (!isascii(CurTok)) in ParsePrototype()
/external/icu/icu4c/source/tools/tzcode/
Dzdump.c36 #ifndef isascii
37 #define isascii(x) 1 macro
297 while (isascii((unsigned char) *cp) && isalpha((unsigned char) *cp)) in abbrok()
307 if (isascii((unsigned char) *cp) && in abbrok()
/external/dnsmasq/src/
Dutil.c125 else if (isascii(c) && iscntrl(c)) in check_name()
129 else if (!isascii(c)) in check_name()
/external/llvm/test/CodeGen/AArch64/
Dragreedy-csr.ll58 %isascii.i.i224 = icmp sgt i8 %6, -1
59 br i1 %isascii.i.i224, label %cond.true.i.i, label %cond.false.i.i, !prof !181
80 %isascii.i.i213225 = icmp sgt i8 %9, -1
81 br i1 %isascii.i.i213225, label %cond.true.i.i217, label %cond.false.i.i219, !prof !181
/external/llvm/test/CodeGen/X86/
Dragreedy-bug.ll53 %isascii.i.i224 = icmp sgt i8 %6, -1
54 br i1 %isascii.i.i224, label %cond.true.i.i, label %cond.false.i.i, !prof !181
75 %isascii.i.i213225 = icmp sgt i8 %9, -1
76 br i1 %isascii.i.i213225, label %cond.true.i.i217, label %cond.false.i.i219, !prof !181
/external/llvm/examples/Kaleidoscope/Chapter7/
Dtoy.cpp282 if (!isascii(CurTok)) in GetTokPrecedence()
516 if (!isascii(CurTok) || CurTok == '(' || CurTok == ',') in ParseUnary()
595 if (!isascii(CurTok)) in ParsePrototype()
604 if (!isascii(CurTok)) in ParsePrototype()
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp252 if (!isascii(CurTok)) in GetTokPrecedence()
458 if (!isascii(CurTok) || CurTok == '(' || CurTok == ',') in ParseUnary()
532 if (!isascii(CurTok)) in ParsePrototype()
541 if (!isascii(CurTok)) in ParsePrototype()
/external/dhcpcd-6.8.2/
Ddhcp-common.c454 if (type & ASCII && (!isascii(c))) { in print_string()
459 (!isascii(c) && !isprint(c))) in print_string()
465 (c == '\\' || !isascii(c) || !isprint(c))) || in print_string()
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
Dtoy.cpp268 if (!isascii(CurTok)) in GetTokPrecedence()
492 if (!isascii(CurTok) || CurTok == '(' || CurTok == ',') in ParseUnary()
570 if (!isascii(CurTok)) in ParsePrototype()
579 if (!isascii(CurTok)) in ParsePrototype()
/external/llvm/examples/Kaleidoscope/Chapter8/
Dtoy.cpp419 if (!isascii(CurTok)) in GetTokPrecedence()
657 if (!isascii(CurTok) || CurTok == '(' || CurTok == ',') in ParseUnary()
739 if (!isascii(CurTok)) in ParsePrototype()
748 if (!isascii(CurTok)) in ParsePrototype()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp294 if (!isascii(CurTok)) in GetTokPrecedence()
500 if (!isascii(CurTok) || CurTok == '(' || CurTok == ',') in ParseUnary()
574 if (!isascii(CurTok)) in ParsePrototype()
583 if (!isascii(CurTok)) in ParsePrototype()
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
Dtoy.cpp268 if (!isascii(CurTok)) in GetTokPrecedence()
492 if (!isascii(CurTok) || CurTok == '(' || CurTok == ',') in ParseUnary()
570 if (!isascii(CurTok)) in ParsePrototype()
579 if (!isascii(CurTok)) in ParsePrototype()

123