| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | atomic_messages.cpp | 342 T capture() { in capture() function 345 #pragma omp atomic capture in capture() 349 #pragma omp atomic capture in capture() 353 #pragma omp atomic capture in capture() 357 #pragma omp atomic capture in capture() 361 #pragma omp atomic capture in capture() 512 #pragma omp atomic capture capture in capture() 518 int capture() { in capture() function 684 #pragma omp atomic capture capture in capture() 688 return capture<int>(); in capture() [all …]
|
| H A D | atomic_messages.c | 211 #pragma omp atomic capture in captureint() 215 #pragma omp atomic capture in captureint() 219 #pragma omp atomic capture in captureint() 223 #pragma omp atomic capture in captureint() 227 #pragma omp atomic capture in captureint() 231 #pragma omp atomic capture in captureint() 235 #pragma omp atomic capture in captureint() 239 #pragma omp atomic capture in captureint() 243 #pragma omp atomic capture in captureint() 247 #pragma omp atomic capture in captureint() [all …]
|
| H A D | atomic_capture_codegen.cpp | 96 #pragma omp atomic capture in main() 101 #pragma omp atomic capture in main() 105 #pragma omp atomic capture in main() 110 #pragma omp atomic capture in main() 129 #pragma omp atomic capture in main() 145 #pragma omp atomic capture in main() 150 #pragma omp atomic capture in main() 166 #pragma omp atomic capture in main() 182 #pragma omp atomic capture in main() 198 #pragma omp atomic capture in main() [all …]
|
| H A D | atomic_compare_codegen.cpp | 2216 #pragma omp atomic compare capture in bar() 2223 #pragma omp atomic compare capture in bar() 2230 #pragma omp atomic compare capture in bar() 2237 #pragma omp atomic compare capture in bar() 2244 #pragma omp atomic compare capture in bar() 2251 #pragma omp atomic compare capture in bar() 2258 #pragma omp atomic compare capture in bar() 2265 #pragma omp atomic compare capture in bar() 2272 #pragma omp atomic compare capture in bar() 2279 #pragma omp atomic compare capture in bar() [all …]
|
| H A D | atomic_ast_print.cpp | 35 #pragma omp atomic capture in foo() 37 #pragma omp atomic capture in foo() 49 #pragma omp atomic compare capture in foo() 51 #pragma omp atomic compare capture in foo() 53 #pragma omp atomic compare capture in foo() 64 #pragma omp atomic seq_cst capture in foo() 66 #pragma omp atomic capture seq_cst in foo() 93 #pragma omp atomic acq_rel capture in foo() 95 #pragma omp atomic capture acq_rel in foo() 908 #pragma omp atomic capture in main() [all …]
|
| /llvm-project-15.0.7/lldb/test/Shell/Reproducer/ |
| H A D | TestDriverOptions.test | 3 # RUN: not %lldb --capture --capture-path %t/bogus/bogus 2>&1 | FileCheck %s --check-prefix INVALID… 9 # RUN: %lldb --capture --capture-path %t.repro -b -o 'reproducer status' 2>&1 | FileCheck %s --chec… 10 # RUN: %lldb --capture -b -o 'reproducer status' 2>&1 | FileCheck %s --check-prefix NO-WARNING --ch… 11 # RUN: %lldb --capture-path %t.repro -b -o 'reproducer status' 2>&1 | FileCheck %s --check-prefix W… 12 # RUN: %lldb --capture-path %t.repro -b -o 'reproducer status' --reproducer-generate-on-exit 2>&1 … 14 # NO-WARNING-NOT: warning: -capture-path specified without -capture 15 # WARNING: warning: -capture-path specified without -capture 16 # WARNING2: warning: -reproducer-generate-on-exit specified without -capture 17 # STATUS-CAPTURE: Reproducer is in capture mode. 22 # RUN: %lldb --capture --capture-path %t.repro -b --reproducer-generate-on-exit -o 'reproducer stat…
|
| H A D | TestWorkingDir.test | 12 # RUN: %lldb -x -b -s %S/Inputs/WorkingDir.in --capture --capture-path %t.repro binary/reproducer.o… 25 # RUN: %lldb -x -b -o 'reproducer generate' --capture --capture-path %t.repro
|
| H A D | TestVersionCheck.test | 7 # RUN: %lldb -x -b -s %S/Inputs/FileCapture.in --capture --capture-path %t.repro %t.out | FileCheck… 16 # CAPTURE: Reproducer is in capture mode.
|
| /llvm-project-15.0.7/openmp/runtime/test/tasking/ |
| H A D | omp_task_priority2.c | 30 #pragma omp atomic capture in main() 38 #pragma omp atomic capture in main() 46 #pragma omp atomic capture in main() 54 #pragma omp atomic capture in main() 78 #pragma omp atomic capture in main() 86 #pragma omp atomic capture in main() 94 #pragma omp atomic capture in main() 102 #pragma omp atomic capture in main()
|
| H A D | kmp_task_depend_all.c | 70 #pragma omp atomic capture in thunk_m() 92 #pragma omp atomic capture in thunk_s() 143 #pragma omp atomic capture in main() 165 #pragma omp atomic capture in main() 209 #pragma omp atomic capture in main() 230 #pragma omp atomic capture in main() 271 #pragma omp atomic capture in main()
|
| H A D | kmp_taskwait_depend_all.c | 76 #pragma omp atomic capture in thunk_m() 98 #pragma omp atomic capture in thunk_s() 170 #pragma omp atomic capture in main() 192 #pragma omp atomic capture in main() 236 #pragma omp atomic capture in main() 257 #pragma omp atomic capture in main() 298 #pragma omp atomic capture in main()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | alloca-overaligned.ll | 4 declare void @capture(ptr) 12 ; CHECK-NEXT: callq capture@PLT 17 call void @capture(ptr %a) 32 ; CHECK-NEXT: callq capture@PLT 38 call void @capture(ptr %a) 48 ; CHECK-NEXT: callq capture@PLT 53 call void @capture(ptr %a)
|
| H A D | frame-order.ll | 9 ; 2: extern "C" void capture(int *p); 12 ; 5: capture(&v); 18 ; 11: capture(&a); 22 ; 15: capture(&b); 51 call void @capture(ptr %v.i) #3, !dbg !30 52 call void @capture(ptr %a), !dbg !31 61 call void @capture(ptr %v.i1) #3, !dbg !35 62 call void @capture(ptr %b), !dbg !36 75 declare void @capture(ptr) #2
|
| /llvm-project-15.0.7/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
| H A D | p14.cpp | 3 template<typename T> void capture(const T&); 49 capture(array[0]); in capture_array() 63 capture(a); in test_layout() 64 capture(b); in test_layout() 99 void capture(X &x) { in capture() function
|
| /llvm-project-15.0.7/llvm/test/Transforms/SafeStack/X86/ |
| H A D | coloring.ll | 17 ; CHECK: call void @capture(i32* nonnull %[[A2]]) 19 call void @capture(i32* nonnull %x) 26 ; CHECK: call void @capture(i32* nonnull %[[B2]]) 28 call void @capture(i32* nonnull %x1) 35 ; CHECK: call void @capture(i32* nonnull %[[C2]]) 37 call void @capture(i32* nonnull %x2) 44 declare void @capture(i32*)
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | SyncAPI.cpp | 65 template <typename T> CaptureProxy<T> capture(llvm::Optional<T> &Target) { in capture() function 74 Server.codeComplete(File, Pos, Opts, capture(Result)); in runCodeComplete() 82 Server.signatureHelp(File, Pos, DocumentationFormat, capture(Result)); in runSignatureHelp() 89 Server.locateSymbolAt(File, Pos, capture(Result)); in runLocateSymbolAt() 96 Server.findDocumentHighlights(File, Pos, capture(Result)); in runFindDocumentHighlights() 104 Server.rename(File, Pos, NewName, RenameOpts, capture(Result)); in runRename() 113 Server.prepareRename(File, Pos, NewName, RenameOpts, capture(Result)); in runPrepareRename() 120 Server.formatFile(File, Rng, capture(Result)); in runFormatFile() 149 Server.semanticRanges(File, Pos, capture(Result)); in runSemanticRanges() 156 Server.switchSourceHeader(File, capture(Result)); in runSwitchHeaderSource()
|
| H A D | LSPBinderTests.cpp | 36 capture(llvm::Optional<llvm::Expected<T>> &Out) { in capture() function 95 RawPlusOne(1, capture(Reply)); in TEST() 98 RawPlusOne("foo", capture(Reply)); in TEST() 106 RawFail(2, capture(Reply)); in TEST() 119 RawCmdPlusOne(1, capture(Reply)); in TEST() 140 Echo(Foo{2}, capture(Reply)); in TEST() 147 WrongSignature(Foo{2}, capture(WrongTypeReply)); in TEST() 155 Fail(Foo{2}, capture(Reply)); in TEST()
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | modfile17.f90 | 5 type :: capture(k1,k2,k4,k8) type 14 end type capture 20 type(capture(n1,n2,n4,n8)) :: cap 26 type(capture(1,1,1,1)) :: x1111 31 type(capture(8,8,8,8)) :: x8888 36 type(capture(2,k8=1,k4=8,k2=4)) :: x2481 41 type(capture(2,1,k4=8,k8=4)) :: x2184
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | builtins-ms.c | 4 void capture(void *); 6 capture(_alloca(n)); in test_alloca() 13 capture(__builtin_alloca_with_align(n, 64)); in test_alloca_with_align()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/ |
| H A D | lldbgdbserverutils.py | 369 capture=None): argument 405 self.capture = capture 435 if self.capture: 437 for group_index, var_name in list(self.capture.items()): 623 def __init__(self, regex=None, regex_mode="match", capture=None): argument 626 self._capture = capture 743 capture = line.get("capture", None) 758 capture=capture)) 767 capture=capture)) 778 capture = line.get("capture", None) [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/DeadStoreElimination/ |
| H A D | multiblock-captures.ll | 9 declare void @capture(i8*) 72 ; CHECK-NEXT: call void @capture(i8* [[M]]) 80 call void @capture(i8* %m) 96 ; CHECK-NEXT: call void @capture(i8* [[M]]) 105 call void @capture(i8* %m) 119 ; CHECK-NEXT: call void @capture(i8* [[M]]) 130 call void @capture(i8* %m) 150 call void @capture(i8* %m) 183 call void @capture(i8* %m) 212 call void @capture(i8* %m) [all …]
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | attr-or-type-format-invalid.td | 15 // Test format is missing a parameter capture. 44 // Test struct directive cannot capture zero parameters. 51 // Test capture parameter that does not exist. 58 // Test duplicate capture of parameter in capture-all struct. 65 // Test capture-all struct duplicate capture. 72 // Test capture of parameter after `params` directive.
|
| /llvm-project-15.0.7/llvm/test/Transforms/Attributor/ |
| H A D | nocapture-2.ll | 19 ; no-capture is missing on %p because it is not dereferenceable 45 ; no-capture is missing on %p because it is not dereferenceable 356 ; TEST call to external function, marked no-capture 358 ; void external_no_capture(int /* no-capture */ *p); 378 ; TEST call to external var-args function, marked no-capture 407 ; There should *not* be a no-capture attribute on %a 428 ; There should *not* be a no-capture attribute on %a 480 ; There should *not* be a no-capture attribute on %a 507 ; There should *not* be a no-capture attribute on %a 540 ; There should *not* be a no-capture attribute on %a [all …]
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | local-variables.ll | 7 ; 2: extern "C" void capture(int *p); 10 ; 5: capture(&v); 16 ; 11: capture(&a); 20 ; 15: capture(&b); 46 ; ASM: callq capture 59 ; ASM: callq capture 64 ; ASM: callq capture 230 call void @capture(i32* %v.i) #3, !dbg !30 231 call void @capture(i32* %a), !dbg !31 239 call void @capture(i32* %b), !dbg !36 [all …]
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | capturing-flexible-array-in-block.mm | 8 …d in a lambda with no capture-default}} expected-note {{here}} expected-note 2 {{capture 'a' by}} …
|