OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_unary_block
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/SemaTemplate/
temp_class_spec_blocks.cpp
3
struct
is_unary_block
{
struct
8
struct
is_unary_block
<T (^)(U)> {
struct
12
int is_unary_block0[
is_unary_block
<int>::value ? -1 : 1];
13
int is_unary_block1[
is_unary_block
<int (^)()>::value ? -1 : 1];
14
int is_unary_block2[
is_unary_block
<int (^)(int, bool)>::value ? -1 : 1];
15
int is_unary_block3[
is_unary_block
<int (^)(bool)>::value ? 1 : -1];
16
int is_unary_block4[
is_unary_block
<int (^)(int)>::value ? 1 : -1];
Completed in 29 milliseconds