Home
last modified time | relevance | path

Searched refs:captured (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCaptureTracking.cpp1 //===--- CaptureTracking.cpp - Determine whether a pointer is captured ----===//
9 // This file contains routines that help determine which pointers are captured.
10 // A pointer value is captured if the function makes a copy of any part of the
11 // pointer that outlives the call. Not being captured means, more or less, that
59 bool captured(const Use *U) override {
145 bool captured(const Use *U) override {
167 /// PointerMayBeCaptured - Return true if this pointer value may be captured
178 "It doesn't make sense to ask whether a global is captured."); in PointerMayBeCaptured()
192 /// captured by the enclosing function (which is required to exist). If a
207 "It doesn't make sense to ask whether a global is captured in PointerMayBeCapturedBefore()
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
H A DPseudoLocalesTest.java133 Set<CldrValue> captured = new HashSet<>(); in assertValuesUnordered()
134 data.accept(ARBITRARY, captured::add); in assertValuesUnordered()
135 assertThat(captured).containsExactlyElementsIn(values); in assertValuesUnordered()
H A DAlternateLocaleDataTest.java154 Set<CldrValue> captured = new HashSet<>(); in assertValuesUnordered()
155 data.accept(ARBITRARY, captured::add); in assertValuesUnordered()
156 assertThat(captured).containsExactlyElementsIn(values); in assertValuesUnordered()
/third_party/python/Lib/test/test_email/
H A Dtest_defect_handling.py313 captured = None variable in TestDefectCapture.CapturePolicy
315 self.captured.append(defect)
318 self.policy = self.CapturePolicy(captured=list())
321 return self.policy.captured
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsblues.c448 * Check whether `stemHint' is captured by one of the blue zones.
451 * captured. For compatibility with CoolType, search top and bottom
452 * zones in the same pass (see `BlueLock'). If a hint is captured,
455 * 1) If `BlueScale' suppresses overshoot, position the captured edge
458 * overshoot, position the captured edge a minimum of 1 device pixel
460 * 3) If overshoot is not suppressed or required, position the captured
472 /* new position of captured edge */ in FT_LOCAL_DEF()
478 FT_Bool captured = FALSE; in FT_LOCAL_DEF() local
497 /* bottom edge captured by bottom zone */ in FT_LOCAL_DEF()
515 /* simply round captured edg in FT_LOCAL_DEF()
[all...]
/third_party/node/test/parallel/
H A Dtest-eval-strict-referenceerror.js17 'return foo; // foo isn\'t captured in 0.10',
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCaptureTracking.h9 // This file contains routines that help determine which pointers are captured.
33 /// PointerMayBeCaptured - Return true if this pointer value may be captured
48 /// captured by the enclosing function (which is required to exist). If a
68 /// to see whether anything was captured.
73 /// capturing instructions that will not be passed into captured().
83 /// captured - Information about the pointer was captured by the user of
86 virtual bool captured(const Use *U) = 0;
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DNumberingScheme.java502 RangeTree captured = PrefixTree.from(altFormat.prefix()).retainFrom(ranges); in checkAltFormatConsistency()
503 checkMetadata(!captured.isEmpty(), in checkAltFormatConsistency()
515 RangeTree slice = captured.slice(prefixLength); in checkAltFormatConsistency()
/third_party/python/Lib/test/
H A Dtest_support.py352 captured = input()
353 self.assertEqual(captured, "hello")
/third_party/skia/tools/skp/
H A Dwebpages_playback.py49 debugger, render_pictures, and render_pdfs on the captured
50 SKP(s). The tools are run after all SKPs are succesfully captured to make sure
246 print('Using Chromium\'s captured archives for Chromium\'s page sets.')
429 than 1KB seems to have captured at least some useful information.
569 'after all SKPs are captured. If the script is run without '
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DDevice.cpp465 bool captured = mErrorScopeStack->HandleError(ToWGPUErrorType(type), message); in HandleError() local
466 if (!captured && mUncapturedErrorCallback != nullptr) { in HandleError()
/third_party/libabigail/tools/
H A Dfedabipkgdiff1086 Output to stdout or stderr from abipkgdiff is not captured. abipkgdiff is
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp364 bool captured(const Use *U) override {
391 // CaptureTracking told us that we're being captured by an operand bundle
393 // or not -- we've been captured in some unknown way, and we have to be
409 // True only if certainly captured (used outside our SCC).
691 // captured.
726 // If it's trivially not captured, mark it nocapture now.
731 // If it's not trivially captured and not trivially not captured,
742 // Otherwise, it's captured. Don't bother doing SCC analysis on it.
823 // negatives, we can assume that any pointer which is captured is
[all...]
H A DAttributor.cpp2463 // (ii) Check whether the value is captured in the scope using AANoCapture.
2471 << " cannot be noalias as it is potentially captured\n");
3789 return "known not-captured";
3791 return "assumed not-captured";
3793 return "known not-captured-maybe-returned";
3795 return "assumed not-captured-maybe-returned";
3796 return "assumed-captured";
3824 /// Determine if \p V maybe captured. *Also updates the state!*
3847 /// See CaptureTracker::captured(...).
3848 bool captured(cons
[all...]
/third_party/openGLES/xml/
H A Dreadme.tex258 some metadata not captured by the \tag{types} tag (see section~\ref{tag:types})
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex8654 % place the captured inserts

Completed in 33 milliseconds