Searched refs:BLOCK_USE_STRET (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h60 BLOCK_USE_STRET = (1 << 29), enumerator in enum:clang::CodeGen::BlockLiteralFlags
H A DCGBlocks.cpp311 /// 29. BLOCK_USE_STRET - indicates that the block function
847 flags |= BLOCK_USE_STRET;
1333 flags |= BLOCK_USE_STRET;

Completed in 189 milliseconds