HomeSort by: relevance | last modified time | path
    Searched refs:BLOCK_HAS_SIGNATURE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.h 61 BLOCK_HAS_SIGNATURE = (1 << 30),
CGBlocks.cpp 313 /// 30. BLOCK_HAS_SIGNATURE - indicates that the block has an
838 flags = BLOCK_HAS_SIGNATURE;
1333 BlockFlags flags = BLOCK_IS_GLOBAL | BLOCK_HAS_SIGNATURE;

Completed in 52 milliseconds