HomeSort by relevance Sort by last modified time
    Searched refs:captured (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/clang/test/Preprocessor/
pragma-captured.c 3 // Test pragma clang __debug captured, for Captured Statements
7 #pragma clang __debug captured
12 // CHECK: #pragma clang __debug captured
  /external/clang/test/Parser/
captured-statements.c 5 #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/
c-captured.c 1 // 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
7 // PGOGEN: @[[CSC:"__llvm_profile_counters_c-captured.c:__captured_stmt"]] = private global [2 x i64] zeroinitializer
8 // PGOGEN: @[[C1C:"__llvm_profile_counters_c-captured.c:__captured_stmt1"]] = private global [3 x i64] zeroinitializer
24 #pragma clang __debug captured
36 #pragma clang __debug captured
  /external/clang/test/Sema/
captured-statements.c 6 #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 statement}
    [all...]
  /external/clang/test/CodeGen/
captured-statements.c 15 #pragma clang __debug captured
37 #pragma clang __debug captured
56 #pragma clang __debug captured
67 #pragma clang __debug captured
82 #pragma clang __debug captured
captured-statements-nested.c 17 #pragma clang __debug captured
21 #pragma clang __debug captured
24 #pragma clang __debug captured
103 #pragma clang __debug captured
124 #pragma clang __debug captured
predefined-expr.c 36 #pragma clang __debug captured
  /external/clang/test/CodeGenCXX/
captured-statements.cpp 22 #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
  /external/clang/test/SemaCXX/
captured-statements.cpp 8 #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...]
predefined-expr.cpp 42 #pragma clang __debug captured
73 #pragma clang __debug captured
79 #pragma clang __debug captured
88 #pragma clang __debug captured
  /external/clang/test/PCH/
captured-stmt.cpp 11 #pragma clang __debug captured
24 #pragma clang __debug captured
  /external/easymock/src/org/easymock/internal/matchers/
Captures.java 32 public Captures(Capture<T> captured) {
33 this.capture = captured;
  /external/llvm/include/llvm/Analysis/
CaptureTracking.h 10 // This file contains routines that help determine which pointers are captured.
24 /// PointerMayBeCaptured - Return true if this pointer value may be captured
36 /// captured by the enclosing function (which is required to exist). If a
51 /// to see whether anything was captured.
56 /// capturing instructions that will not be passed into captured().
66 /// captured - Information about the pointer was captured by the user of
69 virtual bool captured(const Use *U) = 0;
  /external/owasp/sanitizer/src/tests/org/owasp/html/
ExamplesTest.java 52 ByteArrayOutputStream captured = new ByteArrayOutputStream(); local
53 PrintStream capturingOut = new PrintStream(captured, true, "UTF-8");
67 + captured.toString("UTF-8"));
  /developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/
ElevationDragFragment.java 70 public void onDragDrop(boolean captured) {
74 .translationZ(captured ? 50 : 0)
76 Log.d(TAG, captured ? "Drag" : "Drop");
DragFrameLayout.java 141 public void onDragDrop(boolean captured);
  /developers/samples/android/ui/views/Elevation/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/
ElevationDragFragment.java 70 public void onDragDrop(boolean captured) {
74 .translationZ(captured ? 50 : 0)
76 Log.d(TAG, captured ? "Drag" : "Drop");
  /development/samples/browseable/ElevationDrag/src/com.example.android.elevationdrag/
ElevationDragFragment.java 70 public void onDragDrop(boolean captured) {
74 .translationZ(captured ? 50 : 0)
76 Log.d(TAG, captured ? "Drag" : "Drop");
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 1 //===--- 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
38 : ReturnCaptures(ReturnCaptures), Captured(false) {}
40 void tooManyUses() override { Captured = true; }
42 bool captured(const Use *U) override {
46 Captured = true;
52 bool Captured;
63 IncludeI(IncludeI), Captured(false) {
    [all...]
  /external/v8/test/webkit/
dfg-cfg-simplify-phantom-get-local-on-same-block-set-local.js 36 var a = arguments; // Force arguments to be captured, so that x is captured.
54 // Basic block that stores to x in foo(), which is a captured variable, with
  /external/v8/test/mjsunit/compiler/
escape-analysis.js 108 // Test deoptimization with captured objects in local variables.
137 // Test deoptimization with captured objects on operand stack.
178 // Test map checks on captured objects.
205 // Test OSR into a loop with captured objects.
246 // Test out-of-bounds access on captured objects.
276 // Test non-shallow nested graph of captured objects.
306 // Test non-shallow nested graph of captured objects with duplicates
343 // Test non-shallow nested graph of captured objects with inline
  /external/v8/test/mjsunit/
arguments-read-and-assignment.js 80 "captured parameters");
123 // Assignment to captured parameters.
127 }(20, 37), "captured assignment");
147 "captured a in with");
157 "in a catch in a named function captured a in with ");
  /external/freetype/src/cff/
cf2blues.c 448 * 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 edge *
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2blues.c 448 * 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 edge *
    [all...]
  /external/v8/test/mjsunit/regress/
regress-2987.js 30 // This tests that stores on captured objects are correctly tracked even
31 // when DCE is enabled. We cannot delete simulations of captured objects

Completed in 387 milliseconds

1 2 3 4