HomeSort by relevance Sort by last modified time
    Searched defs:FnT (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
wctype.cpp 67 typedef int8_t (*FnT)(UChar32);
68 static auto u_charType = reinterpret_cast<FnT>(__find_icu_symbol("u_charType"));
73 typedef UBool (*FnT)(UChar32);
74 static auto u_isdigit = reinterpret_cast<FnT>(__find_icu_symbol("u_isdigit"));
79 typedef UBool (*FnT)(UChar32);
80 static auto u_ispunct = reinterpret_cast<FnT>(__find_icu_symbol("u_ispunct"));
120 typedef UChar32 (*FnT)(UChar32);
121 static auto u_tolower = reinterpret_cast<FnT>(__find_icu_symbol("u_tolower"));
126 typedef UChar32 (*FnT)(UChar32);
127 static auto u_toupper = reinterpret_cast<FnT>(__find_icu_symbol("u_toupper"))
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 139 const FunctionProtoType *FnT = T->getAs<FunctionProtoType>();
140 if (!FnT)
143 return FnT->hasExceptionSpec();
    [all...]

Completed in 80 milliseconds