Home
last modified time | relevance | path

Searched defs:is_generator (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/mpi/example/
Dgenerate_collect_optional.cpp107 bool is_generator = world.rank() < 2 * world.size() / 3; in main() local
Dgenerate_collect.cpp123 bool is_generator = world.rank() < 2 * world.size() / 3; in main() local
/third_party/boost/boost/spirit/home/karma/
Dgenerator.hpp139 struct is_generator : detail::has_generator_id<T> {}; struct
/third_party/python/Python/
Dsymtable.c2020 int is_generator = (e->kind == GeneratorExp_kind); in symtable_handle_comprehension() local