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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.h 56 BLOCK_IS_NOESCAPE = (1 << 23),
CGBlocks.cpp 304 /// 23. BLOCK_IS_NOESCAPE - indicates that the block is non-escaping
848 flags |= BLOCK_IS_NOESCAPE | BLOCK_IS_GLOBAL;

Completed in 83 milliseconds