Home
last modified time | relevance | path

Searched refs:captured (Results 1 – 25 of 233) sorted by relevance

12345678910

/external/clang/test/SemaCXX/
Dcaptured-statements.cpp8 #pragma clang __debug captured in test_nest_lambda()
17 #pragma clang __debug captured in test_nest_lambda()
34 #pragma clang __debug captured in test()
36 #pragma clang __debug captured in test()
45 #pragma clang __debug captured in test()
47 #pragma clang __debug captured in test()
49 #pragma clang __debug captured in test()
57 #pragma clang _debug captured in template_capture_var()
68 #pragma clang __debug captured in set()
85 #pragma clang _debug captured in template_capture_var()
[all …]
Dpredefined-expr.cpp42 #pragma clang __debug captured in baz()
73 #pragma clang __debug captured in main()
79 #pragma clang __debug captured in main()
88 #pragma clang __debug captured in main()
/external/clang/test/Sema/
Dcaptured-statements.c6 #pragma clang __debug captured in test_gotos()
18 #pragma clang __debug captured in test_break_continue()
28 #pragma clang __debug captured in test_return()
37 #pragma clang __debug captured in test_nest()
40 #pragma clang __debug captured in test_nest()
43 #pragma clang __debug captured in test_nest()
56 #pragma clang __debug captured in test_nest_block()
66 #pragma clang __debug captured in test_nest_block()
/external/clang/test/CodeGenCXX/
Dcaptured-statements.cpp22 #pragma clang __debug captured in MemberFunc()
57 #pragma clang __debug captured in test2()
77 #pragma clang __debug captured in test3()
91 #pragma clang __debug captured in test4()
111 #pragma clang __debug captured in template_capture_var()
122 #pragma clang __debug captured in set()
130 #pragma clang __debug captured in foo()
166 #pragma clang __debug captured in template_capture_lambda()
186 #pragma clang __debug captured in test_captured_linkage()
/external/clang/test/CodeGen/
Dcaptured-statements.c15 #pragma clang __debug captured in test1()
40 #pragma clang __debug captured in test2()
59 #pragma clang __debug captured in test3()
70 #pragma clang __debug captured in test4()
85 #pragma clang __debug captured in dont_capture_global()
Dcaptured-statements-nested.c17 #pragma clang __debug captured in test_nest_captured_stmt()
21 #pragma clang __debug captured in test_nest_captured_stmt()
24 #pragma clang __debug captured in test_nest_captured_stmt()
103 #pragma clang __debug captured in test_nest_block()
124 #pragma clang __debug captured in test_nest_block()
/external/clang/test/SemaObjC/
Dwarn-retain-cycle.m11 [x setBlock: // expected-note {{block will be retained by the captured object}}
13 x.block = // expected-note {{block will be retained by the captured object}}
16 [x addBlock: // expected-note {{block will be retained by the captured object}}
32 … // expected-note {{block will be retained by the captured object}}
48 …le}} expected-note {{block will be retained by an object strongly retained by the captured object}}
49 …le}} expected-note {{block will be retained by an object strongly retained by the captured object}}
63 …le}} expected-note {{block will be retained by an object strongly retained by the captured object}}
69 …le}} expected-note {{block will be retained by an object strongly retained by the captured object}}
71 …le}} expected-note {{block will be retained by an object strongly retained by the captured object}}
73 …; // expected-note {{block will be retained by an object strongly retained by the captured object}}
[all …]
/external/llvm/lib/Analysis/
DCaptureTracking.cpp44 bool captured(const Use *U) override { in captured() function
130 bool captured(const Use *U) override { in captured() function
250 if (Tracker->captured(U)) in PointerMayBeCaptured()
265 if (Tracker->captured(U)) in PointerMayBeCaptured()
272 if (Tracker->captured(U)) in PointerMayBeCaptured()
282 if (Tracker->captured(U)) in PointerMayBeCaptured()
293 if (Tracker->captured(U)) in PointerMayBeCaptured()
306 if (Tracker->captured(U)) in PointerMayBeCaptured()
346 if (Tracker->captured(U)) in PointerMayBeCaptured()
352 if (Tracker->captured(U)) in PointerMayBeCaptured()
/external/llvm/test/DebugInfo/X86/
Ddebug-info-block-captured-self.ll4 ; Test that DW_AT_location is generated for a captured "self" inside a
8 ; llvm/tools/clang/test/CodeGenObjC/debug-info-block-captured-self.m
63 ; ModuleID = 'llvm/tools/clang/test/CodeGenObjC/debug-info-block-captured-self.m'
69 …%block.captured-self = getelementptr inbounds <{ i8*, i32, i32, i8*, %struct.__block_descriptor*, …
76 …%block.captured-self = getelementptr inbounds <{ i8*, i32, i32, i8*, %struct.__block_descriptor*, …
84 !1 = !DIFile(filename: "llvm/tools/clang/test/CodeGenObjC/debug-info-block-captured-self.m", direct…
108 !107 = !DIFile(filename: "llvm/tools/clang/test/CodeGenObjC/debug-info-block-captured-self.m", dire…
/external/spirv-llvm/test/SPIRV/transcoding/
Ddevice_execution_multiple_blocks.ll3 ;; produces spir_block_bind for the both blocks one of which is w\o captured context.
31 ;; // Enqueue kernel w\o captured context
72 %captured = alloca <{ i32 addrspace(1)* }>, align 8
74 …%block.captured = getelementptr inbounds <{ i32 addrspace(1)* }>, <{ i32 addrspace(1)* }>* %captur…
75 store i32 addrspace(1)* %res, i32 addrspace(1)** %block.captured, align 8
76 %0 = bitcast <{ i32 addrspace(1)* }>* %captured to i8*
77 ; CHECK: [[CTX:.*]] = bitcast %0* %captured to i8*
Ddevice_execution.ll53 %captured = alloca <{ float addrspace(1)* }>, align 8
57 …%block.captured = getelementptr inbounds <{ float addrspace(1)* }>, <{ float addrspace(1)* }>* %ca…
58 store float addrspace(1)* %inout, float addrspace(1)** %block.captured, align 8, !tbaa !15
59 %0 = bitcast <{ float addrspace(1)* }>* %captured to i8*
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dblocks.mm5 (void)[var] { }; // expected-error{{__block variable 'var' cannot be captured in a lambda}}
7 …(void)[=] { var = 17; }; // expected-error{{__block variable 'var' cannot be captured in a lambda}}
10 void conversion_to_block(int captured) {
11 int (^b1)(int) = [=](int x) { return x + captured; };
13 const auto lambda = [=](int x) { return x + captured; };
/external/clang/test/Parser/
Dcaptured-statements.c5 …#pragma clang __debug captured x // expected-warning {{extra tokens at end of #pragma clang __debu… in test1()
12 #pragma clang __debug captured in test2()
/external/clang/test/Profile/Inputs/
Dc-captured.proftext1 c-captured.c:__captured_stmt
7 c-captured.c:__captured_stmt.1
/external/owasp/sanitizer/src/tests/org/owasp/html/
DExamplesTest.java52 ByteArrayOutputStream captured = new ByteArrayOutputStream(); in testExamplesRun() local
53 PrintStream capturingOut = new PrintStream(captured, true, "UTF-8"); in testExamplesRun()
67 + captured.toString("UTF-8")); in testExamplesRun()
/external/clang/test/Profile/
Dc-captured.c24 #pragma clang __debug captured in debug_captured()
36 #pragma clang __debug captured in debug_captured()
/external/clang/test/PCH/
Dcaptured-stmt.cpp11 #pragma clang __debug captured in foo()
24 #pragma clang __debug captured in bar()
/external/easymock/src/org/easymock/internal/matchers/
DCaptures.java32 public Captures(Capture<T> captured) { in Captures() argument
33 this.capture = captured; in Captures()
/external/freetype/src/cff/
Dcf2blues.c478 FT_Bool captured = FALSE; in cf2_blues_capture() local
518 captured = TRUE; in cf2_blues_capture()
552 captured = TRUE; in cf2_blues_capture()
559 if ( captured ) in cf2_blues_capture()
575 return captured; in cf2_blues_capture()
/external/pdfium/third_party/freetype/src/cff/
Dcf2blues.c478 FT_Bool captured = FALSE; in cf2_blues_capture() local
518 captured = TRUE; in cf2_blues_capture()
552 captured = TRUE; in cf2_blues_capture()
559 if ( captured ) in cf2_blues_capture()
575 return captured; in cf2_blues_capture()
/external/swiftshader/third_party/LLVM/test/Transforms/ObjCARC/
Dretain-block-alloca.ll31 …%block.captured = getelementptr inbounds <{ i8*, i32, i32, i8*, %struct.__block_descriptor*, %0* }…
32 store %0* %array, %0** %block.captured, align 8
38 %strongdestroy = load %0** %block.captured, align 8
/external/clang/test/CodeGenObjC/
Ddebug-info-block-captured-self.m3 // Test that debug location is generated for a captured "self" inside
7 // then llvm/test/DebugInfo/debug-info-block-captured-self.ll to
8 // ensure that DW_AT_location is generated for the captured self.
/external/clang/test/Analysis/
Dblocks.m79 // test2 - Test that captured variables that are uninitialized are flagged
84 ^{ y = x + 1; }(); // expected-warning{{Variable 'x' is uninitialized when captured by block}}
95 …myblock f = ^() { f(); }; // expected-warning{{Variable 'f' is uninitialized when captured by bloc…
120 // uninitialized when captured by the exterior block (when it is only
121 // captured by the interior block).
/external/autotest/client/site_tests/telemetry_AFDOGenerateClient/
Dcontrol7 PURPOSE = "Navigate a set of pages so that a Chrome profile can be captured"
19 of pages while a profile of Chrome is captured. It also aims at using
/external/llvm/test/Transforms/ObjCARC/
Dweak-copies.ll63 %block.captured = getelementptr inbounds %1, %1* %block, i64 0, i32 5
65 %3 = call i8* @objc_initWeak(i8** %block.captured, i8* %2) nounwind
68 call void @objc_destroyWeak(i8** %block.captured) nounwind

12345678910