Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/libphobos/src/std/regex/
H A Dpackage.d685 @property ref captures(){ return this; } in length() function
833 @property inout(Captures!R) captures() inout { return _captures; } in length() function
861 auto captures = Captures!R(input, prog.ngroup, prog.dict); in length() local
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
H A Dpackage.d666 @property ref captures(){ return this; } in foreach() function
816 @property auto captures() inout { return _captures; } in foreach() function
830 auto captures = Captures!(R, EngineType.DataIndex)(input, re.ngroup, re.dict); in matchOnce() local
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dlambda.c681 register_capture_members (tree captures) in register_capture_members()
H A Dlambda.cc680 register_capture_members (tree captures) in register_capture_members()
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlambda.c681 register_capture_members (tree captures) in register_capture_members()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h3606 capture_range captures() { in captures() function
3609 capture_const_range captures() const { in captures() function
H A DDeclCXX.h1058 capture_const_range captures() const { in captures() function
H A DDecl.h4241 ArrayRef<Capture> captures() const { return {Captures, NumCaptures}; } in captures() function
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp1220 LambdaExpr::capture_range LambdaExpr::captures() const { in captures() function in LambdaExpr
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1556 SmallVector<BlockDecl::Capture, 16> captures; in VisitBlockDecl() local