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

  /art/runtime/lambda/
shorty_field_type.h 249 inline bool IsLambda() const {
255 return !IsLambda();
closure_builder.cc 183 DCHECK(shorty.IsLambda())
closure.cc 313 DCHECK(GetCapturedShortyType(index).IsLambda());
323 DCHECK(GetCapturedShortyType(index).IsLambda());
shorty_field_type_test.cc 240 EXPECT_EQ(is_lambda_, shorty.IsLambda());
  /art/runtime/interpreter/
interpreter_common.h 259 } else if (shorty_field_type.IsLambda()) {
530 if (shorty_type.IsPrimitiveWide() || shorty_type.IsLambda()) {
543 if (shorty_type.IsPrimitiveWide() || shorty_type.IsLambda()) {
559 if (shorty_type.IsPrimitiveWide() || shorty_type.IsLambda()) {
565 if (actual_type.IsLambda() || actual_type.IsObject()) {
586 } else if (shorty_type.IsLambda()) {
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h 463 bool IsLambda : 1;
540 IsLambda = true;
600 assert(DD && DD->IsLambda && "queried lambda property of non-lambda class");
833 !isLambda();
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 73 IsLambda(false), IsParsingBaseSpecifiers(false), NumBases(0), NumVBases(0),
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 72 milliseconds