HomeSort by relevance Sort by last modified time
    Searched defs:Captures (Results 1 - 15 of 15) sorted by null

  /external/easymock/src/org/easymock/internal/matchers/
Captures.java 24 public class Captures<T> implements IArgumentMatcher, Serializable {
32 public Captures(Capture<T> captured) {
46 LastControl.getCurrentInvocation().addCapture((Captures<Object>) this,
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 441 bool Captures = true;
444 Captures = false;
447 if (Captures)
489 Captures &= !CS.doesNotCapture(UseIndex);
540 // something that captures pointers, so treat them like declarations.
615 // captures.
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.h 207 /// no non-constant captures.
226 llvm::DenseMap<const VarDecl*, Capture> Captures;
259 it = Captures.find(var);
260 assert(it != Captures.end() && "no entry for variable!");
CGException.cpp     [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 394 // local variables, and C++1y initialized captures (which can have an
495 /// CaptureMap - A map of captured variables to (index+1) into Captures.
502 /// Captures - The captures.
503 SmallVector<Capture, 4> Captures;
516 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc,
518 CaptureMap[Var] = Captures.size();
522 Captures.push_back(Capture(/*Var*/ nullptr, /*isBlock*/ false,
537 return Captures[CXXThisCaptureIndex - 1];
552 return Captures[CaptureMap[Var] - 1]
    [all...]
DeclSpec.h 224 /// \brief Captures information about "declaration specifiers".
757 /// \brief Captures information about "declaration specifiers" specific to
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 538 ManglingNumber(0), ContextDecl(nullptr), Captures(nullptr),
565 /// \brief The number of captures in this lambda is limited 2^NumCaptures.
568 /// \brief The number of explicit captures in this lambda.
581 /// \brief The list of captures, both explicit and implicit, for this
583 Capture *Captures;
1070 capture_const_range captures() const { function in class:clang::CXXRecordDecl
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /prebuilts/devtools/tools/lib/
easymock-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/3.3/
easymock-3.3.jar 

Completed in 163 milliseconds