HomeSort by relevance Sort by last modified time
    Searched refs:Lambda (Results 1 - 24 of 24) sorted by null

  /external/clang/include/clang/Sema/
ScopeInfo.h 214 /// the type of the non-static data member in the lambda/block structure
239 /// is deduced (e.g. a lambda or block with omitted return type).
325 /// \brief The class that describes the lambda.
326 CXXRecordDecl *Lambda;
328 /// \brief The class that describes the lambda.
331 /// \brief Source range covering the lambda introducer [...].
338 /// \brief Whether this is a mutable lambda.
354 LambdaScopeInfo(DiagnosticsEngine &Diag, CXXRecordDecl *Lambda,
356 : CapturingScopeInfo(Diag, ImpCap_None), Lambda(Lambda),
    [all...]
Sema.h 620 /// \brief The declaration that provides context for the lambda expression
625 /// \brief The context information used to mangle lambda expressions
629 /// do not have lambda expressions.
655 assert(LambdaContextDecl && "Need to have a lambda context declaration");
857 void PushLambdaScope(CXXRecordDecl *Lambda, CXXMethodDecl *CallOperator);
875 /// \brief Retrieve the current lambda expression, if any.
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 10 // This file implements semantic analysis for C++ lambda expressions.
30 // Start constructing the lambda class.
60 // C++11 [expr.prim.lambda]p5:
61 // The closure type for a lambda-expression has a public inline function
63 // the lambda-expression's parameter-declaration-clause and
102 // If we don't already have a mangling number for this lambda expression,
138 // There is no special context for this lambda.
220 // Determine if we're within a context where we know that the lambda will
236 // C++11 [expr.prim.lambda]p4:
237 // If a lambda-expression does not include a lambda-declarator, it is as
    [all...]
AnalysisBasedWarnings.cpp 221 enum { Function, Block, Lambda } funMode;
284 D.funMode = Lambda;
304 && ((funMode == Lambda) ||
    [all...]
SemaExceptionSpec.cpp     [all...]
Sema.cpp 837 void Sema::PushLambdaScope(CXXRecordDecl *Lambda,
839 FunctionScopes.push_back(new LambdaScopeInfo(getDiagnostics(), Lambda,
    [all...]
SemaDeclCXX.cpp 65 bool VisitLambdaExpr(LambdaExpr *Lambda);
116 bool CheckDefaultArgumentVisitor::VisitLambdaExpr(LambdaExpr *Lambda) {
117 // C++11 [expr.lambda.prim]p13:
118 // A lambda-expression appearing in a default argument shall not
120 if (Lambda->capture_begin() == Lambda->capture_end())
123 return S->Diag(Lambda->getLocStart(),
606 // C++11 [expr.prim.lambda]p5:
608 // parameter-declaration-clause of a lambda-declarator.
    [all...]
SemaExpr.cpp     [all...]
SemaExprCXX.cpp 735 // For lambda expressions, build a field and an initializing expression.
736 CXXRecordDecl *Lambda = LSI->Lambda;
738 = FieldDecl::Create(Context, Lambda, Loc, Loc, 0, ThisTy,
743 Lambda->addDecl(Field);
    [all...]
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 38 void Lambda() {
39 []{}(); // expected-warning {{lambda expressions are incompatible with C++98}}
  /external/v8/test/mjsunit/
regexp-UC16.js 30 // "\u03a3\u03c2\u03c3\u039b\u03bb" - Sigma, final sigma, sigma, Lambda, lamda
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_MotionEstimationMB.c 62 * [in] Lambda -
915 * [in] Lambda - For calculating the cost
942 OMX_S32 Lambda,
981 Lambda,
1105 * [in] Lambda - For calculating the cost
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 46 // The ABI assumes that lambda closure types that occur within
49 // not the case: the lambda closure type ends up living in the context
149 // Lambda closure types with external linkage (indicated by a
150 // non-zero lambda mangling number) have their own numbering scheme, so
306 void mangleLambda(const CXXRecordDecl *Lambda);
    [all...]
DeclCXX.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 276 // - a lambda-expression (5.1.2);
277 struct Lambda {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h     [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 1157 milliseconds