Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Dstring-match.js33 function testMatch(name, input, regexp, result, captures, from, to) { argument
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dtemplates.cpp19 T captures(T x, T y) { in captures() function
/external/v8/test/cctest/
Dtest-regexp.cc712 int* captures) { in Execute()
737 int captures[4] = {42, 37, 87, 117}; in TEST() local
782 int captures[4] = {42, 37, 87, 117}; in TEST() local
839 int captures[4] = {42, 37, 87, 117}; in TEST() local
1298 int captures[2]; in TEST() local
1360 int captures[5]; in TEST() local
/external/webkit/Source/JavaScriptCore/parser/
DNodes.h1424 …bool captures(const Identifier& ident) { return m_data->m_capturedVariables.contains(ident.impl())… in captures() function
/external/clang/lib/Serialization/
DASTReaderDecl.cpp976 SmallVector<BlockDecl::Capture, 16> captures; in VisitBlockDecl() local