Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c94 static const int WANTS_ONE = (1 << 16); variable
287 const bool wantsOne = (WANTS_ONE & flags) == WANTS_ONE; in _Block_copy_internal()
454 return _Block_copy_internal(arg, WANTS_ONE); in _Block_copy()