OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCK_HAS_CTOR
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/BlocksRuntime/
Block_private.h
54
BLOCK_HAS_CTOR
= (1 << 26), /* Helpers have C++ code. */
runtime.c
331
bool hasCTOR = (flags &
BLOCK_HAS_CTOR
) != 0;
492
// assert(aBlock->Block_flags &
BLOCK_HAS_CTOR
);
667
if (closure->flags &
BLOCK_HAS_CTOR
) {
Completed in 67 milliseconds