Home
last modified time | relevance | path

Searched refs:UsesStret (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGBlocks.h199 mutable bool UsesStret : 1; variable
DCGBlocks.cpp32 HasCXXObject(false), UsesStret(false), HasCapturedVariableLayout(false), in CGBlockInfo()
719 if (blockInfo.UsesStret) flags |= BLOCK_USE_STRET; in EmitBlockLiteral()
1055 if (blockInfo.UsesStret) flags |= BLOCK_USE_STRET; in buildGlobalBlock()
1131 blockInfo.UsesStret = true; in GenerateBlockFunction()