Searched defs:StoreCaptures (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DCaptureTracking.cpp53 /// counts as capturing it or not. The boolean StoreCaptures specified whether
57 bool ReturnCaptures, bool StoreCaptures) {
61 // TODO: If StoreCaptures is not true, we could do Fancy analysis
65 (void)StoreCaptures;
56 PointerMayBeCaptured(const Value *V, bool ReturnCaptures, bool StoreCaptures) argument

Completed in 61 milliseconds