OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EnabledType
(Results
1 - 2
of
2
) sorted by null
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PassManagerInternal.h
119
typedef char
EnabledType
;
127
template <typename T> struct Nonce { typedef
EnabledType
Type; };
146
static
EnabledType
check(rank<0>);
149
enum { Value = sizeof(check<ResultT>(rank<2>())) == sizeof(
EnabledType
) };
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PassManagerInternal.h
119
typedef char
EnabledType
;
127
template <typename T> struct Nonce { typedef
EnabledType
Type; };
146
static
EnabledType
check(rank<0>);
149
enum { Value = sizeof(check<ResultT>(rank<2>())) == sizeof(
EnabledType
) };
Completed in 89 milliseconds