HomeSort by relevance Sort by last modified time
    Searched full:test_lambda (Results 1 - 2 of 2) 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/SemaCXX/
uninitialized.cpp 302 int test_lambda() { function

Completed in 92 milliseconds