HomeSort by relevance Sort by last modified time
    Searched refs:isblank (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /prebuilts/ndk/r16/sources/android/support/src/
iswblank.cpp 32 return isblank(ch);
  /external/clang/test/Sema/
libbuiltins-ctype-powerpc64.c 5 int isblank(int);
23 // CHECK: call signext i32 @isblank(i32 signext {{%[0-9]+}}) [[NUW_RO_CALL:#[0-9]+]]
24 (void)isblank(x);
51 // CHECK: declare signext i32 @isblank(i32 signext) [[NUW_RO:#[0-9]+]]
libbuiltins-ctype-x86_64.c 5 int isblank(int);
23 // CHECK: call i32 @isblank(i32 {{%[0-9]+}}) [[NUW_RO_CALL:#[0-9]+]]
24 (void)isblank(x);
51 // CHECK: declare i32 @isblank(i32) [[NUW_RO:#[0-9]+]]
  /bionic/libc/upstream-openbsd/lib/libc/gen/
charclass.h 16 { "blank", isblank },
isctype.c 56 #undef isblank macro
58 isblank(int c) function
62 DEF_STRONG(isblank); variable
  /external/libcxx/include/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /external/libcxx/test/std/depr/depr.c.headers/
ctype_h.pass.cpp 24 #ifdef isblank
25 #error isblank defined
76 static_assert((std::is_same<decltype(isblank(0)), int>::value), "");
91 assert(isblank(' '));
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
54 #undef isblank macro
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
54 #undef isblank macro
  /prebuilts/clang/host/linux-x86/clang-4393122/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/linux-x86/clang-4479392/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/
ctype.h 19 int isblank(int c); // C99
45 #undef isblank macro
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
ctype_h.pass.cpp 24 #ifdef isblank
25 #error isblank defined
76 static_assert((std::is_same<decltype(isblank(0)), int>::value), "");
91 assert(isblank(' '));
  /external/libcxx/test/std/strings/c.strings/
cctype.pass.cpp 24 #ifdef isblank
25 #error isblank defined
76 static_assert((std::is_same<decltype(std::isblank(0)), int>::value), "");
91 assert(std::isblank(' '));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cctype.pass.cpp 24 #ifdef isblank
25 #error isblank defined
76 static_assert((std::is_same<decltype(std::isblank(0)), int>::value), "");
91 assert(std::isblank(' '));

Completed in 633 milliseconds

1 2 3 4 5