HomeSort by: relevance | last modified time | path
    Searched defs:has_cleanup (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/kyua-testers/dist/
atf_main.c 445 has_cleanup(const char* const* user_variables) function
493 if (has_cleanup(user_variables)) {
  /src/external/bsd/atf/dist/tools/
atf-run.cpp 440 const bool has_cleanup = tools::text::to_bool( local
461 if (has_cleanup)
  /src/external/bsd/kyua-cli/dist/engine/
metadata.cpp 268 tree.define< config::bool_node >("has_cleanup");
269 tree.set< config::bool_node >("has_cleanup", false);
592 engine::metadata::has_cleanup(void) const function in class:engine::metadata
594 return _pimpl->props.lookup< config::bool_node >("has_cleanup");
933 set< config::bool_node >(_pimpl->props, "has_cleanup", cleanup);
  /src/external/bsd/kyua-cli/dist/store/
schema_v1.sql 232 has_cleanup TEXT,
  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 4455 bool has_cleanup = !TYPE_HAS_TRIVIAL_DESTRUCTOR (TREE_TYPE (decl));
4458 if (init || (flag_use_cxa_atexit && has_cleanup))
4467 if (!flag_use_cxa_atexit && has_cleanup)
4450 bool has_cleanup = !TYPE_HAS_TRIVIAL_DESTRUCTOR (TREE_TYPE (decl)); local

Completed in 39 milliseconds