Searched refs:noent_error (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dmodule.hpp30 class noent_error { class in struct:clover::module
32 virtual ~noent_error() {}
93 /// Look up a symbol by name. Throws module::noent_error if not
97 /// Look up a section by type. Throws module::noent_error if not
H A Dmodule.cpp156 throw noent_error();
168 throw noent_error();
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dmodule.hpp30 class noent_error { class in struct:clover::module
32 virtual ~noent_error() {}
93 /// Look up a symbol by name. Throws module::noent_error if not
97 /// Look up a section by type. Throws module::noent_error if not
H A Dmodule.cpp156 throw noent_error();
168 throw noent_error();
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
H A Dkernel.cpp46 } catch (module::noent_error &e) {
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dkernel.cpp46 } catch (module::noent_error &e) {

Completed in 120 milliseconds