OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FnT
(Results
1 - 4
of
4
) 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/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h
79
template <typename FunctionIdT, FunctionIdT FuncId, typename
FnT
>
378
template <FunctionIdT FuncId, typename
FnT
>
379
using Function = FunctionHelper<FunctionIdT, FuncId,
FnT
>;
/external/clang/lib/Sema/
SemaExceptionSpec.cpp
139
const FunctionProtoType *
FnT
= T->getAs<FunctionProtoType>();
140
if (!
FnT
)
143
return
FnT
->hasExceptionSpec();
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
RPCUtils.h
138
template <typename DerivedFunc, typename
FnT
> class Function;
521
template <typename
FnT
> class AsyncHandlerTraits;
[
all
...]
Completed in 1258 milliseconds