Searched defs:captures (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dtemplates.cpp19 T captures(T x, T y) { function
35 template int captures(int, int);
36 template X captures(X, X);
/external/chromium_org/v8/test/cctest/
H A Dtest-regexp.cc435 // Check that we don't allow more than kMaxCapture captures
437 const char* kTooManyCaptures = "Too many captures";
718 int* captures) {
725 captures,
746 int captures[4] = {42, 37, 87, 117}; local
758 captures);
761 CHECK_EQ(-1, captures[0]);
762 CHECK_EQ(-1, captures[1]);
763 CHECK_EQ(-1, captures[2]);
764 CHECK_EQ(-1, captures[
713 Execute(Code* code, String* input, int start_offset, const byte* input_start, const byte* input_end, int* captures) argument
800 int captures[4] = {42, 37, 87, 117}; local
866 int captures[4] = {42, 37, 87, 117}; local
1335 int captures[2]; local
1394 int captures[5]; local
[all...]
/external/clang/lib/AST/
H A DExprCXX.cpp949 // Copy captures.
1033 LambdaExpr::capture_range LambdaExpr::captures() const { function in class:LambdaExpr
/external/clang/include/clang/AST/
H A DDeclCXX.h559 /// \brief The number of captures in this lambda is limited 2^NumCaptures.
562 /// \brief The number of explicit captures in this lambda.
575 /// \brief The list of captures, both explicit and implicit, for this
1044 /// values or references of the captures.
1052 /// \note No entries will be added for init-captures, as they do not capture
1060 capture_const_range captures() const { function in class:clang::CXXRecordDecl
1834 /// function pointer (for a lambda with no captures).
H A DStmt.h1964 /// \brief This captures a statement into a function. For example, the following
2107 /// \brief An iterator that walks over the captures.
2113 capture_range captures() { function in class:clang::CapturedStmt
2116 capture_const_range captures() const { function in class:clang::CapturedStmt
2125 /// captures.
2130 /// \brief Retrieve the number of captures, including 'this'.
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1089 SmallVector<BlockDecl::Capture, 16> captures; local
1090 captures.reserve(numCaptures);
1098 captures.push_back(BlockDecl::Capture(decl, byRef, nested, copyExpr));
1100 BD->setCaptures(Reader.getContext(), captures.begin(),
1101 captures.end(), capturesCXXThis);
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 172 milliseconds