Searched defs:captures (Results 1 – 8 of 8) sorted by relevance
/external/v8/test/mjsunit/ |
D | string-match.js | 33 function testMatch(name, input, regexp, result, captures, from, to) { argument
|
/external/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 | 2138 capture_range captures() { in captures() function 2141 capture_const_range captures() const { in captures() function
|
D | Decl.h | 3517 capture_range captures() { in captures() function 3520 capture_const_range captures() const { in captures() function
|
D | DeclCXX.h | 1070 capture_const_range captures() const { in captures() function
|
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 1038 LambdaExpr::capture_range LambdaExpr::captures() const { in captures() function in LambdaExpr
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 1162 SmallVector<BlockDecl::Capture, 16> captures; in VisitBlockDecl() local
|