Lines Matching defs:capture
808 /// store lambdas with capture.
826 // (which aren't actually mutating it), and we must capture decl by-value to
861 // (which aren't actually mutating it), and we must capture decl by-value to
2704 llvm_unreachable("unhandled capture clause");
3396 // arguments to the kernel, based on map capture kinds which are then
3455 mapData.MapClause[i]->emitOpError("Unhandled capture kind");
3469 // passed based on their capture type by the target region, this can
3859 // capture types found at the end of emitOutlinedFunctionPrologue
3871 // accesses of this Argument, based on capture type and other Input
3897 omp::VariableCaptureKind capture = omp::VariableCaptureKind::ByRef;
3903 capture =
3923 switch (capture) {
3938 assert(false && "Currently unsupported capture kind");