Home
last modified time | relevance | path

Searched defs:returner (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_scope.py309 def returner(): function
316 def returner(): function
/external/python/cpython3/Lib/test/
Dtest_scope.py308 def returner(): function
315 def returner(): function
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-isolate-declaration.cpp326 auto returner = []() { return int(32); }; in complex_typedefs() local