Searched defs:captures (Results 1 – 8 of 8) sorted by relevance
| /external/chromium_org/v8/test/mjsunit/ |
| D | string-match.js | 33 function testMatch(name, input, regexp, result, captures, from, to) { argument
|
| /external/chromium_org/v8/test/cctest/ |
| D | test-regexp.cc | 718 int* captures) { in Execute() 746 int captures[4] = {42, 37, 87, 117}; in TEST() local 800 int captures[4] = {42, 37, 87, 117}; in TEST() local 866 int captures[4] = {42, 37, 87, 117}; in TEST() local 1335 int captures[2]; in TEST() local 1394 int captures[5]; in TEST() local
|
| /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
| D | templates.cpp | 19 T captures(T x, T y) { in captures() function
|
| /external/clang/include/clang/AST/ |
| D | Stmt.h | 2113 capture_range captures() { in captures() function 2116 capture_const_range captures() const { in captures() function
|
| D | Decl.h | 3362 capture_range captures() { in captures() function 3365 capture_const_range captures() const { in captures() function
|
| D | DeclCXX.h | 1060 capture_const_range captures() const { in captures() function
|
| /external/clang/lib/AST/ |
| D | ExprCXX.cpp | 1033 LambdaExpr::capture_range LambdaExpr::captures() const { in captures() function in LambdaExpr
|
| /external/clang/lib/Serialization/ |
| D | ASTReaderDecl.cpp | 1089 SmallVector<BlockDecl::Capture, 16> captures; in VisitBlockDecl() local
|