OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bl2
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CodeGenCXX/
reference-in-blocks.cpp
38
void (^
bl2
)(range<int>& ) = ^(range<int>& i){printf("Hello Blocks %d\n", i.get()); };
/external/clang/test/SemaCXX/
conversion.cpp
84
bool
bl2
= NULL_COND(true); // don't warn on NULL conversion through the conditional operator across a macro boundary
local
Completed in 119 milliseconds