/external/v8/test/mjsunit/ |
D | string-match.js | 33 function testMatch(name, input, regexp, result, captures, from, to) { argument 40 var lastParen = captures.length > 0 ? captures[captures.length - 1] : ""; 49 assertEquals(captures.length + 1, matchResult.length, name + "-cap-return"); 51 assertEquals(captures[i - 1], matchResult[i], name + "-cap-return-" + i); 60 if (i <= captures.length) { 61 assertEquals(captures[i - 1], RegExp["$" + i], name + "-capture-" + i);
|
/external/v8/test/cctest/ |
D | test-regexp.cc | 718 int* captures) { in Execute() argument 725 captures, in Execute() 746 int captures[4] = {42, 37, 87, 117}; in TEST() local 758 captures); in TEST() 761 CHECK_EQ(-1, captures[0]); in TEST() 762 CHECK_EQ(-1, captures[1]); in TEST() 763 CHECK_EQ(-1, captures[2]); in TEST() 764 CHECK_EQ(-1, captures[3]); in TEST() 800 int captures[4] = {42, 37, 87, 117}; in TEST() local 811 captures); in TEST() [all …]
|
/external/llvm/test/Analysis/BasicAA/ |
D | noalias-param.ll | 3 declare i32* @captures(i32* %cap) nounwind readonly 8 %cap = call i32* @captures(i32* %a) nounwind readonly 18 %cap = call i32* @captures(i32* %c) nounwind readonly
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
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);
|
/external/clang/test/SemaObjC/ |
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}}
|
/external/v8/src/ |
D | interpreter-irregexp.h | 19 int* captures,
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | ast.ml | 19 (* proto - This type represents the "prototype" for a function, which captures
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | ast.ml | 19 (* proto - This type represents the "prototype" for a function, which captures
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | ast.ml | 19 (* proto - This type represents the "prototype" for a function, which captures
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | ast.ml | 25 (* proto - This type represents the "prototype" for a function, which captures
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | ast.ml | 28 (* proto - This type represents the "prototype" for a function, which captures
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | ast.ml | 31 (* proto - This type represents the "prototype" for a function, which captures
|
/external/clang/lib/ARCMigrate/ |
D | TransBlockObjCVariable.cpp | 81 for (const auto &I : block->captures()) { in VisitBlockDecl()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testConfigs/testingConfigTemplate/ |
D | testing.properties | 29 #name of file that captures console output from running JUnit plug-in tests
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/ |
D | testing.properties.template | 30 #name of file that captures console output from running JUnit plug-in tests
|
/external/clang/lib/Analysis/ |
D | AnalysisDeclContext.cpp | 144 for (const auto &I : BD->captures()) { in getSelfDecl() 521 for (const auto &CI : BD->captures()) { in LazyInitializeReferencedDecls()
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 379 for (const auto &CI : block->captures()) { in computeBlockInfo() 598 for (const auto &CI : block->captures()) { in enterBlockScope() 760 for (const auto &CI : blockDecl->captures()) { in EmitBlockLiteral() 1199 for (const auto &CI : blockDecl->captures()) { in GenerateBlockFunction() 1239 for (const auto &CI : blockDecl->captures()) { in GenerateBlockFunction() 1350 for (const auto &CI : blockDecl->captures()) { in GenerateCopyHelperFunction() 1521 for (const auto &CI : blockDecl->captures()) { in GenerateDestroyHelperFunction()
|
D | CGDecl.cpp | 575 for (const auto &I : block->captures()) { in isAccessedBy() 1035 for (const auto &I : block->captures()) { in isCapturedBy()
|
/external/llvm/docs/tutorial/ |
D | OCamlLangImpl2.rst | 30 The AST for a program captures its behavior in such a way that it is 46 about this code is that the Number variant captures the numeric value of 69 expressions. One thing that is nice about our AST is that it captures 82 (* proto - This type represents the "prototype" for a function, which captures 701 (* proto - This type represents the "prototype" for a function, which captures
|
D | LangImpl2.rst | 29 The AST for a program captures its behavior in such a way that it is 53 about this code is that the NumberExprAST class captures the numeric 93 expressions. One thing that is nice about our AST is that it captures 107 /// which captures its name, and its argument names (thus implicitly the number
|
/external/llvm/test/Transforms/Inline/ |
D | inline-tail.ll | 6 ; No tail marker after inlining, since test_capture_c captures an alloca.
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
D | perf-record.txt | 168 Enable taken branch stack sampling. Each sample captures a series of consecutive
|
/external/libpcap/ |
D | README.hpux | 124 captures on HP-UX 9.x:
|
D | CHANGES | 54 Fix addition of VLAN tags for Linux cooked captures 118 Fix the calculation of the frame size in memory-mapped captures. 204 Changes to Linux mmapped captures.
|
/external/clang/lib/Sema/ |
D | JumpDiagnostics.cpp | 487 for (const auto &CI : BDecl->captures()) { in BuildScopeInformation()
|