Home
last modified time | relevance | path

Searched defs:captures (Results 1 – 8 of 8) sorted by relevance

/external/v8/test/mjsunit/
Dstring-match.js33 function testMatch(name, input, regexp, result, captures, from, to) { argument
/external/v8/test/cctest/
Dtest-regexp.cc718 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/
Dtemplates.cpp19 T captures(T x, T y) { in captures() function
/external/clang/include/clang/AST/
DStmt.h2138 capture_range captures() { in captures() function
2141 capture_const_range captures() const { in captures() function
DDecl.h3517 capture_range captures() { in captures() function
3520 capture_const_range captures() const { in captures() function
DDeclCXX.h1070 capture_const_range captures() const { in captures() function
/external/clang/lib/AST/
DExprCXX.cpp1038 LambdaExpr::capture_range LambdaExpr::captures() const { in captures() function in LambdaExpr
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1162 SmallVector<BlockDecl::Capture, 16> captures; in VisitBlockDecl() local