HomeSort by relevance Sort by last modified time
    Searched full:shouldexplore (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Analysis/
CaptureTracking.h 62 /// shouldExplore - This is the use of a value derived from the pointer.
67 virtual bool shouldExplore(const Use *U);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
CaptureTracking.h 62 /// shouldExplore - This is the use of a value derived from the pointer.
67 virtual bool shouldExplore(const Use *U);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
CaptureTracking.h 62 /// shouldExplore - This is the use of a value derived from the pointer.
67 virtual bool shouldExplore(const Use *U);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
CaptureTracking.h 62 /// shouldExplore - This is the use of a value derived from the pointer.
67 virtual bool shouldExplore(const Use *U);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CaptureTracking.h 62 /// shouldExplore - This is the use of a value derived from the pointer.
67 virtual bool shouldExplore(const Use *U);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
CaptureTracking.h 62 /// shouldExplore - This is the use of a value derived from the pointer.
67 virtual bool shouldExplore(const Use *U);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
CaptureTracking.h 62 /// shouldExplore - This is the use of a value derived from the pointer.
67 virtual bool shouldExplore(const Use *U);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
CaptureTracking.h 62 /// shouldExplore - This is the use of a value derived from the pointer.
67 virtual bool shouldExplore(const Use *U);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
CaptureTracking.h 62 /// shouldExplore - This is the use of a value derived from the pointer.
67 virtual bool shouldExplore(const Use *U);
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 35 bool CaptureTracker::shouldExplore(const Use *U) { return true; }
118 bool shouldExplore(const Use *U) override {
134 if (!shouldExplore(U))
226 if (!Tracker->shouldExplore(&U)) continue;
324 if (Tracker->shouldExplore(&UU))

Completed in 830 milliseconds