Home
last modified time | relevance | path

Searched refs:test_lambda (Results 1 – 17 of 17) sorted by relevance

/external/clang/test/CodeGenCXX/
Dexceptions-seh-filter-captures.cpp60 void test_lambda() { in test_lambda() function
/external/llvm-project/clang/test/CodeGenCXX/
Dexceptions-seh-filter-captures.cpp59 void test_lambda() { in test_lambda() function
/external/llvm-project/clang/test/SemaCXX/
Dcaptured-statements.cpp112 void test_lambda() { in test_lambda() function
Duninitialized.cpp605 int test_lambda() { in test_lambda() function
/external/clang/test/SemaCXX/
Dcaptured-statements.cpp112 void test_lambda() { in test_lambda() function
Duninitialized.cpp605 int test_lambda() { in test_lambda() function
/external/python/cpython2/Lib/test/
Dtest_docxmlrpc.py97 def test_lambda(self): member in DocXMLRPCHTTPGETServer
Dtest_repr.py138 def test_lambda(self): member in ReprTests
/external/python/cpython3/Lib/test/
Dtest_docxmlrpc.py107 def test_lambda(self): member in DocXMLRPCHTTPGETServer
Dtest_reprlib.py147 def test_lambda(self): member in ReprTests
Dtest_ast.py1257 def test_lambda(self): member in ASTValidatorTests
1575 def test_lambda(self): member in EndPositionTests
Dtest_fstring.py714 def test_lambda(self): member in TestCase
/external/tensorflow/tensorflow/python/autograph/pyct/
Dtranspiler_test.py121 def test_lambda(self): member in PyToPyTest
/external/tensorflow/tensorflow/python/keras/layers/
Dcore_test.py100 def test_lambda(self): member in LambdaLayerTest
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dactivity_test.py555 def test_lambda(self): member in ActivityAnalyzerTest
/external/llvm-project/polly/lib/External/isl/include/isl/
Dcpp-checked.h9349 auto test_lambda = [](isl_schedule_node *arg_0, void *arg_1) -> isl_bool { in every_descendant()
9354 auto res = isl_schedule_node_every_descendant(get(), test_lambda, &test_data); in every_descendant()
11281 auto test_lambda = [](isl_map *arg_0, void *arg_1) -> isl_bool { in every_map()
11286 auto res = isl_union_map_every_map(get(), test_lambda, &test_data); in every_map()
12357 auto test_lambda = [](isl_set *arg_0, void *arg_1) -> isl_bool { in every_set()
12362 auto res = isl_union_set_every_set(get(), test_lambda, &test_data); in every_set()
Dcpp.h12833 auto test_lambda = [](isl_schedule_node *arg_0, void *arg_1) -> isl_bool { in every_descendant()
12843 auto res = isl_schedule_node_every_descendant(get(), test_lambda, &test_data); in every_descendant()
15945 auto test_lambda = [](isl_map *arg_0, void *arg_1) -> isl_bool { in every_map()
15955 auto res = isl_union_map_every_map(get(), test_lambda, &test_data); in every_map()
17863 auto test_lambda = [](isl_set *arg_0, void *arg_1) -> isl_bool { in every_set()
17873 auto res = isl_union_set_every_set(get(), test_lambda, &test_data); in every_set()