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

  /external/chromium_org/third_party/opus/src/silk/float/
structs_FLP.h 97 silk_float Lambda;
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
SemaLambda.cpp 10 // This file implements semantic analysis for C++ lambda expressions.
32 // Start constructing the lambda class.
128 // C++11 [expr.prim.lambda]p5:
129 // The closure type for a lambda-expression has a public inline function
131 // the lambda-expression's parameter-declaration-clause and
362 // If a lambda-expression does not include a trailing-return-type,
441 // C++1y [expr.prim.lambda]p11:
499 Id, DeducedType, TSI, LSI->Lambda,
502 LSI->Lambda->addDecl(NewFD);
522 // Determine if we're within a context where we know that the lambda wil
    [all...]
AnalysisBasedWarnings.cpp 228 enum { Function, Block, Lambda } funMode;
291 D.funMode = Lambda;
311 && ((funMode == Lambda) ||
    [all...]
SemaDeclCXX.cpp 68 bool VisitLambdaExpr(LambdaExpr *Lambda);
137 bool CheckDefaultArgumentVisitor::VisitLambdaExpr(LambdaExpr *Lambda) {
138 // C++11 [expr.lambda.prim]p13:
139 // A lambda-expression appearing in a default argument shall not
141 if (Lambda->capture_begin() == Lambda->capture_end())
144 return S->Diag(Lambda->getLocStart(),
    [all...]
SemaExpr.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 772 class Lambda(Node):
801 return "Lambda(%s, %s, %s, %s)" % (repr(self.argnames), repr(self.defaults), repr(self.flags), repr(self.code))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 772 class Lambda(Node):
801 return "Lambda(%s, %s, %s, %s)" % (repr(self.argnames), repr(self.defaults), repr(self.flags), repr(self.code))
    [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 11 // information about a single function, block, lambda, or method body.
431 /// the type of the non-static data member in the lambda/block structure
456 /// is deduced (e.g. a lambda or block with omitted return type).
581 /// \brief The class that describes the lambda.
582 CXXRecordDecl *Lambda;
584 /// \brief The class that describes the lambda.
587 /// \brief Source range covering the lambda introducer [...].
594 /// \brief Whether this is a mutable lambda.
603 /// \brief Whether the lambda contains an unexpanded parameter pack.
613 LambdaScopeInfo(DiagnosticsEngine &Diag, CXXRecordDecl *Lambda,
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 51 void Lambda() {
52 []{}(); // expected-warning {{lambda expressions are incompatible with C++98}}
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 276 // - a lambda-expression (5.1.2);
277 struct Lambda {
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 215 } Lambda;
458 #define Lambda(a0, a1, a2, a3, a4) _Py_Lambda(a0, a1, a2, a3, a4)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 215 } Lambda;
458 #define Lambda(a0, a1, a2, a3, a4) _Py_Lambda(a0, a1, a2, a3, a4)
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 221 milliseconds