Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2898 bool shouldRetain = shouldRetainObjCLifetime(type.getObjCLifetime()); in tryEmitARCRetainLoadOfScalar() local
2899 if (shouldRetain) { in tryEmitARCRetainLoadOfScalar()
2905 return TryEmitResult(result, !shouldRetain); in tryEmitARCRetainLoadOfScalar()