Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/
H A Dtestsuite_hooks.cc96 class environment_variable: public std::runtime_error class
100 environment_variable(const std::string& __arg) : runtime_error(__arg) { } in environment_variable() function in __gnu_cxx_test::environment_variable