HomeSort by relevance Sort by last modified time
    Searched full:test_lambda (Results 1 - 8 of 8) sorted by null

  /ndk/tests/device/issue35933-lambda/jni/
issue35933-lambda.cpp 24 static void* test_lambda(int delta) function
26 std::clog << "in test_lambda" << std::endl;
39 test_lambda(5);
41 test_lambda(20);
43 test_lambda(-256);
  /external/clang/test/CodeGenCXX/
exceptions-seh-filter-captures.cpp 58 void test_lambda() { function
71 // CHECK-LABEL: define internal void @"\01??R<lambda_0>@?test_lambda@@YAXXZ@QEBAXXZ"(%class.anon* %this)
76 // CHECK-LABEL: define internal i32 @"\01?filt$0@0@?R<lambda_0>@?test_lambda@@YAXXZ@"(i8* %exception_pointers, i8* %frame_pointer)
77 // CHECK: %[[l2_i8:[^ ]*]] = call i8* @llvm.framerecover(i8* bitcast (void (%class.anon*)* @"\01??R<lambda_0>@?test_lambda@@YAXXZ@QEBAXXZ" to i8*), i8* %frame_pointer, i32 0)
  /external/clang/test/SemaCXX/
captured-statements.cpp 112 void test_lambda() { function
uninitialized.cpp 605 int test_lambda() { function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_docxmlrpc.py 115 def test_lambda(self): member in class:DocXMLRPCHTTPGETServer
test_repr.py 138 def test_lambda(self): member in class:ReprTests
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_docxmlrpc.py 115 def test_lambda(self): member in class:DocXMLRPCHTTPGETServer
test_repr.py 138 def test_lambda(self): member in class:ReprTests

Completed in 1463 milliseconds