/external/llvm/test/Transforms/InstCombine/ |
D | isascii-1.ll | 1 ; 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)
|
D | toascii-1.ll | 9 ; Check isascii(c) -> c & 0x7f.
|
D | disable-simplify-libcalls.ll | 45 declare i32 @isascii(i32) 288 %ret = call i32 @isascii(i32 %y) 290 ; CHECK: call i32 @isascii
|
/external/tcpdump/ |
D | print-pppoe.c | 150 unsigned isascii = 0, isgarbage = 0; in pppoe_print() local 160 isascii++; in pppoe_print() 167 if (isascii > isgarbage) { in pppoe_print()
|
D | util.c | 520 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/ |
D | locale.cpp | 783 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/ |
D | label_support.c | 41 if (!isascii(**ptr)) { in read_spec_entry()
|
/external/elfutils/libcpu/ |
D | i386_lex.l | 121 error (0, 0, (isascii (ch) in invalid_char()
|
/external/elfutils/libasm/ |
D | asm_addstrz.c | 88 else if (! isascii (*str)) in asm_addstrz()
|
/external/bison/m4/ |
D | mbswidth.m4 | 13 AC_CHECK_FUNCS_ONCE([isascii mbsinit])
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 263 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/ |
D | toy-jit.cpp | 253 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()
|
D | toy.cpp | 254 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/ |
D | toy-jit.cpp | 268 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/ |
D | zdump.c | 36 #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/ |
D | util.c | 125 else if (isascii(c) && iscntrl(c)) in check_name() 129 else if (!isascii(c)) in check_name()
|
/external/llvm/test/CodeGen/AArch64/ |
D | ragreedy-csr.ll | 58 %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/ |
D | ragreedy-bug.ll | 53 %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/ |
D | toy.cpp | 282 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/ |
D | toy.cpp | 252 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/ |
D | dhcp-common.c | 454 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/ |
D | toy.cpp | 268 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/ |
D | toy.cpp | 419 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/ |
D | toy.cpp | 294 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/ |
D | toy.cpp | 268 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()
|