| /llvm-project-15.0.7/llvm/test/Analysis/BasicAA/ |
| H A D | noalias-param.ll | 3 declare i32* @captures(i32* %cap) nounwind readonly 10 %cap = call i32* @captures(i32* %a) nounwind readonly 20 %cap = call i32* @captures(i32* %c) nounwind readonly 31 %cap = call i32* @captures(i32* %a) nounwind readonly
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/ |
| H A D | PassDetail.cpp | 23 llvm::SetVector<Value> captures; in cloneConstantsIntoTheRegion() local 24 getUsedValuesDefinedAbove(region, region, captures); in cloneConstantsIntoTheRegion() 30 for (Value capture : captures) { in cloneConstantsIntoTheRegion()
|
| H A D | AsyncParallelFor.cpp | 130 SmallVector<Value> captures; member 141 ArrayRef<BlockArgument> captures(); 157 llvm::SmallVector<Value> captures; member 181 ArrayRef<BlockArgument> ParallelComputeFunctionArgs::captures() { in captures() function in ParallelComputeFunctionArgs 214 llvm::SetVector<Value> captures; in getParallelComputeFunctionType() local 218 inputs.reserve(2 + 4 * op.getNumLoops() + captures.size()); in getParallelComputeFunctionType() 240 for (Value capture : captures) in getParallelComputeFunctionType() 244 SmallVector<Value> capturesVector(captures.begin(), captures.end()); in getParallelComputeFunctionType() 307 ArrayRef<BlockArgument> captures = args.captures(); in createParallelComputeFunction() local 425 mapping.map(computeFuncType.captures, captures); in createParallelComputeFunction() [all …]
|
| /llvm-project-15.0.7/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
| H A D | templates.cpp | 19 T captures(T x, T y) { in captures() function 35 template int captures(int, int); 36 template X captures(X, X);
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | arc-jump-block.m | 22 …eLeft]; }); // expected-note 3 {{jump enters lifetime of block which strongly captures a variable}} 25 …Right]; }); // expected-note 2 {{jump enters lifetime of block which strongly captures a variable}}
|
| H A D | strong-in-c-struct.m | 39 …Strong x; // expected-note {{jump enters lifetime of block which captures a C struct that is non-t… 53 …trivial destructor}} expected-note {{jump exits lifetime of block which captures a C struct that i…
|
| H A D | arc.m | 829 …(void)*b; // expected-warning {{block captures an autoreleasing out-parameter, which may result in… 830 …(void)*c; // expected-warning {{block captures an autoreleasing out-parameter, which may result in… 832 …(void)*e; // expected-warning {{block captures an autoreleasing out-parameter, which may result in… 835 …(void)*h; // expected-warning {{block captures an autoreleasing out-parameter, which may result in… 836 …(void)*i; // expected-warning {{block captures an autoreleasing out-parameter, which may result in… 838 …(void)*k; // expected-warning {{block captures an autoreleasing out-parameter, which may result in…
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | redundant-void-arg.cpp | 461 #define LAMBDA3(captures, args, body) captures args body argument
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | NoEscapeCheck.cpp | 34 for (const BlockDecl::Capture &CapturedVar : EscapingBlockDecl->captures()) { in check()
|
| /llvm-project-15.0.7/lldb/test/Shell/Reproducer/ |
| H A D | TestDSYM.test | 2 # Ensure that the reproducers captures the whole dSYM bundle.
|
| /llvm-project-15.0.7/llvm/utils/vscode/llvm/syntaxes/ |
| H A D | ll.tmLanguage.yaml | 34 captures: 314 captures: 318 captures:
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | UncountedLambdaCapturesChecker.cpp | 58 for (const LambdaCapture &C : L->captures()) { in visitLambdaExpr()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/ |
| H A D | Aliasing.cpp | 27 return llvm::any_of(RD->captures(), [Var](const LambdaCapture &C) { in capturesByRef()
|
| /llvm-project-15.0.7/clang/test/Frontend/ |
| H A D | embed-bitcode-noopt.ll | 8 ; Also check that the .llvmcmd section captures the optimization options.
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | attr-or-type-format-invalid.td | 22 // Test format has duplicate parameter captures. 68 // CHECK: `params` captures duplicate parameter: v0
|
| /llvm-project-15.0.7/mlir/docs/Rationale/ |
| H A D | _index.md | 13 : Introduces the motivation for MLIR and captures design discussions and
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | TransBlockObjCVariable.cpp | 80 for (const auto &I : block->captures()) { in VisitBlockDecl()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/DirectX/ |
| H A D | embed-dxil.ll | 30 ; In verifying the DXIL part, this test captures the size of the part, and
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | AnalysisDeclContext.cpp | 153 for (const auto &I : BD->captures()) { in getSelfDecl() 168 for (const auto &LC : parent->captures()) { in getSelfDecl() 651 for (const auto &CI : BD->captures()) { in LazyInitializeReferencedDecls()
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | lambdas.mm | 28 // Make sure to properly handle super-calls when a block captures
|
| H A D | blocks.m | 225 // Make sure to properly handle super-calls when a block captures
|
| /llvm-project-15.0.7/llvm/test/Transforms/MemCpyOpt/ |
| H A D | callslot.ll | 240 ; CHECK: captures: 252 br i1 %cond, label %captures, label %nocaptures 254 captures:
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtDataCollectors.td | 199 for (const LambdaCapture &C : S->captures()) {
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SCF/Utils/ |
| H A D | Utils.cpp | 155 SetVector<Value> captures; in outlineSingleBlockRegion() local 156 getUsedValuesDefinedAbove(region, captures); in outlineSingleBlockRegion() 158 ValueRange outlinedValues(captures.getArrayRef()); in outlineSingleBlockRegion()
|
| /llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | LangImpl02.rst | 29 The AST for a program captures its behavior in such a way that it is 54 about this code is that the NumberExprAST class captures the numeric 99 expressions. One thing that is nice about our AST is that it captures 113 /// which captures its name, and its argument names (thus implicitly the number
|