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

12

/external/clang/test/Preprocessor/
H A Dpragma-captured.c3 // Test pragma clang __debug captured, for Captured Statements
7 #pragma clang __debug captured
12 // CHECK: #pragma clang __debug captured
/external/clang/test/Parser/
H A Dcaptured-statements.c5 #pragma clang __debug captured x // expected-warning {{extra tokens at end of #pragma clang __debug captured directive}}
12 #pragma clang __debug captured
/external/clang/test/Profile/
H A Dc-captured.c1 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.9 -main-file-name c-captured.c %s -o - -emit-llvm -fprofile-instr-generate | FileCheck -check-prefix=PGOGEN -check-prefix=PGOALL %s
3 // RUN: llvm-profdata merge %S/Inputs/c-captured.proftext -o %t.profdata
4 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.9 -main-file-name c-captured.c %s -o - -emit-llvm -fprofile-instr-use=%t.profdata | FileCheck -check-prefix=PGOUSE -check-prefix=PGOALL %s
24 #pragma clang __debug captured
36 #pragma clang __debug captured
/external/clang/test/Sema/
H A Dcaptured-statements.c6 #pragma clang __debug captured
18 #pragma clang __debug captured
28 #pragma clang __debug captured
30 return; // expected-error {{cannot return from default captured statement}}
37 #pragma clang __debug captured
40 #pragma clang __debug captured
43 #pragma clang __debug captured
56 #pragma clang __debug captured
58 x = y; // expected-error{{__block variable 'x' cannot be captured in a captured statemen
[all...]
/external/clang/test/CodeGen/
H A Dcaptured-statements.c13 #pragma clang __debug captured
35 #pragma clang __debug captured
54 #pragma clang __debug captured
65 #pragma clang __debug captured
79 #pragma clang __debug captured
H A Dcaptured-statements-nested.c17 #pragma clang __debug captured
21 #pragma clang __debug captured
24 #pragma clang __debug captured
97 #pragma clang __debug captured
118 #pragma clang __debug captured
H A Dpredefined-expr.c36 #pragma clang __debug captured
/external/clang/test/CodeGenCXX/
H A Dcaptured-statements.cpp22 #pragma clang __debug captured
51 #pragma clang __debug captured
71 #pragma clang __debug captured
85 #pragma clang __debug captured
105 #pragma clang __debug captured
116 #pragma clang __debug captured
124 #pragma clang __debug captured
160 #pragma clang __debug captured
180 #pragma clang __debug captured
H A Dpredefined-expr.cpp391 #pragma clang __debug captured
/external/clang/test/SemaCXX/
H A Dcaptured-statements.cpp8 #pragma clang __debug captured
11 y = z; // expected-error{{cannot assign to a variable captured by copy in a non-mutable lambda}}
17 #pragma clang __debug captured
24 c = a; // expected-error{{cannot assign to a variable captured by copy in a non-mutable lambda}}
34 #pragma clang __debug captured
36 #pragma clang __debug captured
45 #pragma clang __debug captured
47 #pragma clang __debug captured
49 #pragma clang __debug captured
57 #pragma clang _debug captured
[all...]
H A Dpredefined-expr.cpp43 #pragma clang __debug captured
75 #pragma clang __debug captured
81 #pragma clang __debug captured
90 #pragma clang __debug captured
/external/clang/test/PCH/
H A Dcaptured-stmt.cpp11 #pragma clang __debug captured
24 #pragma clang __debug captured
/external/llvm/include/llvm/Analysis/
H A DCaptureTracking.h10 // This file contains routines that help determine which pointers are captured.
22 /// PointerMayBeCaptured - Return true if this pointer value may be captured
35 /// to see whether anything was captured.
40 /// capturing instructions that will not be passed into captured().
50 /// captured - Information about the pointer was captured by the user of
53 virtual bool captured(const Use *U) = 0;
/external/easymock/src/org/easymock/internal/matchers/
H A DCaptures.java32 public Captures(Capture<T> captured) { argument
33 this.capture = captured;
/external/llvm/lib/Analysis/
H A DCaptureTracking.cpp1 //===--- CaptureTracking.cpp - Determine whether a pointer is captured ----===//
10 // This file contains routines that help determine which pointers are captured.
11 // A pointer value is captured if the function makes a copy of any part of the
12 // pointer that outlives the call. Not being captured means, more or less, that
40 bool captured(const Use *U) override {
54 /// PointerMayBeCaptured - Return true if this pointer value may be captured
64 "It doesn't make sense to ask whether a global is captured.");
90 // is captured to avoid taking too much compile time.
108 // Not captured if the callee is readonly, doesn't return a copy through
114 // Not captured i
[all...]
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DExamplesTest.java52 ByteArrayOutputStream captured = new ByteArrayOutputStream();
53 PrintStream capturingOut = new PrintStream(captured, true, "UTF-8");
67 + captured.toString("UTF-8"));
/external/chromium_org/third_party/freetype/src/cff/
H A Dcf2blues.c447 * Check whether `stemHint' is captured by one of the blue zones.
450 * captured. For compatibility with CoolType, search top and bottom
451 * zones in the same pass (see `BlueLock'). If a hint is captured,
454 * 1) If `BlueScale' suppresses overshoot, position the captured edge
457 * overshoot, position the captured edge a minimum of 1 device pixel
459 * 3) If overshoot is not suppressed or required, position the captured
471 /* new position of captured edge */
477 FT_Bool captured = FALSE; local
496 /* bottom edge captured by bottom zone */
512 /* simply round captured edg
[all...]
/external/freetype/src/cff/
H A Dcf2blues.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 */
478 FT_Bool captured = FALSE; local
497 /* bottom edge captured by bottom zone */
513 /* simply round captured edg
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcf2blues.c447 * Check whether `stemHint' is captured by one of the blue zones.
450 * captured. For compatibility with CoolType, search top and bottom
451 * zones in the same pass (see `BlueLock'). If a hint is captured,
454 * 1) If `BlueScale' suppresses overshoot, position the captured edge
457 * overshoot, position the captured edge a minimum of 1 device pixel
459 * 3) If overshoot is not suppressed or required, position the captured
471 /* new position of captured edge */
477 FT_Bool captured = FALSE; local
496 /* bottom edge captured by bottom zone */
512 /* simply round captured edg
[all...]
/external/pcre/dist/
H A Dpcrecpp_unittest.cc578 string captured("");
580 RE(regex,options).FullMatch(str, &captured);
582 RE(regex,options).PartialMatch(str, &captured);
583 CHECK_EQ(captured, expected);
708 string captured; local
714 CHECK(re.Extract("\\1", str , &captured));
715 CHECK_EQ(captured, "world");
720 re.Extract("\\1",str, &captured );
721 CHECK_EQ(captured, "world");
/external/qemu/audio/
H A Daudio.c1592 int captured, min; local
1594 captured = hw->pcm_ops->run_in (hw);
1597 hw->total_samples_captured += captured - min;
1598 hw->ts_helper += captured;
1620 int live, rpos, captured; local
1624 captured = live = audio_pcm_hw_get_live_out (hw, NULL);
1650 if (audio_bug (AUDIO_FUNC, captured > sw->total_hw_samples_mixed)) {
1651 dolog ("captured=%d sw->total_hw_samples_mixed=%d\n",
1652 captured, sw->total_hw_samples_mixed);
1653 captured
[all...]
H A Dwinaudio.c504 /* report the number of captured samples to the audio subsystem */
509 int captured = 0; local
554 captured += wav_samples;
572 return captured;
/external/easymock/src/org/easymock/
H A DEasyMock.java1456 * @param <T> Type of the captured object
1457 * @param captured Where the parameter is captured
1460 public static <T> T capture(Capture<T> captured) { argument
1461 reportMatcher(new Captures<T>(captured));
1473 * @param captured Where the parameter is captured
1476 // public static int capture(Capture<Integer> captured) {
1477 // reportMatcher(new Captures<Integer>(captured));
1484 * @param captured Wher
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dgen_msvs_proj.sh523 TODO: Add any files not captured by filters.
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_proj.sh586 TODO: Add any files not captured by filters.

Completed in 4206 milliseconds

12