Home
last modified time | relevance | path

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

/external/chromium_org/v8/test/mjsunit/
Dstring-match.js33 function testMatch(name, input, regexp, result, captures, from, to) { argument
/external/chromium_org/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.h2113 capture_range captures() { in captures() function
2116 capture_const_range captures() const { in captures() function
DDecl.h3362 capture_range captures() { in captures() function
3365 capture_const_range captures() const { in captures() function
DDeclCXX.h1060 capture_const_range captures() const { in captures() function
/external/clang/lib/AST/
DExprCXX.cpp1033 LambdaExpr::capture_range LambdaExpr::captures() const { in captures() function in LambdaExpr
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1089 SmallVector<BlockDecl::Capture, 16> captures; in VisitBlockDecl() local