Home
last modified time | relevance | path

Searched defs:SimpleCaptureTracker (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCaptureTracking.cpp76 struct SimpleCaptureTracker : public CaptureTracker { struct
77 explicit SimpleCaptureTracker(bool ReturnCaptures) in SimpleCaptureTracker() function
80 void tooManyUses() override { Captured = true; } in tooManyUses()
82 bool captured(const Use *U) override { in captured()
90 bool ReturnCaptures;
92 bool Captured;