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

1 2 3

  /external/libopus/silk/float/
structs_FLP.h 97 silk_float Lambda;
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp     [all...]
AnalysisBasedWarnings.cpp 424 enum { Function, Block, Lambda } funMode;
486 D.funMode = Lambda;
    [all...]
SemaLambda.cpp 10 // This file implements semantic analysis for C++ lambda expressions.
28 /// enclosing lambda (to the current lambda) that is 'capture-ready' for
29 /// the variable referenced in the current lambda (i.e. \p VarToCapture).
31 /// of the capture-ready lambda's LambdaScopeInfo.
33 /// Climbs down the stack of lambdas (deepest nested lambda - i.e. current
34 /// lambda - is on top) to determine the index of the nearest enclosing/outer
35 /// lambda that is ready to capture the \p VarToCapture being referenced in
36 /// the current lambda.
37 /// As we climb down the stack, we want the index of the first such lambda
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/test/SemaCXX/
cxx98-compat.cpp 48 void Lambda() {
49 []{}(); // expected-warning {{lambda expressions are incompatible with C++98}}
dllimport.cpp     [all...]
dllexport.cpp     [all...]
  /external/python/cpython2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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.
502 /// the type of the non-static data member in the lambda/block structure
531 /// is deduced (e.g. a lambda or block with omitted return type).
668 /// \brief The class that describes the lambda.
669 CXXRecordDecl *Lambda;
671 /// \brief The lambda's compiler-generated \c operator().
674 /// \brief Source range covering the lambda introducer [...].
685 /// \brief Whether this is a mutable lambda.
694 /// \brief Whether the lambda contains an unexpanded parameter pack.
697 /// \brief If this is a generic lambda, use this as the depth of
    [all...]
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 278 // - a lambda-expression (5.1.2);
279 struct Lambda {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 215 } Lambda;
458 #define Lambda(a0, a1, a2, a3, a4) _Py_Lambda(a0, a1, a2, a3, a4)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 215 } Lambda;
458 #define Lambda(a0, a1, a2, a3, a4) _Py_Lambda(a0, a1, a2, a3, a4)
  /external/python/cpython2/Include/
Python-ast.h 215 } Lambda;
458 #define Lambda(a0, a1, a2, a3, a4) _Py_Lambda(a0, a1, a2, a3, a4)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 11 // information about a single function, block, lambda, or method body.
508 /// lambda.
512 /// the lambda.
572 /// the type of the non-static data member in the lambda/block structure
601 /// is deduced (e.g. a lambda or block with omitted return type).
738 /// \brief The class that describes the lambda.
739 CXXRecordDecl *Lambda;
741 /// \brief The lambda's compiler-generated \c operator().
744 /// \brief Source range covering the lambda introducer [...].
755 /// \brief Whether this is a mutable lambda
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 11 // information about a single function, block, lambda, or method body.
508 /// lambda.
512 /// the lambda.
572 /// the type of the non-static data member in the lambda/block structure
601 /// is deduced (e.g. a lambda or block with omitted return type).
738 /// \brief The class that describes the lambda.
739 CXXRecordDecl *Lambda;
741 /// \brief The lambda's compiler-generated \c operator().
744 /// \brief Source range covering the lambda introducer [...].
755 /// \brief Whether this is a mutable lambda
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 11 // information about a single function, block, lambda, or method body.
508 /// lambda.
512 /// the lambda.
572 /// the type of the non-static data member in the lambda/block structure
601 /// is deduced (e.g. a lambda or block with omitted return type).
738 /// \brief The class that describes the lambda.
739 CXXRecordDecl *Lambda;
741 /// \brief The lambda's compiler-generated \c operator().
744 /// \brief Source range covering the lambda introducer [...].
755 /// \brief Whether this is a mutable lambda
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 11 // information about a single function, block, lambda, or method body.
508 /// lambda.
512 /// the lambda.
572 /// the type of the non-static data member in the lambda/block structure
601 /// is deduced (e.g. a lambda or block with omitted return type).
738 /// \brief The class that describes the lambda.
739 CXXRecordDecl *Lambda;
741 /// \brief The lambda's compiler-generated \c operator().
744 /// \brief Source range covering the lambda introducer [...].
755 /// \brief Whether this is a mutable lambda
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 11 // information about a single function, block, lambda, or method body.
508 /// lambda.
512 /// the lambda.
572 /// the type of the non-static data member in the lambda/block structure
601 /// is deduced (e.g. a lambda or block with omitted return type).
738 /// \brief The class that describes the lambda.
739 CXXRecordDecl *Lambda;
741 /// \brief The lambda's compiler-generated \c operator().
744 /// \brief Source range covering the lambda introducer [...].
755 /// \brief Whether this is a mutable lambda
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 11 // information about a single function, block, lambda, or method body.
508 /// lambda.
512 /// the lambda.
572 /// the type of the non-static data member in the lambda/block structure
601 /// is deduced (e.g. a lambda or block with omitted return type).
738 /// \brief The class that describes the lambda.
739 CXXRecordDecl *Lambda;
741 /// \brief The lambda's compiler-generated \c operator().
744 /// \brief Source range covering the lambda introducer [...].
755 /// \brief Whether this is a mutable lambda
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
ScopeInfo.h 11 // information about a single function, block, lambda, or method body.
508 /// lambda.
512 /// the lambda.
572 /// the type of the non-static data member in the lambda/block structure
601 /// is deduced (e.g. a lambda or block with omitted return type).
738 /// \brief The class that describes the lambda.
739 CXXRecordDecl *Lambda;
741 /// \brief The lambda's compiler-generated \c operator().
744 /// \brief Source range covering the lambda introducer [...].
755 /// \brief Whether this is a mutable lambda
    [all...]

Completed in 3446 milliseconds

1 2 3